forked from linux/WebHosting
megiwiki run on apache php infra
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user