
March 22nd, 2012, 10:47 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 2
Time spent in forums: 14 m 16 sec
Reputation Power: 0
|
|
|
general - Apache 2.2 logs to include # in web page access
I can not seem to find an answer to this through Google, so I'm hoping I can get some help here. I have a requirement to track # (pound mark) web page access through the Apache 2.2 logs.
An example is: (used the word "dot" to avoid URL restrictions in posts)
www(dot)test(dot)com/test.cfm#SomeID
It has been requested that I compile a report using the Apache Logs to identify web page access statistics. The logs currently record the hit access to test.cfm but truncates the #SomeID information and I've been unable to find an Apache log command to include it.
Anyone have an idea on how to include the #SomeID information in the Apache Logs?
|