How do you handle multiple custom config containers?

2009-02-09 Thread Michael Spiegle
Hi All, I'm writing a module called mod_gfx which will perform on-the-fly image resizing via libgd. I wanted to make the module as configurable as possible so others can take advantage of it as well. I'm currently running into a rough spot with custom containers, but first I'd like to make

Re: use of APR_SENDFILE_ENABLED in mod_disk_cache

2009-02-09 Thread Issac Goldstand
Lars Eilebrecht wrote: Ruediger Pluem wrote on 2009-02-07 22:03:38: IMHO this is correct. The problem is that we do not know at this point of time how EnableSendFile is set. We are in the quick handler and have not done any directory walks (and in fact if the cached entry is good we never

Re: Documentation request for review

2009-02-09 Thread Dan Poirier
Lars Eilebrecht l...@eilebrecht.net writes: Vincent Deffontaines wrote on 2009-02-08 13:20:23: While reviewing Lucien's french translation for the trunk performance tuning guide (misc/perf-tuning.xml), it has come to my understanding that this document contains extremely old, and probably

Re: Making mod_auth_digest mysql

2009-02-09 Thread Bob Ionescu
2009/2/8 Michele Waldman mmwald...@nyc.rr.com: But, I have to know how does RewriteCond ${REMOTE_USER} . Is the . for any character? Why does it evaluate correctly when undefined and != doesn't? . is one any character, yes. = is empty (equiv. to the regEx ^$). If you negate the meaning

RE: Making mod_auth_digest mysql

2009-02-09 Thread Michele Waldman
I'm sorry I wasted your time on that. I've been programming 25 years and can read code. When I thought about it a minute ago, it totally made sense. Michele -Original Message- From: Bob Ionescu [mailto:bobsie...@googlemail.com] Sent: Monday, February 09, 2009 8:34 AM To:

Are you using sendfile on Solaris with noticeable benefit?

2009-02-09 Thread Jeff Trawick
any hints about scenarios where it is known to be good|bad?

Question about global data

2009-02-09 Thread Thomas Moyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it possible to have some global data that is accessible to all request threads. Something like a socket is what I am interested in. For example, if I have a socket that opens a connection to another system, I would like to share this one

Re: Question about global data

2009-02-09 Thread Sorin Manolache
On Mon, Feb 9, 2009 at 19:04, Thomas Moyer tmmo...@cse.psu.edu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it possible to have some global data that is accessible to all request threads. Something like a socket is what I am interested in. For example, if I have a socket that

Re: Question about global data

2009-02-09 Thread Joe Lewis
Sorin Manolache wrote: On Mon, Feb 9, 2009 at 19:04, Thomas Moyer tmmo...@cse.psu.edu wrote: Is it possible to have some global data that is accessible to all request threads. Something like a socket is what I am interested in. For example, if I have a socket that opens a connection to

Re: svn commit: r742685 - /httpd/httpd/trunk/modules/mappers/mod_watchdog.c

2009-02-09 Thread Jeff Trawick
On Mon, Feb 9, 2009 at 2:21 PM, j...@apache.org wrote: Author: jim Date: Mon Feb 9 19:21:25 2009 New Revision: 742685 URL: http://svn.apache.org/viewvc?rev=742685view=rev Log: use pid_t consistantly Modified: httpd/httpd/trunk/modules/mappers/mod_watchdog.c Modified:

Re: [us...@httpd] mod_cache and mod_mem_cache seem to make little improvement

2009-02-09 Thread Matthew Sacks
if one were to build a viewer, what sources should i take a look at? would this be done at the module level or in httpd itself? On Mon, Feb 9, 2009 at 11:17 AM, Eric Covener cove...@gmail.com wrote: On Mon, Feb 9, 2009 at 1:54 PM, Matthew Sacks ntw...@gmail.com wrote: Hi ASF, Is there a way to

CacheIgnoreHeaders not working correctly

2009-02-09 Thread Lars Eilebrecht
Hi, I have a question about the header handling logic of mod_cache/mod_disk_cache. With an installation running mod_disk_cache and a custom module which fiddles with Cookie and Set-Cookie headers I am running into the problem that mod_disk_cache was storing Set-Cookie headers in the cache. It is

Re: [WIN32] Using WSAPool for Vista+

2009-02-09 Thread Bing Swen
Mladen Turk mt...@apache.org wrote on 2009-2-9 17:25 Hi, Vista (Server 2008) and up comes with new winsock WSAPoll API. Now I did some experiments and it compiles the unix/pool.c by simply changing poll( ... ) to WSAPoll(...) There is also no limitation on pollset size (currently select is