CentOS 5.5 , Apache2.2, PHP 5.2.14, Fastcgi 2.2-4 and 5xx Errors
I am running the version of softwares mentioned in subject. Apache was installed from standard centos repo, fastcgi was install from http://centos.karan.org/kbsingh-CentOS-Extras.repo and PHp was...
View ArticleHow to set up apache with fastcgi and a simple test script?
It’s been a few days that I’m trying to set up fastcgi with apache on a Kubuntu server. Despite searching everywhere, I cannot make it to work. If I try to run the site with the cgi application,...
View ArticleMake PHP FastCGI process write to a specific error log?
I have a server running Lighttpd with three user’s serving domains from it. Each user gets their own PHP FastCGI process for serving PHP content across all of their domains. Lighttpd allows me to...
View ArticleVirtualmin: “PHP execution via fcgid requires the Apache mod_fcgid module”
I have a CentOS server with Virtualmin on it. I have configured PHP the way I want it, using Apache mod_fastcgi. However, when I click “Re-check Config” in Virtualmin, I get PHP execution via fcgid...
View Articlesuexec and docroot problem
I’ve got a problem with running a FastCgiServer under apache2. When I define a virtual host with a static fcgi server configured, I get an error from suexec: command not in docroot...
View ArticleDisable the timeouts on apache httpd and fastcgi
A debian lenny server, running apache httpd 2.2.11 and fastcgi, kills requests when they take more than a certain amount of seconds. I want to disable this timeout to enable me to debug an application...
View ArticleWhat’s the difference between FastCGI “static” and “dynamic” applications in...
I’ll like to know what are the things to consider when choosing between configuring an app as static or as dynamic in an Apache 2 server that uses mod_fastcgi. The app is a typical reporting app...
View ArticleWhy does mod_fastcgi in Apache complain that it does not have permission to...
This is a very old FastCGI issue but I have never found a satisfactory answer. Searching the phrase “(13) permission denied fastcgi can’t create server” on Google will show that there’s a lot of...
View Article