From 91ac8e2e8559192969c6877a779d47283e39cb09 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 29 Jan 2015 20:06:26 -0800 Subject: Bumped branch version to: 2.1.19rc1 --- doc/mailman-install/node10.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'doc/mailman-install/node10.html') diff --git a/doc/mailman-install/node10.html b/doc/mailman-install/node10.html index c65c4b2f..2dc8cf03 100644 --- a/doc/mailman-install/node10.html +++ b/doc/mailman-install/node10.html @@ -79,7 +79,6 @@ substituted for $prefix, of course:
     Exec        /mailman/*      $prefix/cgi-bin/*
 
-

or: @@ -87,7 +86,6 @@ or:

     ScriptAlias /mailman/       $prefix/cgi-bin/
 
-

Warning: @@ -127,7 +125,6 @@ archives. For example, in Apache:
     Alias   /pipermail/     $varprefix/archives/public/
 
-

where $varprefix is usually $prefix unless you've used the --with-var-prefix option to configure. Also be @@ -148,6 +145,28 @@ Here's an example for Apache, based on the standard installation directories: </Directory>

+

+Also, you may need to specifically allow access to Mailman's directories. +For example, in Apache, the above Directory block may need something like + +

+

+        Require all granted
+
+ +

+or + +

+

+        Order allow,deny
+        Allow from all
+
+ +

+depending on the Apache version and similarly for the $prefix/cgi-bin/ +directory. +

Now restart your web server. @@ -185,7 +204,7 @@ Now restart your web server.


-Release 2.1, documentation updated on September 28, 2013. +Release 2.1, documentation updated on January 29, 2015. -- cgit v1.2.3