How to create Log files for a module

2007-12-18 Thread karim Bendadda
Hi Team, I'm coding a module (on Apache 2.2.6) which, among other things, makes connections to servers. I want to log all the inputs and the outputs of the module on a file (LOG_MODULE). Have you any of how doing this?? Thanks -- Karim Bendadda

Re: Is there are any way to know if the request is regular (http) or SSL (https) in a module?

2007-12-18 Thread John Zhang
--- Graham Dumpleton [EMAIL PROTECTED] wrote: On 18/12/2007, Sander Temme [EMAIL PROTECTED] wrote: On Dec 17, 2007, at 6:36 PM, Eric Covener wrote: I would like to know the request type in my module (handler/filter), is there any way to know that (HTTP vs HTTPS)?

Re: Integrity of Apache source code

2007-12-18 Thread Graham Leggett
Andrew Beverley wrote: I am currently working within the UK Ministry of Defence, and am trying to get Apache web server accredited as software able to be installed on one of our defence networks. However, one of the barriers I am coming up against is the argument that, because it is open

Re: SNI support for mod_ssl

2007-12-18 Thread Issac Goldstand
+1 (for what it's worth from a non-committer :)) Guenter Knauf wrote: Hi, I haven't reviewed the patch, but from a functionality perspective, I'd love to see SNI in Apache, although IMHO it's something that will need to be backported to far more browsers before it can be considered useful

Re: svn commit: r605066 - /httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf

2007-12-18 Thread Guenter Knauf
Hi Bill, Keep in mind we can't use @@LoadModules@@ though - not with a in tree build. aah yes, true. What about @@LoadFtpModules@@ instead? If that's the preference, I don't mind changing the unix/win32 direction either. fine - I've changed as you suggested. how about other replacements to

Re: Integrity of Apache source code

2007-12-18 Thread Jim Jagielski
On Dec 17, 2007, at 6:22 PM, Andrew Beverley wrote: Hi, I hope that this is the correct mailing list for this question, and that you can easily provide a quick response. I am currently working within the UK Ministry of Defence, and am trying to get Apache web server accredited as

SSL client certificate extensions requirements backport

2007-12-18 Thread Yann
Hi, The joined patch allows the use of client certificate extensions values (by long/short name or OID) in the mod_ssl/SSLRequire directive. This functionnality is available in the 2.2.x and trunk branches but hasn't been backported in the 2.0.61, while this can be a very usefull feature (at

Re: SSL client certificate extensions requirements backport

2007-12-18 Thread Dr Stephen Henson
Yann wrote: Hi, The joined patch allows the use of client certificate extensions values (by long/short name or OID) in the mod_ssl/SSLRequire directive. This functionnality is available in the 2.2.x and trunk branches but hasn't been backported in the 2.0.61, while this can be a very

Re: proxy returning apr_status_t to handler?

2007-12-18 Thread Jeff Trawick
On Dec 17, 2007 11:20 AM, Jeff Trawick [EMAIL PROTECTED] wrote: On Dec 17, 2007 10:27 AM, Nick Kew [EMAIL PROTECTED] wrote: On Mon, 17 Dec 2007 10:22:02 -0500 Eric Covener [EMAIL PROTECTED] wrote: Thanks; Any particular concerns about the generic fix for 2.0.x? Haven't looked, but

Re: proxy returning apr_status_t to handler?

2007-12-18 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Jeff Trawick Gesendet: Dienstag, 18. Dezember 2007 17:43 An: dev@httpd.apache.org Betreff: Re: proxy returning apr_status_t to handler? On Dec 17, 2007 11:20 AM, Jeff Trawick [EMAIL PROTECTED] wrote: On Dec 17, 2007 10:27 AM, Nick Kew [EMAIL

Re: [vote] Refactoring /repos/asf/httpd/test/ tree

2007-12-18 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: So here's the suggested transition to restore some sanity to the test subproject. Feedback, please? one exception; this tag didn't nest perl-framework in the tag, so it's simply; svn cp https://svn.apache.org/repos/asf/httpd/test/tags/APACHE_TEST_1_20/

Re: proxy returning apr_status_t to handler?

2007-12-18 Thread Jeff Trawick
On Dec 18, 2007 12:06 PM, Plüm, Rüdiger, VF-Group [EMAIL PROTECTED] wrote: -Ursprüngliche Nachricht- Von: Jeff Trawick Gesendet: Dienstag, 18. Dezember 2007 17:43 An: dev@httpd.apache.org Betreff: Re: proxy returning apr_status_t to handler? Argh. Without further

Re: [vote] Refactoring /repos/asf/httpd/test/ tree

2007-12-18 Thread Ruediger Pluem
+1. Seems reasonable to me. Regards Rüdiger On 12/18/2007 08:51 AM, William A. Rowe, Jr. wrote: So here's the suggested transition to restore some sanity to the test subproject. Feedback, please? svn mkdir https://svn.apache.org/repos/asf/httpd/test/flood svn mkdir

Re: proxy returning apr_status_t to handler?

2007-12-18 Thread Ruediger Pluem
On 12/18/2007 07:50 PM, Jeff Trawick wrote: On Dec 18, 2007 12:06 PM, Plüm, Rüdiger, VF-Group [EMAIL PROTECTED] wrote: -Ursprüngliche Nachricht- Von: Jeff Trawick Gesendet: Dienstag, 18. Dezember 2007 17:43 An: dev@httpd.apache.org Betreff: Re: proxy returning apr_status_t to

Re: [VOTE] initial release of httpd-mod_ftp-0.9.0

2007-12-18 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: mod_ftp fans; At last, I came up with a trivial strategy for doing autoconf-like tests, using nothing except apxs httpd/build/ elements, so mod_ftp is really ready for feedback across any platform. Please fetch up the newly prepared httpd-mod_ftp-0.9.0.tar.[gz|bz2]

Re: [VOTE] initial release of httpd-mod_ftp-0.9.0

2007-12-18 Thread Niklas Edmundsson
On Tue, 18 Dec 2007, William A. Rowe, Jr. wrote: Please fetch up the newly prepared httpd-mod_ftp-0.9.0.tar.[gz|bz2] (and its md5/asc sigs) from: http://httpd.apache.org/dev/dist/mod_ftp/ review, take it for a spin, and cast your choice As I mentioned, the perms of the installed httpd

Re: [VOTE] initial release of httpd-mod_ftp-0.9.0

2007-12-18 Thread William A. Rowe, Jr.
Niklas Edmundsson wrote: You might want to have a go at the configure.apxs before doing that. It seems to contain some bashisms that shows up on debian/ubuntu machines which uses dash as /bin/sh: % ./configure.apxs test: 8: ==: unexpected operator test: 19: ==: unexpected operator

Re: [VOTE] initial release of httpd-mod_ftp-0.9.0

2007-12-18 Thread Takashi Sato
Hello. I just compiled mod_ftp trunk with httpd 2.2.7-dev on Fedora 8. gcc 4.1.2 with -Wmissing-declarations says: mod_ftp.c:831: warning: no previous prototype for 'ftp_epsv_ignore_family' No headers declare ftp_epsv_ignore_family, it is without AP_DECLARE and no sources except mod_ftp.c call

Re: [VOTE] initial release of httpd-mod_ftp-0.9.0

2007-12-18 Thread William A. Rowe, Jr.
Takashi Sato wrote: mod_ftp.c:831: warning: no previous prototype for 'ftp_epsv_ignore_family' No headers declare ftp_epsv_ignore_family, it is without AP_DECLARE and no sources except mod_ftp.c call or use it. It is not clear where it is a function intended to be called from. 3) only

Re: randomized request for apache benchmark

2007-12-18 Thread Guy Ferraiolo
I'm ready to do this tomorrow and I have asked this question before but so long ago I dont' recall. I have a patch which is in the standard format. Do I include it as text in an email or attached? Thanks, Guy On Fri, 2007-11-30 at 11:27 -0500, Guy Ferraiolo wrote: I have a patch that

Re: randomized request for apache benchmark

2007-12-18 Thread William A. Rowe, Jr.
Guy Ferraiolo wrote: I'm ready to do this tomorrow and I have asked this question before but so long ago I dont' recall. I have a patch which is in the standard format. Do I include it as text in an email or attached? diff -u (-U3) is the preferred format; attachments are less likely to be