Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Brad Knowles writes: > > > Moreover, the Mailman code is written in Python, so there shouldn't > > be any need to compile anything with any C compiler. > >The CGI and MTA interface wrappers are written in C, but they're >really really simple (as anything security-criti

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Stephen J. Turnbull
Brad Knowles writes: > Moreover, the Mailman code is written in Python, so there shouldn't > be any need to compile anything with any C compiler. The CGI and MTA interface wrappers are written in C, but they're really really simple (as anything security-critical should be). It's not going to

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Vidiot
>The results of > >may interest you. >Mark Sapiro <[EMAIL PROTECTED]>The highway is for gamblers, Thanks, so noted. The Solaris 10 installed. The proc temp stayed low enough to not get Solaris mad and want t

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Brad Knowles
On 6/25/08, Vidiot wrote: Thanks for pointing this out. I'll go away now and compile the source when I get Sol10 working. Speaking of that, do you suggest using GNU or Sun Studio to compile the package? Following our standard installation procedure works just fine for Solaris 10. I've d

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Mark Sapiro
Vidiot wrote: > >Thanks for pointing this out. I'll go away now and compile the source >when I get Sol10 working. Speaking of that, do you suggest using GNU or >Sun Studio to compile the package? There are others on this list that can speak to Solaris installation about which I know almost noth

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Vidiot
>That's because you're installing a RedHat package, and the RPM already >installed /etc/httpd/conf.d/mailman.conf which contains that >ScriptAlias. Oh crap. Another reason I am going toward Solaris 10. The last thing I'd do is stick a web server confing file in another directory and include it.

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Mark Sapiro
Vidiot wrote: >>Why do you think that? > >ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" >ScriptAlias /mailman/ "/usr/lib/mailman/cgi-bin" > >mrvideo.vidiot.com.ZROOT <406> /etc/init.d/httpd restart >Stopping httpd:[ OK ] >Starting httpd: [Wed Jun

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Vidiot
>Why do you think that? ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" ScriptAlias /mailman/ "/usr/lib/mailman/cgi-bin" mrvideo.vidiot.com.ZROOT <406> /etc/init.d/httpd restart Stopping httpd:[ OK ] Starting httpd: [Wed Jun 25 18:59:28 2008] [war

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Mark Sapiro
Vidiot wrote: > >After doing said setting in the config file and restarting the seb server >it spits out a warning messag that it exists and that the 2nd one might not >get reached. > >I'll do it again and post the exact warning message. That's because you're installing a RedHat package, and the

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Mark Sapiro
Vidiot wrote: >I've looked at the installation page over at the Wiki and there is nothing >regarding the problem I've run up against. > >See page 6 of the Installation Manual (pdf). > >It states the following should be added: > > ScriptAlias /mailman/ $prefix/cgi-bin/ > >I already have Scrip

Re: [Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Terry Allen
On 25/06/2008, at 4:52 PM, Vidiot wrote: I've looked at the installation page over at the Wiki and there is nothing regarding the problem I've run up against. See page 6 of the Installation Manual (pdf). It states the following should be added: ScriptAlias /mailman/ $prefix/cgi-bin

[Mailman-Users] Apache, mailman and ScriptAlias - not as documented

2008-06-25 Thread Vidiot
I've looked at the installation page over at the Wiki and there is nothing regarding the problem I've run up against. See page 6 of the Installation Manual (pdf). It states the following should be added: ScriptAlias /mailman/ $prefix/cgi-bin/ I already have ScriptAlias defined: