search for: apache_access_log

Displaying 3 results from an estimated 3 matches for "apache_access_log".

2006 Jul 25
3
problem with *.foobar.com urls
...10 ServerAdmin rags at fasia.com 11 ServerName *.foobar.com 12 ServerAlias foobar.com 13 ProxyPass / balancer://mongrel_cluster/ 14 # ProxyPassReverse / balancer://mongrel_cluster/ 15 # ErrorLog /usr/local/apache2/logs/mon.log 16 # CustomLog /var/log/apache/apache_access_log combined 17 </VirtualHost> 18 19 <Location /balancer-manager> 20 SetHandler balancer-manager 21 </Location> Now, i get pages for foobar.com allright, but if i try to view pages for us.foobar.com, i get <b>Forbidden</b> Error. Though, when i...
2006 Dec 07
0
compression + max file size upload liimit?
...NAME} !-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?
...NAME} !-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>