Mark J Bradakis writes: > You'd think that these lines in the config file would work like they > used to, but apparently not:
What version of Apache are you using? > ScriptAlias /mailman/ /local/mailman/teamnet/cgi-bin/ I believe there's a FollowSymLinks option or something like that. Is it possible that /local/mailman/teamnet/cgi-bin is a symlink? > <Directory /local/mailman/teamnet/cgi-bin> > Options +ExecCGI > SetHandler cgi-script Something changed in handling CGI between 2.2 and 2.4, but that may have been external (eg, I switched to WSGI for my Python CGIs, and ISTR that some of the *CGI accelerator modules didn't get updated). > Require all granted > </Directory> This stanza needs to come *before* any Alias stanzas that refer to /local/, /local/mailman/, or /local/mailman/teamnet/, IIRC. I don't think the config processor is smart enough to find the "best" match. You probably thought of all that already. Just for the record. Good luck! ------------------------------------------------------ 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