ISPConfig 2.2.33 is available for download. This ISPConfig version adds support for awstats, support for CentOS 4.8 and updates ClamAV to 0.95.2. Several minor bugs were fixed, for details please see bugtracker. Download -------- http://www.ispconfig.org/downloads.htm Forums ------ http://www.howtoforge.com/forums Installation Instructions ------------------------- Download the ISPConfig-2.2.33.tar.gz from ispconfig.org: http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.33.tar.gz?download Installation on the shell as root user: tar xvfz ISPConfig-2.2.33.tar.gz cd install_ispconfig ./setup The installer automatically detects the installed ISPConfig version and performs an update.
ISPConfig 2.2.33 does not recognise Debian 5.03. When i start to run the ./setup script, the following error occurs: ERROR: Ihr Betriebssystem wird nicht unterstutzt! / Your operating system is not supported! / Votre systeme d'exploitation n'est pas support backup:/tmp/install_ispconfig. So i changed the content of /etc/debian_version into Debian version 5.0.2 instead of the current version 5.0.3. Now everything works fine. After the upgrade to ISPConfig 2.2.33, i changed the content of /etc/debian_version into 5.0.3 again.
On the options tab of the website you can choose between Webalizer or AWStats. Maybe it is better that the text "Webalizer Statistics:" at the left of the form will be changed into "Statistics", because Webalizer is not the only stats generator anymore. I think i will change that in the Dutch language file if possible.
A little bug prevented the creation of the /etc/awstats directory if you upgrade from a prior version. So if awstats does not work, just execute Code: mkdir /etc/awstats && cd /etc/awstats && wget http://www.jnsc.ch/downloads/awstats.shared.conf && chmod 644 /etc/awstats/awstats.shared.conf Sorry for this bug, i must have been a little bit tired on the day I changed the installer.
I would say yes and no. Yes, it's good to have the choice, but if you present Webalizer and AWStats to your customer, they will alway ask you why the stats are not the same, and ask which is the more accurate, etc. http://awstats.sourceforge.net/docs/awstats_faq.html?oo#DIFFERENT_RESULTS So personally I like that my customer have the choice, but give them the option to use 2 tools at the same time which gives different results, is not always good. But if this is something people want, I can implement it.
I want you you to know that with this extra instruction awstats is working. Thanks for your contribution!
Switch between Webalizer and AWstats for resellers and clients @jnsc AWstats is a nice addon, but is it a nice idea and possible to give resellers and clients the possibility to switch between AWstats and Webalizer on the basis tab of a single web. It would be nice if that can be done. Now it is only possible from the admin level.
I will have to look, as not breaking upgrade/backward compatibility is not easy. But maybe I will find a way.
Lost all the webalizer stats after installing 2.2.33. Shows only this month (index.html) ... when typing the full url, like /stats/usage_200809.html , I get the error page .. it looks like it is not using webalizer.hist file Anyone the answer?
I copied and it's working... Now I have to do this for all the 150 domains?? In case of changes ... why don't you use the same/old directories? Or bake something in the code that copies the allready excisting (webalizer)stats dir. I'm not happy with this.
Something like this sould do it. Code: for dir in `ls /var/www/*/web`; do echo cp -p $dir/stats/*.html $dir/webalizer/; done I did not test the scripts as I don't have acces to my server right now. So be carefull, test it with the echo firt, if it looks ok remove the echo
This works Code: for i in /var/www/web*; do echo ln -s $i/web/stats $i/web/webalizer; done As jnsc said, if it works for you, remove de echo. Copying only .html files will give 404 errors on the images.
httpd stopped working I have centos 5.3, after an update of ispconfig to this latest version and I restarted mg PC httpd will no longer start, what do I do? Please help.