Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation_win [2019/03/22 15:10]
kotisovam editing
tutorial:adm:server_preparation_win [2019/06/03 12:40]
cernym [HTTPd installation and configuration]
Line 139: Line 139:
 Open the **services.msc** and reconfigure "Apache2.4" service to have ''StartupType=Automatic (Delayed start)''. Open the **services.msc** and reconfigure "Apache2.4" service to have ''StartupType=Automatic (Delayed start)''.
  
-Configure the HTTPd in its core config file ''C:\Apache24\conf'httpd.conf''. You can use the following file, just replace values for ''ServerAdmin'' and ''ServerName''.+Configure the HTTPd in its core config file ''C:\Apache24\conf\httpd.conf''. You can use the following file, just replace values for ''ServerAdmin'' and ''ServerName''.
 <file apache httpd.conf> <file apache httpd.conf>
 ServerRoot "c:/Apache24" ServerRoot "c:/Apache24"
Line 405: Line 405:
         AddOutputFilterByType DEFLATE text/plain         AddOutputFilterByType DEFLATE text/plain
         AddOutputFilterByType DEFLATE text/xml         AddOutputFilterByType DEFLATE text/xml
 +        AddOutputFilterByType DEFLATE application/json
 +        AddOutputFilterByType DEFLATE application/hal+json
    
         # Remove browser bugs (only needed for really old browsers)         # Remove browser bugs (only needed for really old browsers)
  • by koulaj