![]() |
how to switch from fcgid to fastcgi ? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: how to switch from fcgid to fastcgi ? (/thread-5764.html) |
how to switch from fcgid to fastcgi ? - ehsanch - 02-19-2009 10:59 AM Hi all how to switch from fcgid to fastcgi ? RE: how to switch from fcgid to fastcgi ? - BeNe - 02-19-2009 04:33 PM Disable the FastCGI Apache Module and enable the fcgid ApacheModule. Set fcgid as default in your ispcp.conf. Restart Apache. Did i missed something in my morning staus ? ![]() Greez BeNe RE: how to switch from fcgid to fastcgi ? - Purple23 - 02-19-2009 10:06 PM Hi ehsanch, I think u got the answer!! RE: how to switch from fcgid to fastcgi ? - ehsanch - 02-20-2009 07:30 AM thank u . i will try .... RE: how to switch from fcgid to fastcgi ? - ehsanch - 02-27-2009 11:55 AM i mean fcgid to fastcgi. (not fastcgi to fcgid) in centos i switch to fastcgi by : 1- intsall fasctcgi 2- add "LoadModule fastcgi_module modules/mod_fastcgi.so" to fastcgi_ispcp.conf 3- add missing "DirectoryIndex index.html index.shtml index.cgi index.php" to fastcgi_ispcp.conf 4- remove loadmodule from fcgid_ispcp.conf 5- change PHP_FASTCGI to factcgi in ispcp.conf 6- restart apache please correct if i miss something |