ISPConfig 2.2.33 released

Discussion in 'General' started by till, Sep 4, 2009.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  2. edge

    edge Active Member Moderator

    No problems updating my "old" Debian Etch server (last one with ISPconfig 2 on it)
     
  3. Hans

    Hans Moderator Moderator

    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.
     
    Last edited: Sep 5, 2009
  4. MasteRTriX

    MasteRTriX Member

    I updated correctly, but I cannot find where the awstats are located....
     
  5. Hans

    Hans Moderator Moderator

    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.
     
  6. s0n0fsam

    s0n0fsam New Member

    l\TC9'gsgipU%1@*MH|]gRN_|k@ck?Bz$CDd-{9X4K..LFiUg9!tC`Z>$rt;)I$
     
    Last edited: Mar 24, 2010
  7. jnsc

    jnsc rotaredoM Moderator

    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.
     
  8. MasteRTriX

    MasteRTriX Member

    I think I´d be better if both statistics could be generated. Just a comment
     
  9. jnsc

    jnsc rotaredoM Moderator

    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.
     
  10. Hans

    Hans Moderator Moderator

    I want you you to know that with this extra instruction awstats is working.
    Thanks for your contribution! :)
     
  11. Hans

    Hans Moderator Moderator

    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.
     
  12. jnsc

    jnsc rotaredoM Moderator

    I will have to look, as not breaking upgrade/backward compatibility is not easy. But maybe I will find a way.
     
  13. jlaughy

    jlaughy Member

    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?
     
    Last edited: Sep 16, 2009
  14. jnsc

    jnsc rotaredoM Moderator

    Are the webalizer stats file still present in /var/www/webXX/web/stats ?
     
  15. jlaughy

    jlaughy Member

    YES ...
    When I open the usage*.html I can read the source etc....

    But won't show them
     
  16. jnsc

    jnsc rotaredoM Moderator

    try to copy them to /var/www/webXX/web/webalizer
     
  17. jlaughy

    jlaughy Member

    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.
     
  18. jnsc

    jnsc rotaredoM Moderator

    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
     
    Last edited: Sep 17, 2009
  19. awd.pt

    awd.pt Member

    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.
     
    Last edited: Sep 17, 2009
  20. pg001

    pg001 New Member

    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.
     

Share This Page