Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Mod_fcgid Wrapper cannot be accessed |
|
Author |
|
daibach
Joined: 24 Apr 2007 Posts: 33 Location: Cardiff, Wales, UK
|
Posted: Mon 16 May '11 10:37 Post subject: Mod_fcgid Wrapper cannot be accessed |
|
|
Help,
I'm really stuck with a problem getting PHP to work using FastCGI. I'm using the following:
httpd-2.2.18-win32-x86-ssl.zip (Apache Lounge)
mod_fcgid-2.3.6-win32-x86.zip (Apache Lounge)
PHP VC9 x86 Non Thread Safe 5.3.6 (windows.php.net)
Here is my conf...
Code: | # ---[ Mod_FCGID ]---
LoadModule fcgid_module modules/mod_fcgid.so
AddHandler fcgid-script .php
FcgidInitialEnv PHPRC "C:/Apache2/php"
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000
FcgidInitialEnv PATH "C:/Apache2/php;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;"
FcgidInitialEnv SystemRoot "C:/Windows"
FcgidInitialEnv SystemDrive "C:"
FcgidInitialEnv TEMP "C:/WINDOWS/Temp"
FcgidInitialEnv TMP "C:/WINDOWS/Temp"
FcgidInitialEnv windir "C:/WINDOWS"
FcgidMaxRequestsPerProcess 1000
FcgidMaxProcesses 15
FcgidIOTimeout 120
FcgidIdleTimeout 120
FcgidWrapper "C:/Apache2/php/php-cgi.exe" .php
AddType application/x-httpd-php .php |
When I try and start the Apache service I get the following message (via the commend prompt, nothing showing up in error.log).
Code: | Syntax error on line 77 of C:/Apache2/conf/custom.conf:
Wrapper C:/Apache2/php/php-cgi.exe cannot be accessed: (70008)Partial results are valid but processing is incomplete |
It'd be fantastic if someone could help solve this. I've been stuck either using the PHP module instead or Zend Server CE, both which I'd prefer not too. Thanks |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 14 Jul '11 20:51 Post subject: |
|
|
Try the thread safe version og PHP |
|
Back to top |
|
|
|
|
|
|