ISPConfig 3.0.3.3 released

Discussion in 'General' started by till, Apr 13, 2011.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig 3.0.3.3 is available for download. This release is a bugfix release for ISPConfig 3.0.3.

    For a detailed list of changes, please see the changelog section below.

    =====================================================
    *** New! The ISPConfig 3 manual is now available! ***

    Version 1.1 for ISPConfig >= 3.0.3.1 (Date: 12/12/2010)
    Author: Falko Timme <[email protected]>

    305 pages

    The manual can be downloaded from these two links:

    http://www.ispconfig.org/ispconfig-3/ispconfig-3-manual/
    http://www.howtoforge.com/download-the-ispconfig-3-manual
    =====================================================

    -----------------------------------------------------
    - Download
    -----------------------------------------------------

    The software can be downloaded here:

    http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.3.3.tar.gz?use_mirror=

    ------------------------------------
    - Changelog
    ------------------------------------

    http://bugtracker.ispconfig.org/index.php?do=index&tasks=&project=3&due=51&status[]=

    --------------------------------------
    - Known Issues:
    --------------------------------------

    Please take a look at the bugtracker:

    http://bugtracker.ispconfig.org

    --------------------------------------
    - BUG Reporting
    --------------------------------------

    Please report bugs to the ISPConfig bugtracking system:

    http://bugtracker.ispconfig.org

    ----------------------------------------
    - Supported Linux Distributions
    ----------------------------------------

    - Debian Etch (4.0) - Squeeze (6.0)
    - Ubuntu 7.10 - 10.10
    - OpenSuSE 11 - 11.4
    - CentOS 5.2 - 5.6
    - Fedora 9 - 14

    -----------------------------------------
    - Installation
    -----------------------------------------

    The installation instructions for ISPConfig can be found here:

    http://www.ispconfig.org/ispconfig-3/documentation/

    or in the text files (named INSTALL_*.txt) which are inside the docs folder of the .tar.gz file.

    ------------------------------------------
    - Update
    ------------------------------------------

    To update existing ISPConfig 3 installations, run this command on the shell:

    ispconfig_update.sh

    Select "stable" as the update resource. The script will check if an updated version of ISPConfig 3 is available and then download the tar.gz and start the setup script.

    Detailed instructions for making a backup before you update can be found here:

    http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/

    If the ISPConfig version on your server does not have this script yet, follow the manual update instructions below.

    -------------------------------------------
    - Manual update instructions
    -------------------------------------------

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xvfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     
  2. edge

    edge Active Member Moderator

    Thank you.
     
  3. baskin

    baskin Member

    Just upgraded and on "Server State" i'm seeing version 3.0.3.2.
     
  4. Toucan

    Toucan Member

    try setting the update time on the monitor page and then wait that time and reload the page.
     
  5. itanium

    itanium Member

    Thank you for this great panel!
     
  6. baskin

    baskin Member

    :eek::eek::eek: Thanks, i have never checked that option.
     
  7. Naudski

    Naudski New Member

    Thanks a million for this very fine new release!!!
     
  8. Xenocide

    Xenocide Member

    Errrr you update slaves first, right?

    I should write this down or something...
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    In the current versions, it should not matter that much anymore. the worst thing that will happen is that the slaves dont process transactions until they get updated and you might havv to confirm / delete these errors in the monitor before they start working again.
     
  10. Xenocide

    Xenocide Member

    Ahh ok. Cheers Till. They're all happyily running the latest version now. :)
     
  11. Xenocide

    Xenocide Member

    Erm... How come the SuPHP UserGroup lines are commented out in the vhost.conf.master files?
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    They are not required and would cause suphp to fail of not compiled with strict mode. All Linux distributions compile suphp so that it picks up the required username and password from the php file owner and not from the directive in the vhost file. So the line in the vhost file has to be commented out. Only if you recompiled suphp manually on your server and activated the strict mode in the compile settings, then you need that line.
     

Share This Page