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.
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.