forked from linux/WebHosting
shtml handler for shtml parsing...
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
# Allow CGI everywhere if needed
|
||||
Options +ExecCGI +Includes
|
||||
AddHandler cgi-script .pl .cgi .shtml
|
||||
AddHandler cgi-script .pl .cgi
|
||||
AddHandler server-parsed .shtml
|
||||
AddOutputFilter INCLUDES .shtml
|
||||
|
||||
<Directory "/var/www/srem">
|
||||
Options +ExecCGI +Includes
|
||||
@@ -13,7 +15,7 @@
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/srem/static">
|
||||
Options +ExecCGI +Includes
|
||||
Options +Includes
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Reference in New Issue
Block a user