X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dev-lang%2Fphp%2Ffiles%2F70_mod_php5.conf-apache2;fp=dev-lang%2Fphp%2Ffiles%2F70_mod_php5.conf-apache2;h=7ec8739cf83750d5ace419f59646036fd4112436;hb=e9b6003551af59f6957afa8e076c2433c3778166;hp=0000000000000000000000000000000000000000;hpb=15005b00acc089b4c7cec4bdaaf3d58f0aef444c;p=mjo-overlay.git diff --git a/dev-lang/php/files/70_mod_php5.conf-apache2 b/dev-lang/php/files/70_mod_php5.conf-apache2 new file mode 100644 index 0000000..7ec8739 --- /dev/null +++ b/dev-lang/php/files/70_mod_php5.conf-apache2 @@ -0,0 +1,14 @@ + + # Load the module first + + LoadModule php5_module modules/libphp5.so + + + # Set it to handle the files + + AddHandler application/x-httpd-php .php .php5 .phtml + AddHandler application/x-httpd-php-source .phps + + + DirectoryIndex index.php index.phtml +