What gives you that error message?
Hello everyone...
Im in the process of installing mailman, a mail list manager. It requires apache to work correctly. Now, im not an apache expert, but im learning...
My system is:
RH 8.0
Apache 2.x
The mailman files are located in /usr/local/mailman
Im trying to configure apache to find the files in httpd.conf
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/
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..
Any help is greatly appreciated..
Tarballed
What gives you that error message?
When I go to the page, I get "Object not found."
What I posted in the thread, is the output from the /var/log/httpd/error_log...
Im new to apache...from what im guessing, it cant find the directory where the mailman files are...
Any suggestions?
Tarballed
what url did you try to access when it gave you that message?
It sounds like you tried to access http://yourdomain/mail
So if thats the case it looks like you didn't copy over you mailman html dir to /var/www/html/ or you mailman files to /var/www/html/mail
Bookmarks