Added variable collab_webroot for changing collab path in apache config

Also allow version number in moin_static symlink name.
This commit is contained in:
Ossi Salmi 2012-12-13 19:27:21 +02:00
parent f254f1a33d
commit c0d8476315
3 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1,4 @@
<Directory "<%= collab_webroot %>">
Options +ExecCGI
AllowOverride All
</Directory>