I had been using mod_jk and everything was fine but since switching to
mod_proxy_ajp I find that my apache log files are empty. This is from the
VHost definition:
<VirtualHost *:80>
...
Customlog /var/log/apache2/domain-name-access.log combined
# Do not send requests to awstats to Tomcat
PoxyPass /awstats !
ProxyPassReverse /awstats !
<Proxy balancer://tomcatserver>
BalancerMember ajp://localhost:8009 route=serverA retry=60
</Proxy>
<Location />
Allow From All
ProxyPass balancer://tomcatserver/ stickysession=JSESSIONID
nofailover=off
</Location>
</VirtualHost>
The tomcat log file gets written to but is missing a lot of the information
such as the referrer and the user-agent. Is it normal for the Apache log
file to be empty when switching to mod_proxy_ajp?
--
View this message in context:
http://www.nabble.com/No-Apcahe-log-file-since-switching-to-mod_proxy_ajp-tp25907498p25907498.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]