Tagged Questions
The fcgid tag has no wiki summary.
2
votes
2answers
815 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 sense to have 10 ...
0
votes
0answers
354 views
FCGID for PHP setup on Windows Server 2008 (mod_fcgid: ap_pass_brigade failed in handle_request_ipc function)
I'm running a VPS with Apache 2.2,PHP 5.3.6 and MySQL 5.1 with mod_fcgid/2.3.6 on Windows Web Server 2008 R2 and I'm having some FCGID issues.
The main issues I am getting are:
[Thu Jul 21 12:41:56 ...
0
votes
1answer
1k views
Django + FCGID on Fedora Core 9 — what am I missing?
Fedora Core 9 seems to have FCGID instead of FastCGI as a pre-built, YUM-managed module. [I'd rather not have to maintain a module outside of YUM; so no manual builds for me or my sysadmins.]
I'm ...