X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-mod_php.conf;h=100c4c8c623750ce8bdccbaa1359b70f6e22c7aa;hp=9a9f298fb5aaf860de1f57bf64e829b2ae67c192;hb=HEAD;hpb=aef9a98d7828aeb48703ab2429a6968173d1addf diff --git a/php-mod_php.conf b/php-mod_php.conf index 9a9f298..127fbbd 100644 --- a/php-mod_php.conf +++ b/php-mod_php.conf @@ -1,6 +1,6 @@ -LoadModule php5_module modules/libphp5.so +LoadModule php_module modules/mod_php.so - + AddType application/x-httpd-php .php @@ -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 +# +#