added /qo/ alias and scgi exception

This commit is contained in:
Frédéric Péters 2008-01-02 14:03:28 +00:00
parent 5ed0d24af4
commit 9ab5d3b418
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@
ServerAdmin webmaster@locahost
ServerName www.example.com
DocumentRoot /usr/share/wcs/web/
Alias /qo/ /usr/share/wcs/qommon/
SCGIMount / 127.0.0.1:3001
<LocationMatch "^/(css|images|js)/.*">
<LocationMatch "^/(css|images|js|qo)/.*">
SCGIHandler off
</LocationMatch>