Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC3

2006-11-21 Thread Steve Hay
Philip M. Gollucci wrote: A release candidate for Apache-Test 1.29-rc3 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc3.tar.gz All tests OK on Win32 using perl-5.8.8, apache-1.3.34 and mod_perl-1.29. -- Radan Comp

Re: How the PHP works?

2006-11-21 Thread Andy Armstrong
On 13 Nov 2006, at 17:09, Andy Armstrong wrote: Toni - this isn't really the right list for your question - this list is concerned with the development of Apache itself. The majority of the PHP code is not Apache specific and then there's an Apache loadable module that interfaces with the PH

Re: JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-21 Thread Mladen Turk
Issac Goldstand wrote: I don't think that the problem is mod_perl, as much as the winnt MPM in Apache2. The bottom line is that if anything goes wrong, you need the singleton child process to recycle itself, and very often in the case of mod_perl that can take a long time. There is experim

[jira] Reopened: (MODPYTHON-129) HandlerDispatch doesn't treat OK/DECLINED result properly for all phases.

2006-11-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-129?page=all ] Graham Dumpleton reopened MODPYTHON-129: After further experimentation while going over changes in mod_python 3.3 to ensure that all looks okay, the idea of keeping the con

[jira] Work started: (MODPYTHON-129) HandlerDispatch doesn't treat OK/DECLINED result properly for all phases.

2006-11-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-129?page=all ] Work on MODPYTHON-129 started by Graham Dumpleton. > HandlerDispatch doesn't treat OK/DECLINED result properly for all phases. > - > > Key:

Re: How the PHP works?

2006-11-21 Thread Andy Armstrong
Toni - this isn't really the right list for your question - this list is concerned with the development of Apache itself. The majority of the PHP code is not Apache specific and then there's an Apache loadable module that interfaces with the PHP engine. On 13 Nov 2006, at 16:43, Toni PizĂ  w

[jira] Created: (MODPYTHON-209) PythonInitHandler does not work in .htaccess file.

2006-11-21 Thread Graham Dumpleton (JIRA)
PythonInitHandler does not work in .htaccess file. -- Key: MODPYTHON-209 URL: http://issues.apache.org/jira/browse/MODPYTHON-209 Project: mod_python Issue Type: Bug Components: core

[jira] Created: (MODPYTHON-208) Automatic construction of handler class.

2006-11-21 Thread Graham Dumpleton (JIRA)
Automatic construction of handler class. Key: MODPYTHON-208 URL: http://issues.apache.org/jira/browse/MODPYTHON-208 Project: mod_python Issue Type: Improvement Components: core Affects V

Re: DirectoryIndex and FollowSymLinks

2006-11-21 Thread William A. Rowe, Jr.
Nick Kew wrote: > We spent some time fixing a bug on this. Bugzilla still has > http://issues.apache.org/bugzilla/show_bug.cgi?id=14206 > > Checking the records, I see in CHANGES for /trunk/ > > *) core: Do not allow internal redirects like the DirectoryIndex of > mod_dir to circumvent the

[jira] Work started: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-11-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Work on MODPYTHON-93 started by Graham Dumpleton. > Improve util.FieldStorage efficiency > > > Key: MODPYTHON-93 > URL: http://issues.apache.org/jira/browse/MOD

[jira] Reopened: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-11-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Graham Dumpleton reopened MODPYTHON-93: --- After further experimentation, following the Trac model of having __setitem__() be an alias for add_field() is a pain in the neck. As

Re: How the PHP works?

2006-11-21 Thread Aaron Bannert
On Mon, Nov 20, 2006 at 09:51:44PM +, Andy Armstrong wrote: > On 13 Nov 2006, at 17:09, Andy Armstrong wrote: > >Toni - this isn't really the right list for your question - this > >list is concerned with the development of Apache itself. > > > >The majority of the PHP code is not Apache speci

Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC3

2006-11-21 Thread Randy Kobes
On Sat, 18 Nov 2006, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.29-rc3 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc3.tar.gz +1 - tested on linux: Apache/2.0.55 (prefork) Win32: Apache/2.2.3 (winnt) -- best regards, Randy Kobes

Question about %b (response bytes)

2006-11-21 Thread Brian McQueen
I am not convinced that the value reported via %b is accurate. I have been doing some file downloads and then cancelling them from a Save File As dialogue box, while counting the bytes that go through the network interface. I am seeing at most a small fraction of the payload going through the in

Question about SSL

2006-11-21 Thread Vedavyas Raichur
Hi, i am trying to write a module for apache that handles some custom security features for SSL peer authentication. The problem is in apache 2.0 i am not able to fetch SSL connection object (created by mod_ssl) which we used to obtain using ap_ctx_get(..., "ssl") in apache 1.3. Is there any othe

Re: [EMAIL PROTECTED] Re: How the PHP works?

2006-11-21 Thread Mathieu CARBONNEAUX
php is an interpreter that can be embedable in many web server(and other thing) and can be usable a command line interpreter... and is the php team that make the embedading of php in each server... each embeding is named sapi, and go in sapi (Serveur API) directory of PHP, and you while see som

Re: [EMAIL PROTECTED] Re: How the PHP works?

2006-11-21 Thread Mathieu CARBONNEAUX
oups the dev docs link is: http://httpd.apache.org/docs/2.0/developer/ _ From: Andy Armstrong [mailto:[EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Mon, 13 Nov 2006 18:09:56 +0100 Subject: [EMAIL PROTECTED] Re: How the PHP works? Toni - this isn't really the right list for your questi

[PATCH} MaxKeepAliveConnections in http module

2006-11-21 Thread Brian Akins
Rather ugly, but in the http module rather than mpm. Still needs some work but works in most cases here. I think there are instances where an aborted connection will not decrement the count, maybe. Had to add configuration stuff to http_core, since it, wrongly in my opinion, uses the core ser

DirectoryIndex and FollowSymLinks

2006-11-21 Thread Nick Kew
We spent some time fixing a bug on this. Bugzilla still has http://issues.apache.org/bugzilla/show_bug.cgi?id=14206 Checking the records, I see in CHANGES for /trunk/ *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir to circumvent the symbolic link checks imposed

Re: JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-21 Thread Jorge Schrauwen
is this still compatible with the current trunk? If so maybe it can be reactivated for trunk and 2.2? From what i gather from the info it seems interesting enough. On 11/20/06, Mladen Turk <[EMAIL PROTECTED]> wrote: Issac Goldstand wrote: > > I don't think that the problem is mod_perl, as muc

Re: JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-21 Thread William A. Rowe, Jr.
Philip M. Gollucci wrote: > William A. Rowe, Jr. wrote: >> Keep in mind, using the official build of httpd you have .pdb debug >> files that can be downloaded that exactly match the .exe/.dll's/.so's >> that we ship. That means you can -debug- these segfaults. > Am I able to make these from UNIX ?

Re: JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-21 Thread William A. Rowe, Jr.
Issac Goldstand wrote: > CC-ing to [EMAIL PROTECTED] in the hopes that someone > (**cough**wrowe?**cough**) > might shed some deeper insight into why things were/are done the way > they are, and what, if anything, would be needed to be done to make > things better. > > I don't think that the prob

Re: [VOTE] Re: mod_wombat

2006-11-21 Thread Garrett Rooney
On 11/20/06, Justin Erenkrantz <[EMAIL PROTECTED]> wrote: On 11/17/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > I'm happy to see wombat enter the ASF, but as an httpd-sponsored incubation > project. My question is, if we are punting mod_python out to a TLP, and > mod_perl is already a T

CPAN for HTTPD, was Re: mod_wombat

2006-11-21 Thread Paul Querna
Roy T. Fielding wrote: I am personally +0 on the idea, but my only reservation is that we have too many eggs in one basket already. One of these days, some kind soul will have the energy to build a CPAN-like module registry and distribution mechanism. We talked about this in good detail back a