aboutsummaryrefslogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-08-28 14:04:49 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-08-28 14:04:49 +0000
commitb940eb0f0abaa906902055e7952d2a1915fcf683 (patch)
tree621455f7ac568b8a7f8b393623b8234348582a01 /apache.conf
parent5ca7497e6f2c9d5429e329e446310f0add4e8c98 (diff)
downloadsitesummary-b940eb0f0abaa906902055e7952d2a1915fcf683.tar.gz
sitesummary-b940eb0f0abaa906902055e7952d2a1915fcf683.tar.bz2
sitesummary-b940eb0f0abaa906902055e7952d2a1915fcf683.tar.xz
* Include apache2 example configuration.
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/apache.conf b/apache.conf
new file mode 100644
index 0000000..48954fd
--- /dev/null
+++ b/apache.conf
@@ -0,0 +1,10 @@
+NameVirtualHost *
+<VirtualHost *>
+ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
+ <Directory "/usr/lib/cgi-bin">
+ AllowOverride None
+ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ Order allow,deny
+ Allow from all
+ </Directory>
+</VirtualHost>