View Single Post
Old 11-03-2009, 08:26 AM   #4
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Try to install manually by this way:

Code:
apt-get install libapache2-mod-fcgid
a2enmod fcgid
/etc/init.d/apache2 restart
After installation edit ISPmanager configuration file /usr/local/ispmgr/etc/ispmgr.conf and add line
Code:
Option ForcePhpFCgid
Save config and restart ISPmanager by stop ispmgr process and open in web-browser again

Code:
killall ispmgr
Now you can choose FastCGI mode for WWW domains in the ISPmanager.
slava is offline   Reply With Quote