logo       

Re: jetty and mailman: msg#00098

java.jetty.support

Subject: Re: jetty and mailman

Greg Wilkins wrote:
>
> Well firstly I'd suggest just install the CGI servlet in the
> location you want it - and then you don't have to worry
> about aliasing /pipermail/ to whatever.
>
> But if you still want aliases - you can use the Jetty
> ForwardHandler


Hello,

this one really worked:

<Call name="addContext">
<Arg>/mailman/*</Arg>
<Set name="ResourceBase">/home/mailman/cgi-bin</Set>
<Call name="addServlet">
<Arg>Common Gateway Interface</Arg>
<Arg>/</Arg>
<Arg>org.mortbay.servlet.CGI</Arg>
<Put name="Path">/bin:/usr/bin:/usr/local/bin</Put>
</Call>
</Call>

and alias - I haven't tried yet, because there are other (nonjetty
errors).

Thanks for response

Leos

>> Add the following to virtual host directive for your SSL Virtual
>> Host. Your SSL virtual host directive looks like the
>> following: <VirtualHost xxx.xxx.xxx.xxx:443>
>>
>> <Directory "/home/mailman/cgi-bin">
>> Options +ExecCGI
>> </Directory>
>>
>> Alias /pipermail/ /home/mailman/archives/public
>> <Directory "/home/mailman/archives/public">
>> Options +FollowSymLinks
>> </Directory>
>>
>> ScriptAlias /mailman/ /home/mailman/cgi-bin/

--
Leos Literak
http://AbcLinuxu.cz - tady je tucnakum hej!


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/CefplB/TM
---------------------------------------------------------------------~->

For the latest information about Jetty, please see http://jetty.mortbay.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise