PLDWWW: glen

glen glen at pld-linux.org
Wed Jun 14 20:14:33 CEST 2006


Author: glen   Date: Wed Jun 14 18:14:33 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/glen
---- Log message:


---- Page affected: glen

---- Diffs:

================================================================
  {{{
  :encoding utf-8
  }}}
+ 
+ == PHP via FastCGI in Apache ==
+ 
+ {{{
+ # the server name is bogus actually, to satisfy mod_fastcgi
+ FastCgiExternalServer /bin/true -socket /var/run/php/php-fcgi.sock
+ ScriptAlias /php-fcgi /bin/true
+ <Location "/php-fcgi">
+     SetHandler fastcgi-script
+     Allow from all
+ </Location>
+ 
+ AddType application/x-httpd-fastphp .php
+ Action application/x-httpd-fastphp /php-fcgi
+ }}}
+ 
+ unfortunately {{{/php-fcgi}}} will be available for download ({{{/bin/true}}} binary in this case)
  ----
  CategoryHomepage
  


More information about the pld-cvs-commit mailing list