From 57064fdb9af1f973142ba274abb9fc642fa65708 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 3 Jun 2011 23:52:17 +0200 Subject: [PATCH] apache.conf: Added configuration for Apache. --- debian/apache.conf | 19 +++++++++++++++++++ debian/changelog | 4 +++- debian/collection4.install | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 debian/apache.conf diff --git a/debian/apache.conf b/debian/apache.conf new file mode 100644 index 0000000..9e9bbb9 --- /dev/null +++ b/debian/apache.conf @@ -0,0 +1,19 @@ +Alias /collection4/css /usr/share/collection4 +Alias /collection4/js /usr/share/collection4 +Alias /collection4 /usr/lib/collection4 + + + Options +ExecCGI + + AllowOverride none + Order allow,deny + Allow from all + + DirectoryIndex collection.fcgi + + + + AllowOverride none + Order allow,deny + Allow from all + diff --git a/debian/changelog b/debian/changelog index 340d1f0..d2e2154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,5 +11,7 @@ collection4 (4.0.0-1) experimental; urgency=low system. * debian/source/format: - Use format 1.0 for now. + * debian/apache.conf: + - Added configuration for Apache. - -- Sebastian Harl Fri, 03 Jun 2011 22:47:39 +0200 + -- Sebastian Harl Fri, 03 Jun 2011 23:50:37 +0200 diff --git a/debian/collection4.install b/debian/collection4.install index a24f960..02bbc61 100644 --- a/debian/collection4.install +++ b/debian/collection4.install @@ -1,3 +1,4 @@ +../apache.conf etc/collection4/ etc/ usr/bin/ usr/lib/collection4/ usr/share/ usr/share/collection4/ -- 2.30.2