ispCP - Board - Support
FastCgi - Debian Sarge - 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: FastCgi - Debian Sarge (/thread-138.html)



FastCgi - Debian Sarge - Nuxwin - 02-05-2007 12:16 AM

Hello ;

Ok, I have fixed the problem fastcgi primary connect.

1. The php.ini file is wrong if the name is php4.ini or php5.ini ;
2. The mod_php on debian sarge is not available if libapache2-mod-fastcgi is loaded.
3. With the suexec mod activate, You can't execute gui files with the www-data user because his uid and his gid is 33.

4. For execute php4 : The path --> /usr/bin/php4-cgi in the php4-fcgi-starter file is wrong (why ???). In effect, php4 do not function. To regulate the problem, I have to replace this path by --> /usr/lib/cgi-bin/php4

5. the phptmp directory is not created automatically in GUI.

I soon you poster the final solution will regulate the problem.


RE: FastCgi - Debian Sarge - BeNe - 02-05-2007 12:42 AM

Perfekt - you now know much about Fast-CGI. Wink
The Community will thank you! Great Job.