ucldc / public_interface

Calisphere public interface source code (UCLDC Project) master branch should match live site
https://calisphere.org/
2 stars 5 forks source link

Fix Redirects #315

Closed amywieliczka closed 7 months ago

amywieliczka commented 7 months ago

This alleviates some errors seen in eb-engine.log which seemed to be causing some amount of beanstalk flailing:


2024/04/11 10:21:29.931800 [INFO] Running command /bin/sh -c /usr/sbin/httpd -t -f /var/proxy/staging/httpd/conf/httpd.conf
2024/04/11 10:21:30.014107 [INFO] AH00526: Syntax error on line 3 of /etc/httpd/conf.d/csphere_redirects.conf:
RewriteMap: file for map csphereids not found:/var/app/CSPHERE_IDS.map

2024/04/11 10:21:30.015874 [ERROR] An error occurred during execution of command [self-startup] - [start 
proxy with new configuration]. Stop running the command. Error: copy proxy conf from staging failed 
with error validate httpd configuration failed with error Command /bin/sh -c /usr/sbin/httpd -t -f 
/var/proxy/staging/httpd/conf/httpd.conf failed with error exit status 1. Stderr:AH00526: Syntax error 
on line 3 of /etc/httpd/conf.d/csphere_redirects.conf:
RewriteMap: file for map csphereids not found:/var/app/CSPHERE_IDS.map```