summaryrefslogtreecommitdiff
path: root/mail/sympa/files/apache.sample.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sympa/files/apache.sample.in')
-rw-r--r--mail/sympa/files/apache.sample.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/sympa/files/apache.sample.in b/mail/sympa/files/apache.sample.in
new file mode 100644
index 000000000000..d169b8808391
--- /dev/null
+++ b/mail/sympa/files/apache.sample.in
@@ -0,0 +1,16 @@
+DocumentRoot "%%DATADIR%%"
+AddDefaultCharset UTF-8
+DirectoryIndex wws
+Options +Indexes
+# you may replace 'fcgid' by 'fastcgi'
+LoadModule fcgid_module libexec/apache2/mod_fcgid.so
+<Location /wws>
+ SetHandler fcgid-script
+</Location>
+<Directory %%DATADIR%%>
+ Require all granted
+</Directory>
+<Directory %%PREFIX%%/libexec/sympa>
+ Require all granted
+</Directory>
+ScriptAlias /wws %%PREFIX%%/libexec/sympa/wwsympa-wrapper