LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Configuring mailman (or more so apache FOR mailman) (https://www.linuxquestions.org/questions/linux-software-2/configuring-mailman-or-more-so-apache-for-mailman-109598/)

bkeating 10-28-2003 02:43 PM

Configuring mailman (or more so apache FOR mailman)
 
Taken from the mailman 'INSTALL' file

[quote]
- Configure your web server to give $prefix/cgi-bin permission to
run CGI scripts. You probably need to be root to do this.

The line you should add might look something like the following
(with the real absolute directory substituted for $prefix, of
course):

Exec /mailman/* $prefix/cgi-bin/*
or:
ScriptAlias /mailman/ $prefix/cgi-bin/

Consult your web server's documentation for details.
[/code]


does this mean (as I consulted the apache docs) httpd.conf?


I know, mail man is terrible, but it's not my system, im just learning it :)

david_ross 10-28-2003 02:52 PM

Yes it will be in httpd.conf

bkeating 10-28-2003 03:10 PM

Found it.. boy, what a waste of bandwidth.


Sry about that. :) least it's documented if someone else askes a tard question O_o ;)


All times are GMT -5. The time now is 06:41 AM.