Meta tags are basically output headers, right? So can one use Apache's LogFormat command to record meta tag info into a log file? (since Apache
can record output headers). I have in mind a meta tag something like this in an HTML page:
<META http-equiv="File_Name" CONTENT="My Page">
Then using something like this in a config file:
LogFormat "%{File_Name}o" myMetaData
to define a logfile format.
But of course if that worked, i wouldn't be posting here, now would i?
It just seems to me that this should somehow be possible, so i thought i'd ask the Apache experts here!
TIA.