forked from linux/WebHosting
@@ -0,0 +1,28 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName fluid-eos-test.psi.ch
|
||||
DocumentRoot /var/www/html/fluid-eos
|
||||
|
||||
# Allow CGI everywhere if needed
|
||||
Options +ExecCGI
|
||||
AddHandler cgi-script .pl .cgi .x
|
||||
|
||||
<Directory "/var/www/html/fluid-eos">
|
||||
Options +ExecCGI
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
# Explicit CGI directories
|
||||
ScriptAlias /cgi-bin/ /var/www/html/fluid-eos/cgi-bin/
|
||||
<Directory "/var/www/html/fluid-eos/cgi-bin">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ScriptAlias /cgibin/ /var/www/html/fluid-eos/cgibin/
|
||||
<Directory "/var/www/html/fluid-eos/cgibin">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user