saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
713a75e7ee
commit
297fc9c21d
18
apache2/modules.d/._cfg0000_70_mod_php5.conf
Normal file
18
apache2/modules.d/._cfg0000_70_mod_php5.conf
Normal file
@ -0,0 +1,18 @@
|
||||
<IfDefine PHP5>
|
||||
# Load the module first
|
||||
<IfModule !mod_php5.c>
|
||||
LoadModule php5_module modules/libphp5.so
|
||||
</IfModule>
|
||||
|
||||
# Set it to handle the files
|
||||
# NOTE: Avoiding AddHandler/AddType for security (bug #538822)
|
||||
# NOTE: Please read the related news item!
|
||||
<FilesMatch "\.(php|php5|phtml)$">
|
||||
SetHandler application/x-httpd-php
|
||||
</FilesMatch>
|
||||
<FilesMatch "\.phps$">
|
||||
SetHandler application/x-httpd-php-source
|
||||
</FilesMatch>
|
||||
|
||||
DirectoryIndex index.php index.phtml
|
||||
</IfDefine>
|
Loading…
Reference in New Issue
Block a user