Page 1 of 1

mod_fcgid.so did not work at runtime

PostPosted: 09. June 2015 10:52
by dearitsraj
I have a xampp 1.8.1 insallation on winows 7.
I am trying to setup PHP-FPM and during this I encountered the line
LoadModule fcgid_module modules/mod_fcgid.so # did not work at runtime in httpd.conf file. What does this mean?

Re: mod_fcgid.so did not work at runtime

PostPosted: 09. June 2015 11:32
by Nobbie
dearitsraj wrote:LoadModule fcgid_module modules/mod_fcgid.so # did not work at runtime in httpd.conf file. What does this mean?


I have no mod_fcgid.so in my Xampp for Windows. You cannot extend Xampp Apache with foreign modules, these have to fit to the installed Apache Version. Also mod_fcgid does not work with PHP FPM:

http://serverfault.com/questions/344171 ... th-php-fpm