X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php-mod_php.conf;h=1d26ec6bc224b93888b9c4d260eb5d652babe2f2;hb=refs%2Fheads%2FPHP_5_6;hp=9a9f298fb5aaf860de1f57bf64e829b2ae67c192;hpb=aef9a98d7828aeb48703ab2429a6968173d1addf;p=packages%2Fphp.git diff --git a/php-mod_php.conf b/php-mod_php.conf index 9a9f298..1d26ec6 100644 --- a/php-mod_php.conf +++ b/php-mod_php.conf @@ -1,4 +1,4 @@ -LoadModule php5_module modules/libphp5.so +LoadModule php5_module modules/mod_php.so @@ -19,4 +19,14 @@ LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .phtml + + # Uncomment to disable php in user directories. + # To re-enable php in user directories comment the following lines + # (from to .) Do NOT set it to On as it + # prevents .htaccess files from disabling it. +# +# +# php_admin_value engine Off +# +#