maciejpedzi.ch/httpd.conf

11 lines
477 B
Plaintext
Raw Normal View History

LoadModule mpm_event_module modules/mod_mpm_event.so
#LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
#LoadModule mpm_worker_module modules/mod_mpm_worker.so
# Fields to record - use X-Forward-For instead of client IP so that we get the actual clients IP
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" mycustom
# Log locations
CustomLog "/var/log/httpd/access.log" mycustom env=!dontlog
ErrorLog "/var/log/httpd/error.log"