Are you behind a load balancer/reverse proxy? It sounds like you just want to
change your LogFormat in the httpd.com, something like
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" reverseproxy
Then in your custom log
CustomLog //access.lo
I have apache-2.2.9_5 under openvds (jail) in the FreeBSD system
(6.3-STABLE). I configured Apache HTTP Server to create few virtual hosts.
Starting Apache server is successful and it works ok. I have FreeBSD's
watchdog script which performs some actions every 10 minutes and this
watchdog just kil