host names - referrers & others in apache logs

Daniel Resare yellowdog-general@lists.terrasoftsolutions.com
Sun Jul 7 04:28:01 2002


l=F6r 2002-07-06 klockan 22.42 skrev bronto:
> How do I do it?
>=20
> I haven't paid much attention to the details of my apache logs so far, bu=
t=20
> now I notice that I'm only getting very basic info.  On sites that I've h=
ad=20
> provided by other hosts I've gotten domain names, referrers, browser &=20
> system info.  How do I add this in?
>=20
> TIA
>=20
> Rob

The apache webserver is very well documented over at
http://httpd.apache.org/docs/ and in the config file itself
/etc/httpd/conf/httpd.conf

I suppose the configuration directives that you are interested in are
HostnameLookups and CustomLog and perhaps the 'combined' log format?

Remember to restart the httpd after any configuration changes with
'/sbin/service httpd restart'

/noa