summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-19 07:58:27 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-19 07:58:27 +0000
commit08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816 (patch)
tree8549f6d5c1ed2a72e5b8dc1efdebd5624c45ae3f /web_wizard
parentf6e00d7a8b584059e6d2349116bb34e6a1dd1f37 (diff)
downloaddrakwizard-08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816.tar
drakwizard-08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816.tar.gz
drakwizard-08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816.tar.bz2
drakwizard-08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816.tar.xz
drakwizard-08e2a46d016fc2d2ac902b8aa1d7633e5e5e4816.zip
fix unwanted " DocumentRoot
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm3
1 files changed, 2 insertions, 1 deletions
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 {
<IfModule mod_userdir.c>
UserDir disabled
</IfModule>
-
+
<Directory /home/*/>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec