Setting up on Bubba Two Webalizer
Posted: 04 Jan 2010, 15:57
Hi,
Happy New Year with Bubba Two!
I want to setup webalizer on Bubba Two.
I installed webalizer.
I edited the files:
/etc/apache2/sites-available/@bubba -> /usr/share/bubba-frontend/apache.site
/etc/apache2/sites-enabled/@bubba -> /etc/apache2/sites-available/bubba
I write in the both file in the <VirtualHost *:80> section this:
and restart apache2 with:
# /etc/init.d/apache2 restart
Then I run the
/etc/cron.daily/webalizer
and get files in '/var/www/webalizer/' directory with index.html too.
and want to open webpage from my desktop system on LAN of Bubba Two:
http://bubba/webalizer
but get:
Not Found
The requested URL /webalizer was not found on this server.
Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 PHP/5.2.6-5ex1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c Server at bubba Port 80
So, what am I missing here?
Any advices well be appreciated!
--
Regards,
Paul Chany
Happy New Year with Bubba Two!

I want to setup webalizer on Bubba Two.
I installed webalizer.
I edited the files:
/etc/apache2/sites-available/@bubba -> /usr/share/bubba-frontend/apache.site
/etc/apache2/sites-enabled/@bubba -> /etc/apache2/sites-available/bubba
I write in the both file in the <VirtualHost *:80> section this:
Code: Select all
<Directory "/var/wwwwebalizer">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# /etc/init.d/apache2 restart
Then I run the
/etc/cron.daily/webalizer
and get files in '/var/www/webalizer/' directory with index.html too.
and want to open webpage from my desktop system on LAN of Bubba Two:
http://bubba/webalizer
but get:
Not Found
The requested URL /webalizer was not found on this server.
Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 PHP/5.2.6-5ex1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c Server at bubba Port 80
So, what am I missing here?
Any advices well be appreciated!
--
Regards,
Paul Chany