Files
WebHosting/apache/conf/rfmwtools.conf
T
bruhn_b 0f0ceb374b apache mal wieder
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
2025-11-11 13:07:57 +01:00

18 lines
413 B
Plaintext

<VirtualHost *:80>
ServerName rfmwtools-test.psi.ch
DocumentRoot /var/www/rfmwtools
ScriptAlias /cgi-bin/ /var/www/rfmwtools/cgi-bin/
<Directory "/var/www/rfmwtools/cgi-bin">
Options +ExecCGI +FollowSymLinks +Indexes
AddHandler cgi-script .sh .cgi
Require all granted
</Directory>
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 combined
</VirtualHost>