
I don't know if you want the whole file, but this is out of the srm.conf file of mine (new appache has everything in httpd.conf)
ScriptAlias /mailman/ /home/other/mailman/cgi-bin/ Alias /pipermail/ /home/other/mailman/archives/public/
Also in access.conf (new appache has everything in httpd.conf), I had to put in
<Directory /home/other/mailman> Options Indexes Includes FollowSymLinks ExecCGI </Directory>
Current apache is VERY restrictive in its permissions by default. (rightfully so, but hey, it is always a balance between keeping users happy and some idea of security.)
These lines gives most people grief: # First, we configure the "default" to be a very restrictive set of # permissions. # <Directory /> Options FollowSymLinks AllowOverride None </Directory>
Date: Thu, 23 Dec 1999 10:42:16 -0500 From: Jerry Thomas <jerry@scoregroup.com> Organization: The Score Group To: Mailman-Users <mailman-users@python.org> Subject: [Mailman-Users] Apache Conf files
Could some body please post their Apache Conf Files.
Thank You
Jerry Thomas jerry@scoregroup.com Network Administrator ph. (305) 662-5959 ext. 211 The Score Group fax (305) 662-5952
participants (1)
-
Michael Ghens