We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6697ebb commit f3d383eCopy full SHA for f3d383e
install/tpl/apache_ispconfig.conf.master
@@ -13,4 +13,22 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
13
Deny from all
14
</Directory>
15
16
+# Do not allow access to the root file system of the server for security reasons
17
+<Directory />
18
+ AllowOverride None
19
+ Order Deny,Allow
20
+ Deny from all
21
+</Directory>
22
+
23
+# Except of the following directories that contain website scripts
24
+<Directory /usr/share/phpmyadmin>
25
+ Order allow,deny
26
+ Allow from all
27
28
29
+<Directory /usr/share/squirrelmail>
30
31
32
33
34
0 commit comments