-
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
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I need to move all my sites on a server with IIS 6 to another one, that has same OS (Windows Server 20003) and same IIS version. I'm trying to understand which is the best way to do it. Searching on Google I've found that there are at least 2 methods, one uses IIS Migration Tool, and another…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I need to move all my sites on a server with IIS 6 to another one, that has same OS (Windows Server 20003) and same IIS version. I'm trying to understand which is the best way to do it. Searching on Google I've found that there are at least 2 methods, one uses IIS Migration Tool, and another…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have the following websites set up in iis 6.
site1.com
site2.com
site3.com
Accessing site1 is via the address https://site1.com. Accessing site2 and site three should be through http.
When I try to access https://site2.com it displays the website of https://site1.com. How can I stop this. I either…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
On three separate occasions on two separate servers at nearly the same times, 6.9 hours seemingly went by without any data being written to the IIS logs, but, on closer inspection, it appears that it was all recorded all at once.
Here's the facts as I know them:
Windows Server 2003 R2 w/ IIS6
Logging…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've installed an ASP.NET 2.0 virtual directory application on the default web site in IIS6 (Windows 2003 computer) with a Visual Studio generated web deployment setup.
Unfortunately, following a successfull installation, I'm unable to access our web site. I get a permanent redirect from IIS as shown…
>>> More