How To Install ISPConfig On CentOS / RHELFebruary 20th, 2008 · 4 Comments
ISPConfig is a free web hosting control panel for Linux that offers some nice features as well as three levels of management: server administration, reseller and website management. It is important that you have no other control panel installed on your server before proceeding. Installing ISPConfigThe installation is pretty straight forward and you can find the official documentation here. Anyway here’s my quick and dirty guide to installing ISPConfig on CentOS. The following must be performed as root:
For my part, I’ve gone through the standard setup and left the default values for the certificate informations as this is only a test server. If you’re setting up a production server you should enter these informations though. At steps 7 and 8, it is very important that you do not specify a pass phrase. Otherwise you will be prompted to enter this pass phrase at boot time. What does this mean? It means that your server will not be able to reboot without human intervention. Now that’s a problem if you’re installing ISPConfig remotely! When you’re done installing ISPConfig, you should be able to access it at http://yourserver:81 (or https://yourserver:81 depending on which one you chose during setup). ISPConfig : [error] an unknown filter was not added: PHPGoing through my apache log files, I’ve found the above error message. This is due to the fact that ISPConfig creates a Vhosts file where it stores all virtual hosts settings. This file contains a filter-based parameter that instruct apache to process PHP files. Since Apache2, the apache2handler is not filter-based anymore. While this does not have any other effect than clogging your log files, you can prevent this by editing /home/admispconfig/ispconfig/lib/config.inc.php and replacing
by
Now simply restart the ISPConfig service:
Uninstallating ISPConfigIf you ever need to remove ISPConfig, here’s how to do it:
Related PostsPosted in Control Panels · Tutorials | 4 Comments |
Popular PostsLatest PostsLatest Deals & CouponsRecent Comments
Hosting ReviewsRecent WebmastersTag Cloud
1and1
apache
bluehost
centos
cheap web hosting
control panel
coupon
coupon code
cpanel
dedicated servers
dreamhost
godaddy
green web hosting
hostdime
hostgator
hostpapa
iis
inmotion hosting
knownhost
linux
lunarpages
mysql
openx
php
reseller hosting
shared hosting
system administration
vps
web hosting
web hosting comparison
Web Hosting Comparisons
whm
windows
windows 2008
wordpress
|
|||||||||
4 responses so far ↓
1. Response by : Sue Massey on Feb 20, 2008 at 12:23 am
I found your site on google blog search and read a few of your other posts. Keep up the good work. Just added your RSS feed to my feed reader. Look forward to reading more from you.
- Sue.
2. Response by : al on Aug 25, 2008 at 12:08 pm
[root@ns1 install_ispconfig]# ./setup
CentOS 5.2
ERROR: Ihr Betriebssystem wird nicht unterst�tzt! / Your operating system is not supported! / Votre systeme d’exploitation n’est pas support
[root@ns1 install_ispconfig]#
Do you know why this failed
al thanks
3. Response by : Stephane Brault on Aug 25, 2008 at 12:23 pm
Which version of ISPConfig are you trying to install?
4. Response by : lucas on Oct 21, 2008 at 3:56 am
You got the OS not supported error because you tried to install the old version on centos 5.2. This tut works for pre 5.2. You need this file:
http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.27.tar.gz?download
On Cent0s 5.2 use these instructions:
cd /tmp
wget http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.27.tar.gz?download
tar xvzf ISPConfig-2.2.27.tar.gz
cd install_ispconfig
./setup
Have fun
Leave a Comment