Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "PHP-FPM" page has been changed by thumbs:
https://wiki.apache.org/httpd/PHP-FPM?action=diff&rev1=5&rev2=6

Comment:
Added notes for DirectoryIndex to handle requests for / to a php-fpm backend 
(second attempt)

  
  Edit the configuration for a vhost of your choice, and add the following line 
to it:
  
-  `ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9000/path/to/your/documentroot/$1`
+  `ProxyPassMatch ^/(.*\.php(/.*)?)$ 
fcgi://127.0.0.1:9000/path/to/your/documentroot/$1`<<BR>>
   `DirectoryIndex /index.php`
  
  Look confusing ? Let's run through it:

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to