From bec23498559717d2347e96164c55076d401bb2dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 28 Feb 2005 18:33:53 +0000 Subject: [PATCH] - unify with other apache1 modules Changed files: apache1-mod_suphp.conf -> 1.2 --- apache1-mod_suphp.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/apache1-mod_suphp.conf b/apache1-mod_suphp.conf index 299bc23..e22e3d5 100644 --- a/apache1-mod_suphp.conf +++ b/apache1-mod_suphp.conf @@ -1,7 +1,10 @@ # $Id$ LoadModule suphp_module modules/mod_suphp.so -suPHP_Configpath /etc/php/ -suPHP_Engine on -AddHandler x-httpd-php .php .inc -# vim: filetype=apache ts=4 sw=4 et + + suPHP_Configpath /etc/php/ + suPHP_Engine on + AddHandler x-httpd-php .php .inc + + +# vim: filetype=apache ts=4 sw=4 et -- 2.44.0