I'm having trouble with the ScriptAlias and Alias settings in the httpd.conf file.
Basically, I added the following lines to my Apache server's httpd.conf file: ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ Alias /pipermail/ /usr/local/mailman/archives/public/ When I try and restart the Apache server, however, these errors show up: The ScriptAlias directive in /etc/httpd/conf/httpd.conf at line 1013 will probably never match because it overlaps an earlier ScriptAlias. The Alias directive in /etc/httpd/conf/httpd.conf at line 1014 will probably never match because it overlaps an earlier Alias. I searched through the httpd.conf file and couldn't find another reference to the ScripAlias or Alias directives for these directories. What's going on? ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py 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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
