No Apcahe log file since switching to mod_proxy_ajp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux