From 08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 19 Jul 2005 07:58:27 +0000 Subject: fix unwanted " DocumentRoot --- web_wizard/Apache.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 876c7bb1..6fe4b1a6 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -54,6 +54,7 @@ my $o = { if (/^\s*#?\s*DocumentRoot\s+(.*)/) { close($FH); $root = $1; + $root =~ s/\"//g; last; } } @@ -209,7 +210,7 @@ sub chg_user_dir { UserDir disabled - + AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -- cgit v1.2.1