From 26ecd4f9f9098d11e289372f59ff8ecbfcacbd7d Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Thu, 22 Jan 2026 10:02:31 +0100 Subject: [PATCH] rename gfa status to cas-status and file location to cas_status Signed-off-by: Basil Bruhn --- apache/conf/{gfa-status.conf => cas-status-test.conf} | 9 ++++----- conf.d/{gfa-status-test.conf => cas-status-test.conf} | 8 ++++---- docker-compose.yaml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) rename apache/conf/{gfa-status.conf => cas-status-test.conf} (74%) rename conf.d/{gfa-status-test.conf => cas-status-test.conf} (64%) diff --git a/apache/conf/gfa-status.conf b/apache/conf/cas-status-test.conf similarity index 74% rename from apache/conf/gfa-status.conf rename to apache/conf/cas-status-test.conf index ada1487..54ddfcc 100644 --- a/apache/conf/gfa-status.conf +++ b/apache/conf/cas-status-test.conf @@ -1,6 +1,6 @@ - ServerName gfa-status-test.psi.ch - DocumentRoot /var/www/gfa-status/web + ServerName cas-status-test.psi.ch + DocumentRoot /var/www/cas_status/web ErrorLog /proc/self/fd/2 CustomLog /proc/self/fd/1 combined @@ -12,12 +12,11 @@ SetHandler application/x-httpd-php - php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@gfa-status.web.psi.ch" php_admin_value upload_tmp_dir /var/www/clients/client45/web70/tmp php_admin_value session.save_path /var/www/clients/client45/web70/tmp - php_admin_value open_basedir /var/www/clients/client45/web70/web:/var/www/clients/client45/web70/private:/var/www/clients/client45/web70/tmp:/var/www/gfa-status/web:/tmp:/usr/share/php:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/var/www/error/ + php_admin_value open_basedir /var/www/clients/client45/web70/web:/var/www/clients/client45/web70/private:/var/www/clients/client45/web70/tmp:/var/www/cas_status/web:/tmp:/usr/share/php:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/var/www/error/ - + Options +FollowSymLinks +Includes AllowOverride All Require all granted diff --git a/conf.d/gfa-status-test.conf b/conf.d/cas-status-test.conf similarity index 64% rename from conf.d/gfa-status-test.conf rename to conf.d/cas-status-test.conf index 6c991a0..ea7e523 100644 --- a/conf.d/gfa-status-test.conf +++ b/conf.d/cas-status-test.conf @@ -1,15 +1,15 @@ server { listen 80; - server_name gfa-status-test.psi.ch; + server_name cas-status-test.psi.ch; return 301 https://$host$request_uri; } server { listen 443 ssl; - server_name gfa-status-test.psi.ch; + server_name cas-status-test.psi.ch; - ssl_certificate /etc/nginx/certs/gfa-status-test.psi.ch.crt; - ssl_certificate_key /etc/nginx/private/gfa-status-test.psi.ch.key; + ssl_certificate /etc/nginx/certs/cas-status-test.psi.ch.crt; + ssl_certificate_key /etc/nginx/private/cas-status-test.psi.ch.key; location / { proxy_pass http://apache_app:80; diff --git a/docker-compose.yaml b/docker-compose.yaml index 64511c8..1e6d266 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,7 +34,7 @@ services: restart: always volumes: - /opt/webcontent/rfmwtools:/var/www/rfmwtools:ro - - /opt/webcontent/gfa-status:/var/www/gfa-status:rw + - /opt/webcontent/cas_status:/var/www/cas_status:rw - /opt/webcontent/fluid-eos:/var/www/fluid-eos:rw - /opt/webcontent/sls2:/var/www/sls2:rw - /opt/webcontent/megwiki:/var/www/megwiki:rw