GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   webalizer and apache (https://gfy.com/showthread.php?t=82187)

gallerypost 10-11-2002 07:09 PM

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 ?

Smegma 10-11-2002 07:32 PM

what is the exact syntax you are using to execute webalizer?

Post a link to your httpd.conf file.

trailboss 10-11-2002 11:44 PM

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.

gallerypost 10-12-2002 04:09 AM

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 10-12-2002 04:18 AM

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