Skip to content

Instantly share code, notes, and snippets.

@devops-school
Last active February 15, 2021 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devops-school/5a028465a52d5dd9a18eb98e45c9d89b to your computer and use it in GitHub Desktop.
Save devops-school/5a028465a52d5dd9a18eb98e45c9d89b to your computer and use it in GitHub Desktop.
Enable mod_log_forensic module using following lines in httpd.conf
LoadModule log_forensic_module /usr/lib64/httpd/modules/mod_log_forensic.so
<IfModule log_forensic_module>
ForensicLog /opt/lampp/logs/forensic_log
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment