Tanstaafl wrote: > >On 2010-05-03 6:24 PM, Mark Sapiro wrote: >> On 5/3/2010 2:05 PM, Tanstaafl wrote: >>> >>> I looked at /etc/apache2/modules.d/50_mailman.conf, but it doesn't show >>> anything about my hostname, so, what controls the root directory? > >> There is a ScriptAlias for mailman. If it is in a global section of >> httpd.conf, it's OK as is. > >It isn't... :(
Isn't there something like ScriptAlias /mailman/ "/path/to/mailman/cgi-bin/" and Alias /pipermail/ "/path/to/mailman/archives/public/" in something like /etc/apache2/conf.d/50_mailman.conf? That should be all you need. [...] >I've also traced every virtual host file, starting with httpd.conf, and >everything in /etc/apache2/vhosts.d/, and I don't see anything providing >a virtual host block for mailman. Typical Apache configuration directives for Mailman include the above ScriptAlias and Alias directives plus something like <Directory "/path/to/mailman/archives/public"> Options +FollowSymLinks Order allow,deny Allow from all </Directory> In your case, I would expect to find this in /etc/apache2/conf.d/50_mailman.conf Since that file would be included globally and not within a VirtualHost block for a specific host like myhost.example.com, everything should be OK as is. -- Mark Sapiro <m...@msapiro.net> 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 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org