Re: Is it possible to build apache http server as a in-process module?

2008-12-14 Thread Leo Li
On Sun, Dec 14, 2008 at 1:31 PM, William A. Rowe, Jr. wrote: > Leo Li wrote: > > > >What I want to do is to plugin an in-process http server module in an > > exsiting product to expose its original functionality as web service > > (soap over http). :) Since the existing product is already an

Re: Disable logging of invalid requests

2008-12-14 Thread Mitar
Hi! On Sun, Dec 14, 2008 at 9:41 PM, Joshua Slive wrote: > For example, you want to log based on Request_URI. But to figure out > what the Request_URI is, apache needs to parse the Request Line. One > of the reasons for short-circuiting is an over-long request line, > which would be dangerous to

Re: Disable logging of invalid requests

2008-12-14 Thread Joshua Slive
On Sun, Dec 14, 2008 at 1:35 PM, Mitar wrote: > And now I do not have invalid requests logged. I do not like that but > I do not like having them logged even more. I really do not understand > why this short-circuiting is necessary. We have an error log for such > "important" things. CustomLog sh

Re: Disable logging of invalid requests

2008-12-14 Thread Mitar
Hi! On Sun, Dec 14, 2008 at 3:46 PM, Morgan Gangwere <0.fracta...@gmail.com> wrote: > Well, more accurately, this is kinda backwards. According to the > "documentation", the syntax for SetEnvIf is > > SetEnvIf (statement) (statement) (varname) In my documentation: http://httpd.apache.org/docs/2.

Re: Is it possible to build apache http server as a in-process module?

2008-12-14 Thread Morgan Gangwere
Nick Kew wrote: On 14 Dec 2008, at 05:31, William A. Rowe, Jr. wrote: Leo Li wrote: What I want to do is to plugin an in-process http server module in an exsiting product to expose its original functionality as web service (soap over http). :) Since the existing product is already an exe

Re: mod_proxy + SSL error 70023 with POSTs

2008-12-14 Thread Morgan Gangwere
Scott Beardsley wrote: Eric Covener wrote: Maybe ltrace would help you narrow down on which APR function is returning this... Move along, nothing to see here. I've discovered that my problem was with my (custom) version of mod_auth_cas. Sorry for the disruption. Scott ... whoops ... --

Re: Disable logging of invalid requests

2008-12-14 Thread Morgan Gangwere
Joshua Slive wrote: On Thu, Dec 11, 2008 at 11:32 PM, Mitar wrote: Hi! Is there a way to disable logging of invalid requests to an HTTP server (which result in a 501 response code)? I would like to log only specific URLs and I am using SetEnvIf with CustomLog to do that, like: SetEnvIf Reques