[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 ju

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 p

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 makefile

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 for

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 pos

parsed_uri

2007-05-23 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Quick question: Why is it that r->parsed_uri->path has valid content ("/something"), but the other fields such as scheme, port_str, hostname are NULL? I've tried: apr_uri_parse(r->pool, r->unparsed_uri, &r->parsed_uri); and apr_uri_parse(r->pool,

Re: Looking for info wrt requests and no newline

2007-05-23 Thread josh rotenberg
Have a look at mod_smtpd, too, its got a lot of useful protocol handling stuff in it as well. http://httpd.apache.org/mod_smtpd/ On 5/22/07, Anique van der Vlugt <[EMAIL PROTECTED]> wrote: Thanks Bill for the pointers (c.f. mod_echo, mod_http, mod_ftp), I will have a look. Many thanks :) *Ani

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 | pr

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

Re: Module address space

2007-05-23 Thread Ralf Mattes
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. > > > > 1) Each module is loaded once per ser