anyone, Can you tell me what i can do to install ISPConfig on my machine(Redhat9)??? any suggestion?? thanks
Basically, your system has to fulfilll the requirements outlined on http://www.ispconfig.org/manual_installation.htm. You could have a look at the Fedora 4 tutorial ( http://www.howtoforge.com/perfect_setup_fedora_core_4 ) and then try to copy the setup to your RedHat9 system.
There is currently a small bug, so the installer does not recognize RH9 anymore. Here is a workaround: 1) Unpack the installer tar.gz on your server 2) Open the file setup2 inside the install_ispconfig directory with an text editor (vi, joe,...) and delete these three lines (line no. 113 - 115): if [ -n '$version' ]; then version=`cat /etc/redhat-release | cut -f3 -d' '` fi 3) run the setup script, your linux should new be detected correctly.