Please, help me with proper configuration of Apache 2.2.20 + mod_fcgid 2.3.6 + PHP 5.3.8 on Windows. For now I have two problems. Although it's somehow working, but there is an error in the log like this "FastCGI process XXXX still did not exit, terminating forcefully". Especially it appears after restart of Apache. Beside this, after two or three restarts, Apache crushes and leaves in memory child processes httpd.exe and php-cgi.exe. Configuration of mod_fcgid minimum

<IfModule fcgid_module>

    AddHandler fcgid-script .php

    FcgidInitialEnv PHPRC "C:/Servers/PHP"
    FcgidInitialEnv PHP_FCGI_CHILDREN 3
    FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 500

    FcgidWrapper            "C:/Servers/PHP/php-cgi.exe" .php

</IfModule>

In Apache I have one main host and one virtual for mirroring main with SSL.

Maybe someone know where to find proper configuration for all of this for Windows?


Thanx and sorry for my bad English.


I have installed patched mod_fcgid from ApacheHaus, and it's works fine. But error in log still exist. :(

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.