1 |
diff -up smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir.patch5 smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir |
2 |
--- smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir.patch5 2013-11-24 03:15:05.000000000 -0500 |
3 |
+++ smeserver-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir 2013-11-24 03:20:38.000000000 -0500 |
4 |
@@ -112,16 +112,17 @@ |
5 |
$result .= " require valid-user\n"; |
6 |
$result .= " Satisfy $satisfy\n"; |
7 |
} |
8 |
- $result .= " <Limit GET POST OPTIONS PROPFIND>\n"; |
9 |
- $result .= " Order allow,deny\n"; |
10 |
- $result .= " Allow from all\n"; |
11 |
- $result .= " </Limit>\n"; |
12 |
+# $result .= " <Limit GET POST OPTIONS PROPFIND>\n"; |
13 |
+# $result .= " Order allow,deny\n"; |
14 |
+# $result .= " Allow from all\n"; |
15 |
+# $result .= " </Limit>\n"; |
16 |
$result .= " <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>\n"; |
17 |
$result .= " Order deny,allow\n"; |
18 |
$result .= " Deny from all\n"; |
19 |
$result .= " </Limit>\n"; |
20 |
$result .= "</Directory>\n"; |
21 |
} |
22 |
+ } |
23 |
$result; |
24 |
} |
25 |
|