From 48deacb95623f6767f97aec6e3dd4346d6cc258c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 9 May 2014 20:23:58 +0300 Subject: [PATCH] add sample how to disable php in user dirs taken from debian --- php-mod_php.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/php-mod_php.conf b/php-mod_php.conf index 9a9f298..a5f5f59 100644 --- a/php-mod_php.conf +++ b/php-mod_php.conf @@ -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 +# +# -- 2.44.0