I have a quick question that any help in finding the answer would be
greatly appreciated. I would like to be able to have my application
set specific information in an Apache Custom Log file. Right now the
application is php driven. Besides the standard apache type info with
page urls, execution time, etc. I'd like to be able to add entries for
things like category, site area, etc. that can't easily be determined
just from the url. It looks like I could use the {Cookie} and
{Header} options. However, that seems like a hack since I do not need
to actually send this information back to the client as a header or a
cookie. I also imagine I might have problems with custom headers
going through firewalls. I have looked at the {Note} function but
this seems to only work between modules and not down at the CGI level.
If I need to submitt more information please let me know.
Thanks.
Scott Delap