diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-08-08 14:11:53 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-08-08 14:11:53 +0000 |
commit | 333a3865725608e3581cbae8b6615d89aead3e35 (patch) | |
tree | 0f8722694200ed5533d1d2f05cd461b743d906b6 /www-apache/mod_suphp/files | |
parent | Stable on sparc (diff) | |
download | gentoo-2-333a3865725608e3581cbae8b6615d89aead3e35.tar.gz gentoo-2-333a3865725608e3581cbae8b6615d89aead3e35.tar.bz2 gentoo-2-333a3865725608e3581cbae8b6615d89aead3e35.zip |
suphp uses handlers not mime types!
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apache/mod_suphp/files')
-rw-r--r-- | www-apache/mod_suphp/files/suphp.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apache/mod_suphp/files/suphp.conf b/www-apache/mod_suphp/files/suphp.conf index d3b674e5fa2b..a2e7609c04b5 100644 --- a/www-apache/mod_suphp/files/suphp.conf +++ b/www-apache/mod_suphp/files/suphp.conf @@ -38,10 +38,10 @@ min_gid=100 [handlers] ;Handler for php-scripts -application/x-httpd-php=php:/usr/lib/php5/bin/php-cgi -application/x-httpd-php5=php:/usr/lib/php5/bin/php-cgi -application/x-httpd-php4=php:/usr/lib/php4/bin/php-cgi -application/x-httpd-phtml=php:/usr/lib/php5/bin/php-cgi +x-httpd-php=php:/usr/lib/php5/bin/php-cgi +x-httpd-php5=php:/usr/lib/php5/bin/php-cgi +x-httpd-php4=php:/usr/lib/php4/bin/php-cgi +x-httpd-phtml=php:/usr/lib/php5/bin/php-cgi ;Handler for CGI-scripts x-suphp-cgi=execute:!self |