On 2 Sep 98, at 12:04, David Bell wrote:


> It is a simple matter to switch between log formats on the server, but 
> changes apply to to the whole server - not just individual domains. So 
> you may find it difficult to persuade the system manager to change format 
> just for your benefit! Also, as far as I can see, there is no option in 
> the standard version of NT/IIS to record http-referrer information in the 
> log which limits what you can do with the log.

Apache allows you to change the log format for each virtual domain:

<VirtualHost www.your_domain.com>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/users/you/public_html
ServerName www.your_domain.com
ErrorLog /usr/users/you/errorlog.txt
CustomLog /usr/users/you/access_log.txt "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" 
\"%{User-Agent}i\""
Options Indexes FollowSymLinks includes ExecCGI
ScriptAlias /cgi-bin/ /usr/users/you/cgi-bin/
</VirtualHost>

Peter

____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to