ISPConfig 2.0.9 is available for download. Changelog --------- - Added support for OpenSUSE 10. - Added support for Support for CentOS. - Updated ClamAV to 0.87. - index.aspx is now recognized so that no standard index page will be created if index.aspx is present. - Improved french translation and context-sensitive help (Thanks to Tribal-Dolphin). - Bugfix: Hosting Templates, SSI checkbox.. - Bugfix: Bug fixed in Support system. Download -------- http://www.ispconfig.org/downloads.htm Forums ------ http://www.howtoforge.com/forums/ Installation Instructions ------------------------- Download the ISPConfig-2.0.9.tar.gz from sourceforge.net http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.0.9.tar.gz?download Installation on the shell as root User: tar xvfz ISPConfig-2.0.9.tar.gz cd install_ispconfig ./setup The installer detects automatically the installed ISPConfig version and performs an update.
Hi how much of the original configuration process should we have to do again, ie asking me for my organisation details, ect.... like steps 1 to 8 from the original suse 9.3 perfect setup guide. Thanks
This where not questions from the ISPConfig installer. Before the installer starts, the nescessary software in the latest versions is compiled and these questions are from the SSL-Certificate generation script. Do not do any steps in the perfect setup scripts again, just run the setup script and answer the questions.
So its ok if it asks me to define my hostname again and my sql server name with user name and password ect.... Thanks
Yes, you don't have to deal with the Perfect Setup at all anymore, because your system is already set up! You just update ISPConfig.
No, if it's an update the installer won't ask you these questions (unless you did something terribly wrong...).
No, if it asks these questions the installer has not recognized your current installation. Do not remove or rename the /root/ispconfig or /home/admispconfig directories, otherwise the installer can not update your current installation.
Hi, that means, if mono is installed the application would work in the directory of the web? Is there a selection in the menu where to enable mono support, to be written into the vhost.conf of the apache server? Cheers PM
download when I attempt to unzip the program, I get an error to the effect of child 1 missing or something like that. what is the issue with this, what am i doing wrong?
You mean you try to unzip it with a program like WinZip? This doesn't work, it's a tar.gz, not a zip file. Please have a look at the installation instructions: http://www.ispconfig.org/manual_installation.htm
No. Currently it is only the inde setting for mono. No. You can add the mono section in the Apache directives window.
ISPConfig 2.0.9 When I type: tar xvfz ISPConfig-2.0.9.tar.gz I get 3 errors: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors. Could I simply download the file to a cd and install it that way? If so, what's the command to mount a cd-rom drive and install from it?
ispconfig install I've burned the download to a cd and the cdrom drive is mounted....how do i pull the files from the cd? I'm sorry I'm such an idiot....i'm really trying here folks.
Installation failure The command to install isp config is not working. Error message gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors. Have untared with 7 zip and burned to a CD and the exact same error message happens.
@dranieri, You do not have to burn to a media as it is not neccessary and a waste of time since the devs will update the script often in it's lifetime. If you do decide to burn it, the dev and mods on this site might not offer any support since this board is mainly for the How-To and ISPConfig. As to your problem with extracting the file, what type of internet access do you have? I downloaded the 19.9mb script and extracted just as the How-To explained it and it extracted fine. Maybe you are copy/pasting the wrong link at sourceforge? Now, go back to the tutorial and find the info that tells you how to uninstall/remove ISPConfig. There are more than a handfull of posts here that tell you also. then try the fallowing under root (each line is an individual command): Code: wget http://switch.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.0.9.tar.gz tar xvfz ISPConfig-2.0.9.tar.gz cd install_ispconfig ./setup
I could be wrong but it looks to me as if you are trying to tar -zxvf a file that you have already unzipped with 7 zip ? If you follow dominos advice all will be fine
And a special note. NEVER try to unzip/unarchive a unix archive with a 3rd party archive utility. It has proven many times that doing so will: a) screw up the directory structure b) screw up the privileges
I have an idea what you might have done so that you couldn't unpack the tar.gz. Is it possible that you downloaded ISPConfig with the following command: Code: wget http://prdownloads.sourceforge.net/...tar.gz?download The http://prdownloads.sourceforge.net/...tar.gz?download is not the URL of the ISPConfig tar.gz, it's a page that redirects you to a page where you can choose from which server you want to download; so I guess you downloaded that page and tried to unpack it... You have to go to http://prdownloads.sourceforge.net/...tar.gz?download in your browser and then select where to download from.