]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - dev-lang/php/files/70_mod_php5.conf-apache2
Add an "any slot" dependency operator for dev-db/postgresql.
[mjo-overlay.git] / dev-lang / php / files / 70_mod_php5.conf-apache2
1 <IfDefine PHP5>
2 # Load the module first
3 <IfModule !mod_php5.c>
4 LoadModule php5_module modules/libphp5.so
5 </IfModule>
6
7 # Set it to handle the files
8 <IfModule mod_mime.c>
9 AddHandler application/x-httpd-php .php .php5 .phtml
10 AddHandler application/x-httpd-php-source .phps
11 </IfModule>
12
13 DirectoryIndex index.php index.phtml
14 </IfDefine>