[Mailman-Users] Apache configuration

JT luser at ahab.com
Wed Jun 27 22:58:58 CEST 2001


Hmm... I'm guessing that $home is either nothing (e.g. should be $HOME) or
else is home for "nobody", e.g. /nonexistent.  Try changing it to
/home/mailman/cgi-bin.  Also, check apache's error log, where "Not found"
stuff gets logged with the exact path that apache is looking for...

On Wed, Jun 27, 2001 at 03:12:20PM -0500, Islam, Sharif wrote:
> I believe this question was answered several times. I searched the archive
> and tried everything. I am running bsd 2.8. Just installed mailman 2.0.5.
> Everthing works fine. I can create list, send message. But the web interface
> doesnt work. When to go to 
> http://myserver/mailman/listinfo/listname. I get page cannot be found error.
> 
> I added this lines to httpd.conf. Any help will be great!. thanks
> 
> 
> 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/"
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list