etc: Added a commented-out section for using FCGI PHP.
[ashd.git] / etc / ashd / dirplex.d / php.rc
1 fchild php
2   exec callcgi -p php-cgi
3
4 match
5   filename *.php
6   handler php
7
8 # Use the following configuration to use FCGI with PHP instead of
9 # ordinary CGI. Adjust the number of processes as you wish (see
10 # multifscgi(1) for details).
11 #
12 # child php
13 #   exec callfcgi multifscgi 3 php-cgi