Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177648 Details for
Bug 162478
dev-lang/php: Apache2 config uses AddType when it should be AddHandler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
70_mod_php.conf-apache2.patch
70_mod_php.conf-apache2.patch (text/plain), 810 bytes, created by
Steve L
on 2009-01-07 07:54:44 UTC
(
hide
)
Description:
70_mod_php.conf-apache2.patch
Filename:
MIME Type:
Creator:
Steve L
Created:
2009-01-07 07:54:44 UTC
Size:
810 bytes
patch
obsolete
>--- 70_mod_php.conf-apache2.orig 2009-01-07 07:27:41.000000000 +0000 >+++ 70_mod_php.conf-apache2 2009-01-07 07:27:54.000000000 +0000 >@@ -6,11 +6,16 @@ > > # Set it to handle the files > <IfModule mod_mime.c> >- AddType application/x-httpd-php .php >- AddType application/x-httpd-php .phtml >- AddType application/x-httpd-php .php3 >- AddType application/x-httpd-php .php4 >- AddType application/x-httpd-php-source .phps >+ AddHandler application/x-httpd-php .php .phtml .php3 .php4 >+ AddHandler application/x-httpd-php-source .phps >+ </IfModule> >+ <IfModule !mod_mime.c> >+ <FilesMatch "\.ph(p[3-4]?|html)$"> >+ SetHandler application/x-httpd-php >+ </FilesMatch> >+ <FilesMatch "\.phps"> >+ SetHandler application/x-httpd-php-source >+ </FilesMatch> > </IfModule> > > DirectoryIndex index.php index.phtml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162478
:
177518
|
177638
| 177648