srem only to NFS

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-25 15:50:52 +01:00
parent ee9fba0b90
commit 0587cb20b4
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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