connection level filter that redirects to internal SSL site

2007-01-30 Thread Bogdan Ribic
Hi all, I have a question - would it be possible to intercept an incomming request, figure out if it is a proxy CONNECT request for remote https server and then redirect to a local SSL site. Intention is to put this on a proxy server and block access to remote https server by making local

Re: Vote: Support of OCSP in mod_ssl - bug 41123

2007-01-30 Thread Matthieu Estrade
We are using this patch in production on many platform for one year now, and we don't have problem.+1 for integration in trunk.MatthieuMarc Stern <[EMAIL PROTECTED]> wrote: > > > >>> > > I ported the patch to 2.2.4, including the doc. > These are exactly the modification that are incl

Re: link failure from buildmark

2007-01-30 Thread Greg Ames
--- David Jones <[EMAIL PROTECTED]> wrote: > zOS needs to compile with extra CFLAGS in order to link correctly. > After revisions 153273/153266 to ./Makefile.in all compile and link flags > are lost as > buildmark.c is made without them: concept sounds fine but... > --- Makefile.in.orig Wed Jan

Problem configuring flood

2007-01-30 Thread Peter Bengtsson
I followed the instructions on this page exactly and skipped SSL: http://httpd.apache.org/test/flood/building.html I had to install a few things with apt-get on the way during my first attempts. Attached is the output of # ./configure --disable-shared | tee badconfigure.log I don't know how to

Re: Problem configuring flood

2007-01-30 Thread Jan Kokoska
Well, doesn't the bottom of the output look like you miss at least Expat XML library (presumably the -dev bit for .h header files) and maybe also apache APR (apache runtime) stuff? libexpat1-dev libxmltok1-dev expat Having all these just has to shut it up about Expat. libapr1-dev libapr1.0-dev

Reg piping logs in apache 2.2 on windows 2003

2007-01-30 Thread sai koduri
Does anybody know how we can use rotatelogs.exe to pipe logs for every day ??? Does any flags need to be turned on or do I need to include any modules? Thanks sai - Any questions? Get answers on any topic at Yahoo! Answers. Try it now.

Re: Reg piping logs in apache 2.2 on windows 2003

2007-01-30 Thread Sander Temme
On Jan 23, 2007, at 9:40 AM, sai koduri wrote: Does anybody know how we can use rotatelogs.exe to pipe logs for every day ??? Does any flags need to be turned on or do I need to include any modules? No, this is handled by mod_log_config which is part of the default module set. S

APR::Request::Apache2 param() method

2007-01-30 Thread Dave Viner
Hi, I am having a strange problem with APR::Request::Apache2 and the param () method. When I send a POST from Firefox, my code works perfectly. When I send a POST from Safari or Windows/IE, my code fails. Here is the HTML which displays the form to send: method="post" enctype="mult

Re: APR::Request::Apache2 param() method

2007-01-30 Thread Joe Schaefer
Dave Viner <[EMAIL PROTECTED]> writes: > Hi, > > I am having a strange problem with APR::Request::Apache2 and the param > () method. When I send a POST from Firefox, my code works perfectly. When I > send a POST from Safari or Windows/IE, my code fails. > > Here is the HTML which displays the fo

Re: State of perchild MPM

2007-01-30 Thread Nick Kew
On Mon, 29 Jan 2007 20:31:40 -0600 <[EMAIL PROTECTED]> wrote: > > I have gotten the impression this may be a sore subject for the list > based on searching through the archives, but I do not intend to work > anyone up. I have been trying to find a solution to the problem of > shared hosting with

Re: how to link to some other library

2007-01-30 Thread Drew Bertola
? ?? wrote: hello I have written one module that will use some non standard library(outside appache). It seems when i do the "make", it can not find the correct library. I guess i have to make some change to the configure.in or Makefile.in in apache. However, i am not so sure. Is there some