megiwiki run on apache php infra

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-01-19 15:22:54 +01:00
parent 07b38b10a9
commit 00cb196e95
3 changed files with 36 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<VirtualHost *:80>
ServerName megwiki-test.psi.ch
DocumentRoot /var/www/megwiki
<Directory /var/www/megwiki>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 combined
</VirtualHost>