Problem with EXEC_ON_READ, custom block content

2008-03-24 Thread John Hallam
I'm trying to create a custom block directive, following the documentation in the ModPerl2 book (or the on-line documentation). The minimal code for the problem I am seeing is below. I have the following block in apache2.conf for the new block and the module is in the /root/apache2 tree a

Re: modperl with SSL

2008-03-24 Thread xyon
I also recommend stunnel. It has come through for me in these same situations without problems. On Mon, 2008-03-24 at 07:46 -0400, Roberto C. Sánchez wrote: > On Mon, Mar 24, 2008 at 03:25:26PM +0800, J. Peng wrote: > > hello list, > > > > we have our own realserver called QHttpd. > > This realse

Re: modperl with SSL

2008-03-24 Thread Roberto C . Sánchez
On Mon, Mar 24, 2008 at 03:25:26PM +0800, J. Peng wrote: > hello list, > > we have our own realserver called QHttpd. > This realserver doesn't support SSL protocal (https). > So I have to develop a proxy before QHttpd to get it be compatible with SSL. > I was thinking using modperl handler to do i

Re: modperl with SSL

2008-03-24 Thread Issac Goldstand
a backend server - the server that REALly serves the request. Foo JH wrote: What is a realserver? J. Peng wrote: hello list, we have our own realserver called QHttpd. This realserver doesn't support SSL protocal (https). So I have to develop a proxy before QHttpd to get it be compatible wit

Re: modperl with SSL

2008-03-24 Thread J. Peng
realserver, generally, it means a web server like apache, which is different from a proxy like squid. On Mon, Mar 24, 2008 at 3:56 PM, Foo JH <[EMAIL PROTECTED]> wrote: > What is a realserver? > > > > J. Peng wrote: > > hello list, > > > > we have our own realserver called QHttpd. > > This re

Re: modperl with SSL

2008-03-24 Thread Foo JH
What is a realserver? J. Peng wrote: hello list, we have our own realserver called QHttpd. This realserver doesn't support SSL protocal (https). So I have to develop a proxy before QHttpd to get it be compatible with SSL. I was thinking using modperl handler to do it. modperl accept the SSL con

modperl with SSL

2008-03-24 Thread J. Peng
hello list, we have our own realserver called QHttpd. This realserver doesn't support SSL protocal (https). So I have to develop a proxy before QHttpd to get it be compatible with SSL. I was thinking using modperl handler to do it. modperl accept the SSL connection from clients, do the verificatio