RE: Repeated NTLM authentication boxes for OWA 2k3 with Reverse P roxying Apache 2.2

2007-03-29 Thread MKhurana
Hi I had already tried it with Prefork MPM It works fine but the issue is that I need it with Worker MPM. Also works with WORKER MPM if we restrict backend connection pools but that would do a lot of harm ProxyPass/

Re: [Fwd: iDefense Final Notice [IDEF1445]]

2007-03-29 Thread Mark J Cox
For reference, Mitre assigned: CVE-2007-1741 - Path Checking Race Condition Vulnerability CVE-2007-1742 - Path Checking Design Error Vulnerability CVE-2007-1743 - Arbitrary GID Input Validation Vulnerability We can supply statements to Mitre for any we dispute. Mark -- Mark J Cox |

Re: Meaning of man/man8/?

2007-03-29 Thread Martin Kraemer
On Wed, Mar 28, 2007 at 10:31:47PM +0200, André Malo wrote: * William A. Rowe, Jr. wrote: Beyond that, apxs doesn't seem to quite fit that role. ab.8apxs.8 httpd.8 rotatelogs.8 apachectl.8 htcacheclean.8 logresolve.8suexec.8 Of the remainder,

[PATCH] apr-util: SSL detection (static libs) incomplete?

2007-03-29 Thread Martin Kraemer
Hi everyboby, I tried to build httpd-2.3-dev against a static SSL lib today and was astonished to see apr-util's configure fail when trying to detect SSL_accept(). Thinking it might be a missing reference to -lz (because my libssl is built with compresseion enabled) I checked the config log and

a thanks and C++ new overloading

2007-03-29 Thread Sam Carleton
Folks, I want to say thank you for taking the time to help me out with getting my module up and going. It is so VERY refreshing to be developing in such a well thought out and structured environment. By day I am working in VB.Net on different small projects where the project leads attitude is:

Re: Meaning of man/man8/?

2007-03-29 Thread Ruediger Pluem
On 03/29/2007 12:57 PM, Martin Kraemer wrote: On Wed, Mar 28, 2007 at 10:31:47PM +0200, André Malo wrote: * William A. Rowe, Jr. wrote: Beyond that, apxs doesn't seem to quite fit that role. ab.8apxs.8 httpd.8 rotatelogs.8 apachectl.8 htcacheclean.8

Re: DAV and lazy evaluation

2007-03-29 Thread Guenter Knauf
Hi Nick, I'm developing a DBD-based DAV backend. do you know about the Catacomb project? http://catacomb.tigris.org/ they have similar plans, and probably it would make sense to participate there: from recent catacomb mailing list: Are there any other plans for developing catacomb in near

Re: Meaning of man/man8/?

2007-03-29 Thread Ruediger Pluem
On 03/29/2007 12:57 PM, Martin Kraemer wrote: On Wed, Mar 28, 2007 at 10:31:47PM +0200, André Malo wrote: * William A. Rowe, Jr. wrote: Beyond that, apxs doesn't seem to quite fit that role. ab.8apxs.8 httpd.8 rotatelogs.8 apachectl.8 htcacheclean.8

Re: Meaning of man/man8/?

2007-03-29 Thread William A. Rowe, Jr.
Ruediger Pluem wrote: On 03/29/2007 12:57 PM, Martin Kraemer wrote: Together with the decision for .8 vs. .1, I suggest to adapt the sbin/ vs. bin/ installation directories. Traditionally, these user programs were installed in sbin/ too; but IMO binaries for general interest should go to

Re: Meaning of man/man8/?

2007-03-29 Thread Ruediger Pluem
On 03/29/2007 11:23 PM, William A. Rowe, Jr. wrote: Ruediger Pluem wrote: logresolve Damn copy and paste. Of course this belongs to bin / man1. Thanks for pointing this out. apxs apu-1-config apxs, apu-1-config aren't related to running binaries, in fact aren't even related to

Re: Meaning of man/man8/?

2007-03-29 Thread William A. Rowe, Jr.
Ruediger Pluem wrote: Ok, I think you are right and they have mixed usage. Compiling a module would be done by a user whereas installing it might be a task reserved to root. Would it make sense to move ap[ru]-1-config and apxs to build/? AFA apxs is concerned; IMHO, no. The user wants to

Re: Question on multi-process CGID

2007-03-29 Thread Ian Holsman
tackling this another way. how hard would it be to use something like mod_fastcgi of instead of the standard CGI interface? On 21/06/2006, at 8:00 AM, Paul Querna wrote: Mendonce, Kiran (STSD) wrote: We tried using mod_cgi with worker. And its very slow. So that's not an option we

Re: DBD framework, APR, caching

2007-03-29 Thread Tom Donovan
Helmut Tessarek wrote: Password validation: Many web applications use a 32-character hexadecimal md5 hash, since PHP returns such a value for its md5 function. Unfortunately the apr_password_validate function does not validate such a value. Since almost every authnz backend uses this function,

RE: Question on multi-process CGID

2007-03-29 Thread Mendonce, Kiran (STSD)
The problem with that would be HP does not package mod_fastcgi and customers are always reluctant to change their existing scripts. We tried the multi CGID approach and on multiple CPU machines, there was an improvement in performance. Regards, Kiran -Original Message- From: Ian Holsman

Re: a thanks and C++ new overloading

2007-03-29 Thread Ralf Mattes
On Thu, 2007-03-29 at 08:44 -0400, Sam Carleton wrote: Folks, I want to say thank you for taking the time to help me out with getting my module up and going. It is so VERY refreshing to be developing in such a well thought out and structured environment. By day I am working in VB.Net on

Re: a thanks and C++ new overloading

2007-03-29 Thread Sam Carleton
On 3/29/07, Ralf Mattes [EMAIL PROTECTED] wrote: Well, please consider all I say with a certain amount of doubt since I'm not a C++ developer (only did one C++ module, the rest was plain C) and favor C (or Obj. C) over C++, Interesting, Are you doing large projects in C? I know both well and

Re: a thanks and C++ new overloading

2007-03-29 Thread Ralf Mattes
On Thu, 2007-03-29 at 10:39 -0400, Sam Carleton wrote: On 3/29/07, Ralf Mattes [EMAIL PROTECTED] wrote: Well, please consider all I say with a certain amount of doubt since I'm not a C++ developer (only did one C++ module, the rest was plain C) and favor C (or Obj. C) over C++,

Is SSL by default enabled in Apache?

2007-03-29 Thread Souramita Sen
When I run apache server in windows/Linux, does it support secure connection by default ( i.e can I do https://ip_address https://ip_address/ ) Manually some thing has to be done? Please let me know, what I need to do if I have do manual configuration. Thanks, Souramita.

Re: Is SSL by default enabled in Apache?

2007-03-29 Thread Sander Temme
Souramita, This is not really a topic for discussion on the modules development list: it has a better place on [EMAIL PROTECTED] On Mar 29, 2007, at 10:43 PM, Souramita Sen wrote: When I run apache server in windows/Linux, does it support secure connection by default ( i.e can I do