I would like the subdomains to show up in the my apache logs.
At the moment a request for:
abc.website.com/doc1.html
def.website.com/doc2.html
show up in my logs only as:
/doc1.html
/doc2.html
I was looking for an option at: http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
but i found nothing related to the subdomains.
(Pleas excuse my English.)
Put a %V in your LogFormat line, for example:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %V"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With