Hi. I'm quite new to ISPConfig, and I need to change webalizer url (actually www.mydomain.org/stats) to www.mydomain.org/webalizer. I used this guide to start my server: http://www.howtoforge.com/perfect-server-centos-5.5-x86_64-ispconfig-3 Is it possible? Thanks
and what if I change $statsdir = escapeshellcmd($rec['document_root'].'/web/stats'); in $statsdir = escapeshellcmd($rec['document_root'].'/web/webalizer'); in /usr/local/ispconfig/server/cron_daily.php? after renaming in \var\www\...\web\stats dir in \var\www\...\web\webalizer? could it work? i have a SMF forum on my website, and stats folder is reserved for forum stats, i'm still able to access webalizer putting the url /stats/index.html, but accessing the forum stats page (/stats/) it prompts me (and all users) to give webalizer username and password
Thats what I meant with changing the sourcecode.Please be aware that this will change the stats directory for all websites.
I've got only one website, at the moment... and it's ok, for me to have webalizer folder for webalizer stats, and awstats folder for awstats in all websites. so, this way should work? all i need is to change paths in crontab? Thanks