Vidiot wrote:

>I've looked at the installation page over at the Wiki and there is nothing
>regarding the problem I've run up against.
>
>See page 6 of the Installation Manual (pdf).
>
>It states the following should be added:
>
>       ScriptAlias /mailman/ $prefix/cgi-bin/
>
>I already have ScriptAlias defined:
>
>       ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
>
>One is not allowed to have multiple ScriptAlias lines.


Why do you think that?

[EMAIL PROTECTED] ~]$ grep -i scriptalias /etc/httpd/conf/httpd.conf
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# The same rules about trailing "/" apply to ScriptAlias directives as
to
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# To use CGI scripts outside of ScriptAliased directories:
ScriptAlias /cgi/ /var/www/grizz/cgi/
ScriptAlias /cvsweb /var/www/grizz/cgi-bin/admin/cvsweb
    ScriptAlias /gpc "/var/www/grizz/moin/gpc/moin.cgi"
[EMAIL PROTECTED] ~]$


Works for me.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to