Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-21 Thread Ray Van Dolson
I'm having a heck of a time getting Palm Treo's to work through our Apache 2.2.3 based proxy talking to an OWA2K7 setup running on IIS. I believe I may be getting pinched by: https://issues.apache.org/bugzilla/show_bug.cgi?id=43238 The Treo seems to work fine without a proxy. I observe the fo

Re: mod_proxy race condition bug #37770

2008-05-21 Thread Adam Woodworth
I think there is a problem with r657443 (and thus I assume r645813): I applied the r657443 patch to my copy of the 2.2.8 official release source and it doesn't work right. The problem is that the change to mod_proxy_http.c checks c->keepalives for a value, but c->keepalives is filled out by ap_ht

Re: On future mod_wombat improvements

2008-05-21 Thread Matthew M. Burke
Akins, Brian wrote: Remember, this is old and simple... That's ok---so am I. Matt

Re: On future mod_wombat improvements

2008-05-21 Thread Akins, Brian
On 5/21/08 12:43 PM, "Matthew M. Burke" <[EMAIL PROTECTED]> wrote: > Akins, Brian wrote: >> There is an early version of my efforts floating around - mod_lua_request. >> (I can repost it, as well). > > I'd be interested in seeing it. > > Matt > Remember, this is old and simple... -- Brian Ak

Re: On future mod_wombat improvements

2008-05-21 Thread Matthew M. Burke
Akins, Brian wrote: There is an early version of my efforts floating around - mod_lua_request. (I can repost it, as well). I'd be interested in seeing it. Matt

Re: On future mod_wombat improvements

2008-05-21 Thread Joe Schaefer
--- Corsix <[EMAIL PROTECTED]> wrote: > Item 2 is 'documented' in the building from SVN > instructions: > (http://svn.apache.org/repos/asf/httpd/mod_wombat/trunk/docs/building-from-subversion.txt) > If compiling (make) reports an error that it > cannot find the > libapreq2 header file, pl

Re: On future mod_wombat improvements

2008-05-21 Thread Akins, Brian
FWIW, we already use apreq for other stuff anyway. Also, it does a lot of useful stuff that can be exposed via mod_wombat One of my top things I want is a way to generically "register" and "call" some lua code that takes advantage of resource pools, caching, etc. No offense to Brian M, but I fou

Re: On future mod_wombat improvements

2008-05-21 Thread Corsix
Item 2 is 'documented' in the building from SVN instructions: (http://svn.apache.org/repos/asf/httpd/mod_wombat/trunk/docs/building-from-subversion.txt) If compiling (make) reports an error that it cannot find the libapreq2 header file, please tell me ( [EMAIL PROTECTED] ) as this occur

Re: On future mod_wombat improvements

2008-05-21 Thread Matthew M. Burke
Corsix wrote: I didn't have trouble building it on linux, however: 1) I cannot build it on windows; the first part of the win32 buil 2) The mod_wombat build process is reluctant to find libapreq2 unles These are both good to know! In my role as evil, horrible task-master/GSoC Mentor, I will

Re: On future mod_wombat improvements

2008-05-21 Thread Corsix
I didn't have trouble building it on linux, however: 1) I cannot build it on windows; the first part of the win32 build instructions is "perl Makefile.pl" from the libapreq folder, which for me throws up lots of dialog boxes saying expr.exe, sed.exe, chmod.exe, rm.exe, sh.exe, bash.exe and/or basen

Re: On future mod_wombat improvements

2008-05-21 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Schaefer wrote: | I don't grok this desire either, save for the fact | that httpd doesn't yet distribute apreq2 itself. | Personally I'd rather see work go into supporting | file uploads via apreq2's bucket brigade api. Does | lua have a data str

Re: On future mod_wombat improvements

2008-05-21 Thread Joe Schaefer
--- "Matthew M. Burke" <[EMAIL PROTECTED]> wrote: > Maxime Petazzoni wrote: > > Hi all, > > > > * Corsix <[EMAIL PROTECTED]> [2008-04-29 > 21:23:17]: > > > > > >> My thoughts on possible improvements for > mod_wombat are as follows: > >> > >> * Compile time option to exclude libapreq2 (and

Re: On future mod_wombat improvements

2008-05-21 Thread Matthew M. Burke
Maxime Petazzoni wrote: Hi all, * Corsix <[EMAIL PROTECTED]> [2008-04-29 21:23:17]: My thoughts on possible improvements for mod_wombat are as follows: * Compile time option to exclude libapreq2 (and thus not export to Lua functions dependant upon it), in future leading to a built-in

Re: On future mod_wombat improvements

2008-05-21 Thread Maxime Petazzoni
Hi all, * Corsix <[EMAIL PROTECTED]> [2008-04-29 21:23:17]: > My thoughts on possible improvements for mod_wombat are as follows: Sorry for the late reply. Thank you all for the suggestions on mod_wombat, they're all good ideas, but unfortunately we need to restrain to a small subset of them for