Re: [users@httpd] Logging question - referer logging not working when done in addition to separate access_log

2015-04-29 Thread Rose, John B
che.org>> Subject: Re: [users@httpd] Logging question - referer logging not working when done in addition to separate access_log Hello John, For one thing, your regexes look a little strange. The "|" should be inside the parens, like the following: "\.(jpg|gif|png|css|js)$"

Re: [users@httpd] Logging question - referer logging not working when done in addition to separate access_log

2015-04-29 Thread Mike Rumph
Hello John, For one thing, your regexes look a little strange. The "|" should be inside the parens, like the following: "\.(jpg|gif|png|css|js)$" Thanks, Mike Rumph On 4/29/2015 10:27 AM, Rose, John B wrote: Apache 2.2 We are attempting to set up a referer_log file. But when we add a Custom

[users@httpd] Logging question - referer logging not working when done in addition to separate access_log

2015-04-29 Thread Rose, John B
Apache 2.2 We are attempting to set up a referer_log file. But when we add a CustomLog line specifically for the referer log it will not log, if our CustomLog line for our access_log is there. If we comment out the CustomLog line for access_log, then the CustomLog line for the referer_log log