Tagged Questions

3
votes
0answers
25 views

FastCGI for C++

I've found only two FastCGI libraries for C++. There's the "official" one, and fastcgi++. How is either one better than the other? Do any others exist?
2
votes
3answers
329 views

How do I refactor Perl code that uses Template Toolkit with DBI to take advantage of FastCGI?

Background Below is a typical piece of Perl code (sample.pl for the sake of discussion) that grabs submitted form data using CGI, passes the form data to DBI which will then retri …
1
vote
0answers
7 views

Can the APC cache be shared among multiple PHP processes running as fastcgi/fcgid?

I'm running a LAMP box with PHP running as fcgid. APC is installed and working well. However, each PHP process gets its own cache. This is a problem, because it would make far more …
0
votes
0answers
313 views

How to install latest lighttpd PHP (fastcgi) and MySQL on centOS 5.3

yum always install old version but i want to install latest versions. Thanks.
0
votes
1answer
17 views

IIS 7 and FastCGI Problem

Today I was configuring IIS 7 with FastFGI in Windows 7. I followed all the steps but I get the following error: C:\php\php-cgi.exe - The FastCGI process exited unexpectedly …
0
votes
1answer
58 views

Issues with FastCGI and links containing index.php? versus index.php

On a Windows 2003 server running IIS 6.0 and FastCGI with an ExpressionEngine-powered website, I've encountered an issue where links containing index.php fail unless a question mar …
0
votes
0answers
6 views

How to in asp.net mvc to get $_SERVER[”REQUEST_URI”] ?

I have the following url in my web browser: http://www.mysite.com/Form/Go#key=100 I want from my controller to get the value from key, so I want to get this '100'. How can I acc …
0
votes
3answers
291 views

Does PHP or LIghttpd create the fastcgi socket?

I'm working on setting this up on Mac OS X Leopard. I'm having a devil of a time getting PHP5 working as fastcgi under lighttpd. I've verified that I've compiled php with fastcgi …
4
votes
10answers
723 views

Django + FastCGI - randomly raising OperationalError

I'm running a Django application. Had it under Apache + mod_python before, and it was all OK. Switched to Lighttpd + FastCGI. Now I randomly get the following exception (neither th …
0
votes
2answers
115 views

FastCGI, Lighttpd Interface Error/Operational Error.

I am getting an Interface Error/ Operational Error while running my Django application with FastCGI.On checking the access log ( of lighttpd) i find these errors pop up which are u …
0
votes
0answers
13 views

nginx errors readv() and recv() failed

I use nginx along with fastcgi. I see a lot of the following errors in the error logs readv() failed (104: Connection reset by peer) while reading upstream and recv() faile …
2
votes
4answers
77 views

Recommendations (and Differences) between different Ruby on Rails Production Web Servers

Very soon I plan on deploying my first Ruby on Rails application to a production environment and I've even picked a webhost with all the managed server and Capistrano goodness you' …
0
votes
1answer
23 views

Cannot Edit WordPress Themes - Various Errors

Our WordPress 2.8.6 installation is returning multiple different errors when trying to edit theme files via wp-admin. The errors are as follows: "Invalid index." "The data area p …
2
votes
4answers
96 views

CherryPy (or other Python framework) with FastCGI on shared host

I am trying to configure the Python mini-framework CherryPy with FastCGI (actually fcgid) on Apache. I am on a shared host, so I don't have access to httpd.conf, just htaccess. I h …
0
votes
2answers
75 views

nginx with mod_wsgi

I generally run web apps behind nginx with FastCGI. I wanted to experiment with mod_wsgi, however it seems quite out of date. The author mentions that it worked on version 0.5.34 …

1 2 3 4 5 8 next
15 30 50 per page