-
as seen on Server Fault
- Search for 'Server Fault'
I've got an IIS6 (win2k3 server) setup using PHP via FCGI (microsofts install this time); and I know FCGI has its own Application pool of sorts; I was wondering therefore if this means that the PHP is isolated from the IIS AppPool?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We have nginx installed and would like to spawn-fcgi multiple ".fcgi" files. The programs were written in C. How do we spawn all the files at one go ?
Edit
This is the scenario :
I have 3 different programs to serve. Lets say, I've search results from google, yahoo, bing. I want to show 3 columns…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello, I recently moved from apache to a Nginx/fastcgi solution, I had it running on a Fedora system and had no problems, but, since i moved all to Gentoo , the Spawn-fCGI / fastcgi php daemon dies, and i can't find out any errors reports on /var/log/messages , so i don't know why this happens.
I've…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello
At one hosting company, they used to run python projects with fcgi. They had set it up so that when i changed django.fcgi file, which put django & my project on pythonpath, my project code was instantly recompiled.
Because of that a friend set up hosting for our shared project in his server…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I have a FastCGI (mod_fastcgi)problem. It happens every once in a while, and does not casue a complete server meltdown, just 500 errors. Here are a couple things. First I am using APC so PHP is in control of it's own processes, not FastCGI. Also, I have the webroot set as:
/var/www/html
And…
>>> More