View Single Post
Old 10-12-2002, 04:09 AM  
gallerypost
Confirmed User
 
Join Date: Nov 2001
Posts: 711
Ok

So :
#
# If you prefer a single logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#
CustomLog logs/access_log combined

And example for virtual account :

<VirtualHost 128.16.19.126 >
ServerAdmin [email protected]
DocumentRoot /home/web/domain.com
ServerName domain.com
ErrorLog logs/domain.com-error_log
CustomLog logs/domain.com-access_log common
</VirtualHost>


What do i do wrong ?
(it still doesn't showing the reff urls on the custom log file)
gallerypost is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote