forked from linux/WebHosting
@@ -2,7 +2,6 @@
|
||||
ServerName srem-test.psi.ch
|
||||
DocumentRoot /var/www/srem
|
||||
|
||||
# Allow CGI everywhere if needed
|
||||
Options +ExecCGI +Includes
|
||||
AddHandler cgi-script .pl .cgi
|
||||
AddHandler server-parsed .shtml
|
||||
@@ -20,7 +19,7 @@
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
# Explicit CGI directories
|
||||
# Explicit CGI directory
|
||||
ScriptAlias /cgibin/ /var/www/srem/cgibin/
|
||||
<Directory "/var/www/srem/cgibin">
|
||||
Options +ExecCGI -Includes
|
||||
|
||||
@@ -33,8 +33,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /opt/webcontent/rfmwtools:/var/www/rfmwtools:ro
|
||||
- /opt/webcontent/srem/new_srem_webpage:/var/www/srem:rw
|
||||
- /mount/srem/webhosting/data:/var/www/srem/data:ro
|
||||
- /mount/srem/webhosting:/var/www/srem:rw
|
||||
- /opt/webcontent/gfa-status:/var/www/gfa-status:rw
|
||||
- /opt/webcontent/fluid-eos:/var/www/fluid-eos:rw
|
||||
- ./apache/conf/rfmwtools.conf:/etc/apache2/sites-enabled/rfmwtools.conf:ro
|
||||
|
||||
Reference in New Issue
Block a user