Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "php" page has been changed by gryzor: https://wiki.apache.org/httpd/php?action=diff&rev1=5&rev2=6 + = Running PHP on Apache httpd = + The scope of this document is to enumerate all possible configuration scenarios to allow httpd to serve php content. - = Using proxy_fcgi and php-fpm = + == Using proxy_fcgi and php-fpm (for 2.4) == This method is preferred above all other recipes, and is suitable for versions 2.4 and newer. Is also allows for a threaded mpm such as event or worker, which will significantly reduce the RAM requirements on your server. Please see the [[PHP-FPM|following article]] - = Using php with fastcgi = + == Using php with fastcgi (for 2.2 and older) == This method is suitable for versions 2.2 and older. It allows for a threaded mpm such as worker, which will significantly reduce the RAM requirements on your server. Please see the [[php-fastcgi|following article]] - = Using php with fcgid = + == Using php with fcgid (for 2.2 and older) == This method is suitable for versions 2.0 or 2.2. Is allows for a threaded mpm such as worker, which will significantly reduce the RAM requirements on your server. And mod_fcgid is an official Apache module. Please see the [[php-fcgid|following article]] - = Using php as a DSO = + == Using php as a DSO (deprecated) == This method is the oldest and slowest possible configuration. It is suitable for version 2.2 and older, and requires the use of the prefork mpm. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org