Many updates.

This commit is contained in:
Darren 'Tadgy' Austin 2024-07-06 15:48:30 +01:00
commit 7ccb1aa296
37 changed files with 96 additions and 43 deletions

View file

@ -55,11 +55,11 @@
RedirectMatch permanent ^/(?!(\.well-known|httpd-errordocs)/)(.*) https://afterdark.org.uk/$2
</IfModule>
<IfModule !ssl_module>
ScriptAlias /cgi-bin/ /data/www/cgi-bin/
ScriptAlias /cgi-bin/ /data/var/www/cgi-bin/
DocumentRoot /data/www/html/
DocumentRoot /data/var/www/html/
CustomLog /data/www/logs/httpd-access VHostCombined env=!no_log
CustomLog /data/var/www/logs/httpd-access VHostCombined env=!no_log
<Proxy *>
Require all granted
@ -67,8 +67,8 @@
# Do NOT add backslashes to the end of the urls.
ProxyPass /git http://127.0.0.1:9100
ProxyPassReverse /git http://127.0.0.1:9100
ProxyPass /terrastate http://127.0.0.1:9200
ProxyPassReverse /terrastate http://127.0.0.1:9200
ProxyPass /ts http://127.0.0.1:9200
ProxyPassReverse /ts http://127.0.0.1:9200
<IfModule userdir_module>
UserDir /data/home/*/www/html
@ -90,11 +90,11 @@
SetEnvIf REQUEST_URI ^/robots\.txt$ no_log
SetEnvIf REQUEST_URI ^/favicon\.ico$ no_log
ScriptAlias /cgi-bin/ /data/www/cgi-bin/
ScriptAlias /cgi-bin/ /data/var/www/cgi-bin/
DocumentRoot /data/www/html/
DocumentRoot /data/var/www/html/
CustomLog /data/www/logs/httpd-access VHostCombined env=!no_log
CustomLog /data/var/www/logs/httpd-access VHostCombined env=!no_log
<Proxy *>
Require all granted
@ -102,8 +102,8 @@
# Dot NOT add backslashes to the end of the urls.
ProxyPass /git http://127.0.0.1:9100
ProxyPassReverse /git http://127.0.0.1:9100
ProxyPass /terrastate http://127.0.0.1:9200
ProxyPassReverse /terrastate http://127.0.0.1:9200
ProxyPass /ts http://127.0.0.1:9200
ProxyPassReverse /ts http://127.0.0.1:9200
<IfModule userdir_module>
UserDir /data/home/*/www/html