Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Custom Logs

Status
Not open for further replies.

MattUK

Programmer
Joined
Feb 3, 2004
Messages
1
Location
GB
Hello. I am trying to record extra server variables in addition to the default ones in apache. In the http.conf file, I have added the following line:

LogFormat "%{date}t" common

to record the date. I would also like to record other variables. Unfortunately, this data does not seem to be writing to the logs (access_log i think).

I have read through the apache documentation on this which can be found at:


But as yet have not been able to work out a solution.

Any advice and help for custom logs in apache would be greatfully appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top