Skip to content

No logging from Apache/2.2.15 CentOS 6 #11

Description

@squareborg

Hi, Just been trying to use this module. Having an issue not getting any output from it.

apachectl -V | grep version
Server version: Apache/2.2.15 (Unix)

apachectl -D DUMP_MODULES | grep dump
Syntax OK
dumpost_module (shared)

I then have this in /etc/httpd/conf/httpd.conf

DumpPostLogFile /var/log/httpd/post.log

I then make a post request which is logged by apache

[root@localhost mod_dumpost]# tail /var/www/vhosts/website1.com/logs/access_log | grep POST
10.211.55.2 - - [17/Dec/2015:08:16:17 +0000] "POST /wp-login.php?action=lostpassword HTTP/1.0" 200 3415 "http://website1.com/wp-login.php?action=lostpassword" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36"

But nothing is ever logged in var/log/httpd/post.log

Any help?

Cheers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions