Tengo un servidor web con Xampp el cual viene con el analizador de estadisticas Webalizer el cual funciona bien si no activo la opción en el archivo httpd.conf:
Cita:
, mientras no activo esa opción todo funciona bien y el webalizer me muestra estadisticas de apache pero en cuanto se la activo para añadir varias páginas web el webalizer solo me muestra el error 404 . Include etc/extra/httpd-vhosts.conf
El archivo httpd-vhost.conf lo tengo de la siguiente manera:
Cita:
En el archivo de xampp-error_log me aparece el siguiente error:<VirtualHost *:80>
DocumentRoot /opt/lamp/htdocs/xxxx
ServerName xxxx.sytes.xxx
ServerAlias xxx.sytes.xxx
ErrorLog logs/xxx-error_log
CustomLog logs/...-access_log common
</VirtualHost>
DocumentRoot /opt/lamp/htdocs/xxxx
ServerName xxxx.sytes.xxx
ServerAlias xxx.sytes.xxx
ErrorLog logs/xxx-error_log
CustomLog logs/...-access_log common
</VirtualHost>
Cita:
Por lo demás,, las páginas web se visualizan perfectamente.[error] [client xxx.xxx.xxx.xxx] File does not exist: opt/lampp/htdocs/xampp/webalizer, referer: hxxp://ipdelserver/webalizer.php
Si ejecuto webalizer desde la consola como usuario normal con el comando:
Cita:
me responde estos errores:./webalizer -c /opt/lampp/etc/webalizer.conf
Cita:
y en cambio si lo ejecuto como sudo, la respuesta parece correcta:Webalizer V2.01-10 (linux 2.6.27.19 .....) English
Using logfile /opt/lampp/logs/access_log (clf)
HOstname for reports is 'xxxx.xxxx.com'
Reading histoy file ... webalizer.hist
Generating report for January 2009
Error: Unable to open file usage_200901.html!
Generating report for March 2009
Error: Unable to open file usage_200903.html!
Generating report for May 2009
Error: Unable to open file usage_200905.html!
Generating summary report
Error: unable open file index.html!
Error: Unable to write histoy file webalizer.hist
1072records in 0.03 seconds
Using logfile /opt/lampp/logs/access_log (clf)
HOstname for reports is 'xxxx.xxxx.com'
Reading histoy file ... webalizer.hist
Generating report for January 2009
Error: Unable to open file usage_200901.html!
Generating report for March 2009
Error: Unable to open file usage_200903.html!
Generating report for May 2009
Error: Unable to open file usage_200905.html!
Generating summary report
Error: unable open file index.html!
Error: Unable to write histoy file webalizer.hist
1072records in 0.03 seconds
Cita:
sudo ./webalizer -c /opt/lampp/etc/webalizer.conf
Cita:
Quizás sea problema de permisos pero es que no se tampoco a quien y que tipo de permisos debo dar para ver las estadisticas desde el navegador y además no entiendo ¿ porque si no activo la opción del archivo httpd.con: Include etc/extra/httpd-vhosts.confa todo funciona bien si solo tuviese una página web y en cuanto se la activo , el webalizer no me muestra las estadisticas de los diferentes virtual-host y me aparece el error 404 ?Webalizer V2.01-10 (linux 2.6.27.19 .....) English
Using logfile /opt/lampp/logs/access_log (clf)
HOstname for reports is 'xxxx.xxxx.com'
Reading histoy file ... webalizer.hist
Generating report for January 2009
Generating report for March 2009
Generating report for May 2009
Generating summary report
Saving history information...
1073records in 0.11 seconds
Using logfile /opt/lampp/logs/access_log (clf)
HOstname for reports is 'xxxx.xxxx.com'
Reading histoy file ... webalizer.hist
Generating report for January 2009
Generating report for March 2009
Generating report for May 2009
Generating summary report
Saving history information...
1073records in 0.11 seconds
Si alguien me puede ayudar u orientarme sobre como solucionar el problema le estaré muy agradecido.
Un saludo.