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)