New importer is now the default in 3.3 trunk.

2006-08-19 Thread Graham Dumpleton
FYI. Part 1 of some information about new module importer in 3.3. First, the new module importer has now been made the default in the 3.3 trunk in subversion. If you need to be able to still use the old importer with some existing code because it doesn't seem to work with the new importer

[jira] Assigned: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2006-08-19 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-165?page=all ] Graham Dumpleton reassigned MODPYTHON-165: -- Assignee: Graham Dumpleton Exporting functions from mod_python to allow access to interpreters etc.

Re: CGI Script Source Code Disclosure Vulnerability in Apache for Windows

2006-08-19 Thread Carsten Wiedmann
Joshua Slive schrieb: On 8/18/06, Carsten Wiedmann [EMAIL PROTECTED] wrote: I don't complete agree with you... IMHO the basic problem is: The URL-path in ScriptAlias (like in Alias and Location) is compared case sensitive first, also on Windows. The normal URI to path translation

How to detect the mpm used via apxs?

2006-08-19 Thread Mladen Turk
Hi, Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded one like worker by using apxs? The only way I can imagine is to parse the stdout from httpd, but IMHO something like apxs -q MPM should do

Re: How to detect the mpm used via apxs?

2006-08-19 Thread Davi Arnaut
Em 19/08/2006, às 07:55, Mladen Turk escreveu: Hi, Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded one like worker by using apxs? Why use apxs ? mpm.h: #define WORKER_MPM #define MPM_NAME

Re: CGI Script Source Code Disclosure Vulnerability in Apache for Windows

2006-08-19 Thread Joshua Slive
On 8/19/06, Carsten Wiedmann [EMAIL PROTECTED] wrote: Why is it really bad to have a ScriptAlias inside the DocumentRoot? It's only another file system location. And it's only one line in the config file instead of four. You have only a problem because of the unexpected behavior of httpd with

Re: How to detect the mpm used via apxs?

2006-08-19 Thread Guy Hulbert
On Sat, 2006-19-08 at 10:18 -0300, Davi Arnaut wrote: Em 19/08/2006, às 07:55, Mladen Turk escreveu: Hi, Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded one like worker by using

Re: How to detect the mpm used via apxs?

2006-08-19 Thread Randy Kobes
On Sat, 19 Aug 2006, Guy Hulbert wrote: On Sat, 2006-19-08 at 10:18 -0300, Davi Arnaut wrote: Em 19/08/2006, �s 07:55, Mladen Turk escreveu: Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded

Re: How to detect the mpm used via apxs?

2006-08-19 Thread Mladen Turk
Randy Kobes wrote: Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded one like worker by using apxs? /path/to/apxs -q MPM_NAME That was exactly what I needed. Thanks, Mladen.

Re: How to detect the mpm used via apxs?

2006-08-19 Thread William A. Rowe, Jr.
Mladen Turk wrote: Randy Kobes wrote: Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded one like worker by using apxs? /path/to/apxs -q MPM_NAME That was exactly what I needed. Well,

Re: CGI Script Source Code Disclosure Vulnerability in Apache for Windows

2006-08-19 Thread Carsten Wiedmann
Joshua Slive schrieb: On 8/19/06, Carsten Wiedmann [EMAIL PROTECTED] wrote: Why is it really bad to have a ScriptAlias inside the DocumentRoot? It's only another file system location. And it's only one line in the config file instead of four. You have only a problem because of the

Re: CGI Script Source Code Disclosure Vulnerability in Apache for Windows

2006-08-19 Thread Joshua Slive
On 8/19/06, Carsten Wiedmann [EMAIL PROTECTED] wrote: [I don't agree with large chunks of what you wrote, but the crux of the matter is here:] And why are sometimes (part of) the URI is case-sensitive and somtimes not and what happens in consequence because of this behavior. And this behavior

Re: How to detect the mpm used via apxs?

2006-08-19 Thread Mladen Turk
William A. Rowe, Jr. wrote: Mladen Turk wrote: Randy Kobes wrote: Anyone knows how to detect the mpm used so that module can be build with/without threading code depending if the mpm is prefork or any other threaded one like worker by using apxs? /path/to/apxs -q MPM_NAME That was exactly

Re: CGI Script Source Code Disclosure Vulnerability in Apache for Windows

2006-08-19 Thread David Burry
Joshua Slive wrote: notedirectiveScriptAlias/directive is used to strongboth/strong map a URL to a directory strongand/strong mark requests for that URL as pointing to CGI scripts. It should not be used for directories that are already accessible from the web because they are under the

Re: High CPU utilization on using Apache as a reverse proxy

2006-08-19 Thread Jon Snow
Pradeep, HP-UX will not be affected by the SSL card issue as it was SUN hardware/driver issue that caused the CPU to spin. I would upgrade to the latest apache version 2.2.3 to eliminate any bugs that may have already been fixed. There were a couple of ssl related ones fixed in 2.0.56 for