search for: apache_error_log

Displaying 2 results from an estimated 2 matches for "apache_error_log".

2006 Dec 07
0
compression + max file size upload liimit?
...ster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ balancer://example_cluster%{REQUEST_URI} [P,QSA,L] # Deflate AddOutputFilterByType DEFLATE text/html text/plain text/xml text/ css application/x-javascript # Error logs ErrorLog /path/to/example/log/apache_error_log CustomLog /path/to/example/log/apache_access_log combined </VirtualHost>
2006 Dec 07
17
compress and max upload size?
...ster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ balancer://example_cluster%{REQUEST_URI} [P,QSA,L] # Deflate AddOutputFilterByType DEFLATE text/html text/plain text/xml text/ css application/x-javascript # Error logs ErrorLog /path/to/example/log/apache_error_log CustomLog /path/to/example/log/apache_access_log combined </VirtualHost>