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 aaca203 commit eed1b49Copy full SHA for eed1b49
install/tpl/apache_ispconfig.vhost.master
@@ -9,9 +9,16 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
9
<VirtualHost _default_:<tmpl_var name="vhost_port">>
10
ServerAdmin webmaster@localhost
11
12
- <FilesMatch "\.ph(p3?|tml)$">
13
- SetHandler None
14
- </FilesMatch>
+ <Directory /var/www/ispconfig/>
+ <FilesMatch "\.ph(p3?|tml)$">
+ SetHandler None
15
+ </FilesMatch>
16
+ </Directory>
17
+ <Directory /usr/local/ispconfig/interface/web/>
18
19
20
21
22
23
<IfModule mod_fcgid.c>
24
DocumentRoot /var/www/ispconfig/
0 commit comments