diff options
Diffstat (limited to 'web_wizard/Apache.pm')
-rwxr-xr-x | web_wizard/Apache.pm | 3 |
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 |