FreeBSD Bugzilla – Attachment 87658 Details for
Bug 124274
www/apache13: lang/php5 misses to add some directives to httpd.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 880 bytes, created by
Till Klampaeckel
on 2008-06-04 16:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Till Klampaeckel
Created:
2008-06-04 16:50:02 UTC
Size:
880 bytes
patch
obsolete
>--- httpd.conf.orig Wed Jun 4 10:40:29 2008 >+++ httpd.conf Wed Jun 4 10:38:50 2008 >@@ -447,7 +447,12 @@ DocumentRoot "/usr/local/www/data" > DirectoryIndex index.php index.html > </IfModule> > <IfModule !mod_php4.c> >- DirectoryIndex index.html >+ <IfModule mod_php5.c> >+ DirectoryIndex index.php index.html >+ </IfModule> >+ <IfModule !mod_php5.c> >+ DirectoryIndex index.html >+ </IfModule> > </IfModule> > </IfModule> > </IfModule> >@@ -846,6 +851,10 @@ ServerSignature On > <IfModule mod_php4.c> > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps >+ </IfModule> >+ <IfModule mod_php5.c> >+ AddType application/x-httpd-php .php >+ AddType application/x-httpd-php-source .phps > </IfModule>
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 124274
: 87658