Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "php-fcgid" page has been changed by gryzor: https://wiki.apache.org/httpd/php-fcgid?action=diff&rev1=7&rev2=8 6.#6 Replace prefork MPM with a threaded MPM, such as '''worker'''. ''On debian, just run "apt-get install apache2-mpm-worker"'' + == FAQ / It doesn't work == + Don't panic. Check apache error log. + + === PHP files are downloaded, not interpreted === + If you have a handler already set for PHP, it may be conflicting. + So you can try something like : + "grep -ri handler /etc/httpd | grep php" + depending on the result, you may need to comment out some config you are having. + == Further options == You should read [[http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#upgrade]] --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org