Re: [Mailman-Users] hooking up help?

2002-01-25 Thread Ashley M. Kirchner

ray jones wrote:

> so I made another line, added ScriptAlias /cgi-bin/
> /home/mailman/cgi-bin/. Is that OK?

Yes


> I see the docs say add Exec, but I
> don't know where to do that, as I don't seem to have any Exec line in
> any of the .conf files.

That's an Options tag...

A typical (customized) setup on my end:

   ServerAdmin [EMAIL PROTECTED]
 * DocumentRoot /home/mailman/www
   ServerName lists.domain.net
   ScriptAlias /mailman/ "/home/mailman/cgi-bin/"
   Alias /pipermail/ "/home/mailman/archives/public/"
 * Alias /icons/ "/home/mailman/www/icons/"
 * Alias /errors/ "/home/mailman/www/errors/"

   
 Options ExecCGI   <--- you need this
   
   
Options FollowSymLinks
AllowOverride None
   
 * 
 *   Options Includes
 * 
 * ErrorDocument 500 /errors/500.shtml
 * ErrorDocument 404 /errors/404.shtml
 * ErrorDocument 403 /errors/403.shtml
   ErrorLog logs/errors_log.lists.domain.net
   CustomLog logs/access_log.lists.domain.net combined

* - custom mods I added

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] hooking up help?

2002-01-25 Thread ray jones





OK, guys, I am a newbie. 2 years, and still haven't got a clue. :)
 This is RH6.2, Apache 1.3.6-7, python 1.5.2-27.6x. I assume mailman
will run on the above. I got it compiled, and installed, and the
list-bot is up and happy. He is at [EMAIL PROTECTED]
ISSUE: Not enough sense to hook up Apache! Can anyone help? The Apache
error logs simply say, file does not exist, for all of the things that
should  play the pages to the users.
 
What I've done:  This Apache is running a lot of CGI's both in Perl and
in C, and they work fine, but they are in the docroot tree. I can't make
him look "outside" for stuff. In srm.conf I already had a ScriptAlias,
so I made another line, added ScriptAlias /cgi-bin/
/home/mailman/cgi-bin/. Is that OK? I see the docs say add Exec, but I
don't know where to do that, as I don't seem to have any Exec line in
any of the .conf files. Httpd.conf seems concerned with setups and
logging, mostly, and access.conf is a null file. Where do I do what to
srm.conf to make Apache "see" where he needs to "see"? Thank you. Ray



-- 
Ray R. Jones
Errors have been made. Others will be blamed. 
[EMAIL PROTECTED]
HTTP://www.raymondjones.net




--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users