forked from linux/WebHosting
rename niagadm to sinqimaging
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName niagadm.psi.ch
|
||||
DocumentRoot /var/www/niagadm
|
||||
ServerName sinqimaging.psi.ch
|
||||
DocumentRoot /var/www/sinqimaging
|
||||
|
||||
# Allow CGI everywhere if needed
|
||||
Options +ExecCGI
|
||||
AddHandler cgi-script .pl .cgi .x .py
|
||||
|
||||
<Directory "/var/www/niagadm">
|
||||
<Directory "/var/www/sinqimaging">
|
||||
Options +ExecCGI
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
# Explicit CGI directories
|
||||
ScriptAlias /cgi-bin/ /var/www/niagadm/cgi-bin/
|
||||
<Directory "/var/www/niagadm/cgi-bin">
|
||||
ScriptAlias /cgi-bin/ /var/www/sinqimaging/cgi-bin/
|
||||
<Directory "/var/www/sinqimaging/cgi-bin">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ScriptAlias /cgibin/ /var/www/niagadm/cgibin/
|
||||
<Directory "/var/www/niagadm/cgibin">
|
||||
ScriptAlias /cgibin/ /var/www/sinqimaging/cgibin/
|
||||
<Directory "/var/www/sinqimaging/cgibin">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user