Code

apache.conf: Added configuration for Apache.
[pkg-collection4.git] / debian / apache.conf
1 Alias /collection4/css /usr/share/collection4
2 Alias /collection4/js /usr/share/collection4
3 Alias /collection4 /usr/lib/collection4
5 <Directory "/usr/lib/collection4">
6         Options +ExecCGI
8         AllowOverride none
9         Order allow,deny
10         Allow from all
12         DirectoryIndex collection.fcgi
13 </Directory>
15 <Directory "/usr/share/collection4">
16         AllowOverride none
17         Order allow,deny
18         Allow from all
19 </Directory>