[Mailman-Users] mailman lighttpd cgi-bin weirdness

Eugen Leitl eugen at leitl.org
Tue Mar 13 21:43:36 CET 2007


I've been almost successful with my installation of mailman
with lighttpd and postfix (yay, I guess) on Debian 4.0, but for the following
gotcha:

http://postbiota.org/mailman/admin
has links with cgi-bin in them, e.g. http://postbiota.org/cgi-bin/mailman/admin/tt
which 404 with my current configuration.
I have a somewhat frankensteinian /etc/lighttpd/lighttpd.conf
which hopefully you can help me to debug:

server.modules              = (
            "mod_access",
            "mod_alias",
            "mod_accesslog",
            "mod_rewrite",
            "mod_cgi",
)

...

alias.url +=     (
       "/mailman/" => "/usr/lib/cgi-bin/mailman/",
        "/pipermail/" => "/var/lib/mailman/archives/public/",
        "/images/mailman/" => "/usr/share/images/mailman/",
)

cgi.assign = (
        "/admin" => "",
        "/admin/" => "",
        "/admindb" => "",
        "/admindb/" => "",
        "/confirm" => "",
        "/confirm/" => "",
        "/create" => "",
        "/create/" => "",
        "/edithtml" => "",
        "/edithtml/" => "",
        "/listinfo" => "",
        "/listinfo/" => "",
        "/options" => "",
        "/options/" => "",
        "/private" => "",
        "/private/" => "",
        "/rmlist" => "",
        "/rmlist/" => "",
        "/roster" => "",
        "/roster/" => "",
        "/subscribe" => "",
        "/subscribe/" => ""
        )

url.rewrite = ( "^/$" => "/Mailman/listinfo",
                "^/Mailman/$" => "/Mailman/listinfo" )

See anything funny? 

----- End forwarded message -----
-- 
Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820            http://www.ativel.com
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : http://mail.python.org/pipermail/mailman-users/attachments/20070313/3d5cb0c4/attachment.pgp 


More information about the Mailman-Users mailing list