ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   How to activate PHP FastCGI? (http://forum.ispsystem.com//showthread.php?t=270)

Mkom 10-29-2008 03:15 AM

How to activate PHP FastCGI?
 
How can I activate PHP FastCGI?

Domain setup shows only "PHP as CGI".

OS: Debian 4.0

Wishmaster 10-29-2008 03:36 AM

install and setup fastcgi/fcgi module with Apache. then you have to execute the "killall ispmgr" command to make the modue work

Mkom 10-29-2008 03:39 AM

Thank you.

Could you give me a hint or a link how to do this?

Do you see from your experience any disadvantage for using PHP as FastCGI in a small VPS?

Wishmaster 10-29-2008 04:00 AM

search for the package 'apt-cache search fastcgi' and install it 'apt-get install <pkg_name>'

it wud be better to use mod_php. even better, build apache with mpm-itk

Mkom 10-29-2008 01:30 PM

Apache2 mpm-itk
 
Quote:

Originally Posted by Wishmaster (Post 1619)
... even better, build apache with mpm-itk

Thanks :)

Would you recommend the following tutorial as a sufficient how-to for installing mpm-itk on a Debian 4.0 system?

http://www.howtoforge.com/running-vh...on-debian-etch

Wishmaster 10-30-2008 07:39 AM

yea the tutorial will do

u shud make :
2 Installing apache2-mpm-itk

then - if you have ispmanager - add Option ApacheMPM to /usr/local/ispmgr/etc/ispmgr.conf

this option informs the control panel that web-server works in MPM mode and for httpd.conf reqired AssignUserID (insted of SuexecUserGroup).

Mkom 10-30-2008 01:19 PM

Apache MPM mode
 
Thank you very much for your help.

How can I see if that web-server works really in MPM mode after the setup made?

sad 10-31-2008 03:47 AM

Code:

# httpd -V | grep -i mpm
Server MPM:    ITK
 -D APACHE_MPM_DIR="server/mpm/experimental/itk"

Apache daemon in Debian may be 'apache' or 'apache2' instead 'httpd'

BradleyDalton 03-23-2009 11:13 AM

How to activate PHP FastCGI?
 
HI

thanks for the ISPCOnfig FastCGI howto. We will integrate PHP FastCGI support in one of the next dev releases and i thank u.......
http://sentersoftech.com/senter/happy.gif
www.sentersoftech.com


All times are GMT +2. The time now is 12:56 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.