Igor Gnatenko writes:

 > ScriptAlias mm.clanwars.org:8080 /usr/lib/mailman/cgi-bin/

Your syntax is broken.

ScriptAlias Directive

Description:    Maps a URL to a filesystem location and designates the
                target as a CGI script
Syntax:   ScriptAlias URL-path file-path|directory-path

The syntax specifies an URL-path, not an URL.  mm.clanwars.org:8080 is
a perfectly legal POSIX filename, though, so it's probably being
interpreted as /mm.clanwars.org:8080/.

http://httpd.apache.org/docs/current/mod/mod_alias.html for further details.

Regards,

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

Reply via email to