[Mailman-Users] Newbie question about mailman on Solaris with Apache.

Greg Ward gward at mems-exchange.org
Sat Nov 24 01:21:32 CET 2001


On 23 November 2001, Christopher Jay Manders said:
> I have set up everything as close to the installation instructions as
> possible. The test group works from the email point of view, but the
> webserver (Apache) shows this instead of the intended list of lists:
> ELF?=(0,4)pes.hpe_class:5,__reference_type_class:6,__offset_type_class:7,__real_type_class:8,__complex_type_cla...
> 
> Obviously, the web server does not know this is an executable, so I made
> sure I had a ScriptAlias and <Directory> setting spots. All seems right.
> I have this in the httpd.conf:

Is the wrapper file actually executable?  Telling Apache its ScriptAlias
is necessary, but the right bits have to be set on the file.  Try
  chmod a+x /home/a1/mailman/cgi-bin/*
  chmod a+x /home/a1/mailman/mail/wrapper

to be sure.

        Greg
-- 
Greg Ward - software developer                gward at mems-exchange.org
MEMS Exchange                            http://www.mems-exchange.org




More information about the Mailman-Users mailing list