[Mailman-Users] Apache configuration

Islam, Sharif mislam at uillinois.edu
Wed Jun 27 23:02:24 CEST 2001


Thank YOU :) , that was really stupid of me. I cant belive i wasted an hour.
oh what the hell , it works !! 


-----Original Message-----
From: JT [mailto:luser at ahab.com]
Sent: Wednesday, June 27, 2001 3:59 PM
To: Islam, Sharif
Cc: mailman-users at python.org
Subject: Re: [Mailman-Users] Apache configuration


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

------------------------------------------------------
Mailman-Users maillist  -  Mailman-Users at python.org
http://mail.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list