mod_rewrite

2007-05-23 Thread Marco Polo
I need to change a bahaviour on the rewrite of the apache server. Right now, if I type in a path that does not exist (like /nopage.html) Apache will serve up the 404 page (/html/404.html), but the URL will still read /nopage.html. I need the URL to be /html/404.html Conversely, when someone goes

Re: mod_rewrite

2007-05-23 Thread Joshua Slive
Cross-posted and already answered on [EMAIL PROTECTED] On 5/23/07, Marco Polo [EMAIL PROTECTED] wrote: I need to change a bahaviour on the rewrite of the apache server. Right now, if I type in a path that does not exist (like /nopage.html) Apache will serve up the 404 page (/html/404.html),

[vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-23 Thread William A. Rowe, Jr.
While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue. To remind you - Revision 104019 modified server/log.c to launch the piped logger process under a shell.

Re: [vote] Piped loggers and APR_SHELLCMD_ENV

2007-05-23 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: While I'm working on a solution to permit cmd.exe to be launched from a service process within Win32, I'm still struck by the inefficiency here and feel we need to resolve the core issue. FYI - Paul asked on httpd about the discussion; see

[STATUS] (httpd-2.0) Wed May 23 23:50:40 2007

2007-05-23 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2007-05-08 19:18:57 -0400 (Tue, 08 May 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is

[STATUS] (httpd-2.2) Wed May 23 23:51:55 2007

2007-05-23 Thread Rodent of Unusual Size
APACHE 2.2 STATUS: -*-text-*- Last modified at [$Date: 2007-05-21 02:41:27 -0400 (Mon, 21 May 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS Documentation status is

[STATUS] (httpd-trunk) Wed May 23 23:56:13 2007

2007-05-23 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2006-08-22 16:41:03 -0400 (Tue, 22 Aug 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained

Re: Looking for info wrt requests and no newline

2007-05-23 Thread Anique van der Vlugt
Thanks Bill for the pointers (c.f. mod_echo, mod_http, mod_ftp), I will have a look. Many thanks :) *Anique* William A. Rowe, Jr. wrote: Anique van der Vlugt wrote: I should have had my morning coffee before submitting this *wink* David Wortham wrote: Anique, I'm a little confused by

Re: Module address space

2007-05-23 Thread César Leonardo Blum Silveira
Graham, Thank you! Now things are a lot more clear to me :-) -- César L. B. Silveira http://cesarbs.wordpress.com/ On 5/22/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 23/05/07, César Leonardo Blum Silveira [EMAIL PROTECTED] wrote: Hello all, I have some questions about handling data

Re: Ideas/Security advice needed

2007-05-23 Thread Benn Oshrin
--On 22 May 2007 7:01:55 PM -0300 Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote: | Guys, for mod_auth_openpgp (the OpenPGP support module for Apache I'm | working on) to support encryption and signing (so far only has | verification), I need to provide GnuPG the passphrase to unlock a |

manage VirtualHosts via module

2007-05-23 Thread Sebastian Spies
Hi list, this is my first mail to this list and I am sorry, that this topic might have been discussed several times before. But for now I haven't found anything about it. Here is my short question: Can I manage the VirtualHosts in my configuration with a module so that for instance it would be

Re: manage VirtualHosts via module

2007-05-23 Thread Joe Lewis
Sebastian Spies wrote: Hi list, this is my first mail to this list and I am sorry, that this topic might have been discussed several times before. But for now I haven't found anything about it. Here is my short question: Can I manage the VirtualHosts in my configuration with a module so that

Apxs Problem

2007-05-23 Thread jason stallings
Here's what I'm trying to do. I'm trying to get the spidermonkey api from mozilla to compile with my apache module. The problem is that the makefile is one of the biggest I've seen with a ton of libraries and I cant get them to compile with apxs. Would there be a easy way to turn their

Re: Module address space

2007-05-23 Thread Graham Dumpleton
On 23/05/07, Ralf Mattes [EMAIL PROTECTED] wrote: On Wed, 2007-05-23 at 09:24 +1000, Graham Dumpleton wrote: On 23/05/07, César Leonardo Blum Silveira [EMAIL PROTECTED] wrote: Hello all, I have some questions about handling data within modules. I will try to be as clear as possible.

[OT] Re: Module address space

2007-05-23 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Graham Dumpleton wrote: Strictly speaking it is more complicated that my simple answer indicates and I in part tried to suggest that there was more to it than that. The main thrust of my simple answers was to make clear that [...] Graham, I just