![]() |
webalizer and apache
Hey guys...
I've installed webalizer for my hosted domains. And i can't get it to show the search engine keywords that used to search for that domains I think it bcz my apache isn't saving the refferal urls on ths access log I didn't find how to make it save that info on the log, can it do it ? |
what is the exact syntax you are using to execute webalizer?
Post a link to your httpd.conf file. |
Check your httpd.conf file to make sure you are using the combined custom log and not the common.
#CustomLog /usr/local/apache/logs/httpd-access.log common CustomLog /usr/local/apache/logs/httpd-access.log combined Then make sure the CustomLog Directive in your virtual host files are correct. |
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) |
nm.. i found the solution .. on the virtual hosts i add common to the log instead of combined.
|
All times are GMT -7. The time now is 04:26 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123