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
  
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to