Code

apache.conf: Added configuration for Apache.
[pkg-collection4.git] / debian / apache.conf
diff --git a/debian/apache.conf b/debian/apache.conf
new file mode 100644 (file)
index 0000000..9e9bbb9
--- /dev/null
@@ -0,0 +1,19 @@
+Alias /collection4/css /usr/share/collection4
+Alias /collection4/js /usr/share/collection4
+Alias /collection4 /usr/lib/collection4
+
+<Directory "/usr/lib/collection4">
+       Options +ExecCGI
+
+       AllowOverride none
+       Order allow,deny
+       Allow from all
+
+       DirectoryIndex collection.fcgi
+</Directory>
+
+<Directory "/usr/share/collection4">
+       AllowOverride none
+       Order allow,deny
+       Allow from all
+</Directory>