[Mailman-Users] httpd.conf configuration help

Dan Mick Dan.Mick at west.sun.com
Sun Nov 26 21:44:07 CET 2000


Chee-Siong Cheong wrote:
> 
> Downloaded mailman-2.0 and installed succesfully in my system. I tried my
> very best to configure my httpd.conf to make accessible from internet. But,
> I couldnt get it run, the page is not even shown up. 

This is not a description of the problem.  A description of the problem
would be something like, "I tried to visit this URL: <URL here>, and this showed up
in my browser: <description of results here>."

> Can anyone shown me
> what line should I add in my httpd.conf to make mailman accessible. Attached
> below is the line that I added to my httpd.conf file. Thanks in advance.
> 
> ScriptAlias /mailman/ "/home/mailman/cgi-bin/"
> 
> <Directory "/home/mailman/cgi-bin">
>     AllowOverride None
>     Options ExecCGI
>     Order allow,deny
>     Allow from all
> </Directory>
> 
> Alias /pipermail/ /home/mailman/archives/public/
> <Location /pipermail>
>   AllowOverride None
>   order deny,allow
>   allow from all
>   Options FollowSymLinks
> </Location>
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://www.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list