Re: [PATCH] full[er] disclosure on module not-found

2004-05-25 Thread Geoffrey Young
Rodent of Unusual Size wrote: have_module() currently is rather terse when the problem with a perl module is actually with something the module requires or uses. here's a patch which will extract a little more info from $@ if it can, and provide it as part of the message. helpful for

Reload CRL without re-starting Apache

2004-05-25 Thread Marc Stern
I'd like to re-load the CRL on a regular basis (every few hours) without re-starting the server. How can we do that ? We need to re-build the store at some time, where ? Thanks, Marc

Re: [patch] add '-l' to rotatelogs for local time

2004-05-25 Thread Rodent of Unusual Size
Rodent of Unusual Size wrote: one of the recurring issues we've seen is with people who want rotatelogs to do its thing at midnight *local* time. easily enough done with the offset argument -- but that gets messy around the daylight savings issues. the attached patch adds the '-l' option,

Re: [patch] add '-l' to rotatelogs for local time

2004-05-25 Thread Andr Malo
* Rodent of Unusual Size [EMAIL PROTECTED] wrote: Rodent of Unusual Size wrote: one of the recurring issues we've seen is with people who want rotatelogs to do its thing at midnight *local* time. easily enough done with the offset argument -- but that gets messy around the daylight

RE: Reload CRL without re-starting Apache

2004-05-25 Thread Mathihalli, Madhusudan
I have a patch that achieves the purpose - but it's more of a hack. I'm looking for suggestions to clean it up. Here's the current logic : - user invokes apachectl updatecrl which sends a SIGUSR2 signal to the parent process - parent passes a UPDATE_CHAR down the POD to the child processes - The

RE: Reload CRL without re-starting Apache

2004-05-25 Thread Joshua Slive
On Tue, 25 May 2004, Mathihalli, Madhusudan wrote: I have a patch that achieves the purpose - but it's more of a hack. I'm looking for suggestions to clean it up. Here's the current logic : - user invokes apachectl updatecrl which sends a SIGUSR2 signal to the parent process Question from an

RE: Reload CRL without re-starting Apache

2004-05-25 Thread Mathihalli, Madhusudan
-Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] [SNIP] On Tue, 25 May 2004, Mathihalli, Madhusudan wrote: I have a patch that achieves the purpose - but it's more of a hack. I'm looking for suggestions to clean it up. Here's the current logic : - user invokes

RE: Reload CRL without re-starting Apache

2004-05-25 Thread Joshua Slive
On Tue, 25 May 2004, Mathihalli, Madhusudan wrote: Here's the current logic : - user invokes apachectl updatecrl which sends a SIGUSR2 signal to the parent process Question from an innocent bystander: Is there some reason that apachectl graceful isn't good enough for this situation? AIUI, the

Re: NULL Pointer in auth module (Apache 2.0.48)

2004-05-25 Thread Dermot Tynan
On Sat, 2004-05-22 at 17:14, Patrick Welche wrote: Just been down that route.. ended up writing an authentication provider instead (mod_authn_pgsql (posted here), as mod_auth_pgsql kept getting a NULL user) cf mod_authn_file.c (or the posting) I'm not sure the AuthN stuff will work for me,

Building httpd statically

2004-05-25 Thread Graham Leggett
Hi all, I am having a moment: I am trying to build httpd statically, but I'm struggling to find out how it is done. The ./configure script can be configured to build all binaries statically using --enable-static-[binary], except for httpd for some reason. Can anyone tell me how it is done?

RE: Reload CRL without re-starting Apache

2004-05-25 Thread Mathihalli, Madhusudan
-Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] On Tue, 25 May 2004, Mathihalli, Madhusudan wrote: AIUI, the 'graceful' restart forces the child processes join all the threads and re-start. (Pl. let me know if this is incorrect). The requirement is to update the crl

Re: Building httpd statically

2004-05-25 Thread Greg Ames
Graham Leggett wrote: I am having a moment: I am trying to build httpd statically, but I'm struggling to find out how it is done. The ./configure script can be configured to build all binaries statically using --enable-static-[binary], except for httpd for some reason. Can anyone tell me how

question about include directives

2004-05-25 Thread Andrew Boyce-Lewis
I am wondering why the include directive does not allow wildcard constructions in the directory path. For example, 'include /etc/httpd/*/*.conf' will not work and will produce the error wildcard patterns not allowed in Include However 'include /etc/httpd/dir/*.conf' works as expected. I tested

Re: Reload CRL without re-starting Apache

2004-05-25 Thread David Burry
Perhaps we could use a new module that allows efficient on-the-fly config parameter changes without restarting any processes? Kind of like a config server that you connect to and issue commands that add and remove apache directives, at least most of them if not all of them. There have been a

Re: Reload CRL without re-starting Apache

2004-05-25 Thread Andr Malo
* David Burry [EMAIL PROTECTED] wrote: Perhaps we could use a new module that allows efficient on-the-fly config parameter changes without restarting any processes? Kind of like a config server that you connect to and issue commands that add and remove apache directives, at least most of

Mail Delivery (failure dev@httpd.apache.org)

2004-05-25 Thread dot