mysql auth module

2008-02-06 Thread Seth Cherney
OK, I signed onto this list about 4 months ago, and have never seen anything remotely close to my low level of skill posed as a Q on the list. I have been trying to rewrite a mysql login module to include more fields to check / update. Certain parts are quite easy, but, basically I could never

RE: XSS vulnerability in mod_negotiation - status in 2.2.8?

2008-02-06 Thread Boyle Owen
It is clear to me now that this is a storm in a teacup. I note also that the vulnerability never made it to the CVE database so I think we can decide on no further action. Thanks to Joshua and William for their helpful insights. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this

RE: XSS vulnerability in mod_negotiation - status in 2.2.8?

2008-02-06 Thread Stefan Fritsch
Hi, On Wed, 6 Feb 2008, Boyle Owen wrote: It is clear to me now that this is a storm in a teacup. I note also that the vulnerability never made it to the CVE database so I think we can decide on no further action. That's not true. CVE-2008-0455 and CVE-2008-0456 have been assigned to this

Re: mod_proxy timeouts in the 2.0

2008-02-06 Thread Jim Jagielski
On Feb 5, 2008, at 2:52 PM, Ronald Park wrote: Attached is my patch to 2.0.63 to the proxy_http.c file in modules/proxy. I didn't see any attached patch... :/ In any case, the normal process is patch applied to trunk with then backport proposals to 2.2 and 2.0. A feature added to 2.0.x,

RE: XSS vulnerability in mod_negotiation - status in 2.2.8?

2008-02-06 Thread Boyle Owen
-Original Message- From: Stefan Fritsch [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 12:57 PM To: dev@httpd.apache.org Subject: RE: XSS vulnerability in mod_negotiation - status in 2.2.8? Hi, On Wed, 6 Feb 2008, Boyle Owen wrote: It is clear to me now that

Re: store_headers in memcache and diskcache

2008-02-06 Thread Albert Lash
A little off topic, but would it make sense to use a ramfs with mod_disk_cache to get the best performance? On Feb 5, 2008 5:24 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 02/05/2008 07:45 PM, Dirk-Willem van Gulik wrote: Caching experts -- why do memcache and diskcache have seemingly

Re: store_headers in memcache and diskcache

2008-02-06 Thread Akins, Brian
On 2/6/08 1:35 PM, Albert Lash [EMAIL PROTECTED] wrote: A little off topic, but would it make sense to use a ramfs with mod_disk_cache to get the best performance? On linux, at least, just set cacheroot to something like /dev/shm/cache. Same principle applies for other OS's as well. -- Brian

Re: store_headers in memcache and diskcache

2008-02-06 Thread josh rotenberg
if it helps at all, here was my attempt at a working mod_memcached_cache. i've been meaning to look at it again and do some cleanup/testing/benchmarking/etc, haven't had the chance though. On Feb 5, 2008 11:17 AM, Dirk-Willem van Gulik [EMAIL PROTECTED] wrote: On Feb 5, 2008, at 7:58 PM,

Re: store_headers in memcache and diskcache

2008-02-06 Thread josh rotenberg
grr, this cold is making me dumber than usual. the link: http://code.google.com/p/modmemcachecache/ On Feb 6, 2008 1:25 PM, josh rotenberg [EMAIL PROTECTED] wrote: if it helps at all, here was my attempt at a working mod_memcached_cache. i've been meaning to look at it again and do some

Re: mod_proxy timeouts in the 2.0

2008-02-06 Thread Chris H.
Quoting Jim Jagielski [EMAIL PROTECTED]: On Feb 5, 2008, at 2:52 PM, Ronald Park wrote: Attached is my patch to 2.0.63 to the proxy_http.c file in modules/proxy. I didn't see any attached patch... :/ In any case, the normal process is patch applied to trunk with then backport proposals