Hello...

Im pretty new to Apache and im trying to setup mailman to work with apache...

My system is:

RH 8.0
Apache 2.x

The mailman files are located in /usr/local/mailman

I thought I was setting it up right, but its not working: I added the following, per the README:

ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/

Alias /pipermail/ /usr/local/mailman/archives/public/

When I go to the page, I get 'Object not found.'  http://localhost/mailman

Bellow is from the Error log:

[client 192.168.1.90] File does not exist: /var/www/html/mail

So i missed something, but not sure where to fix it..

Here is my httpd.conf part:

Alias /pipermail "/usr/local/mailman/archives/public/"

<Directory "/usr/local/mailman/archives/public/">
     Options FollowSymLinks
</Directory>

ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"



Any help is greatly appreciated..

Jason

Reply via email to