Re: pgp trust for https?

2005-11-06 Thread Peter Djalaliev
It is a little unclear to me about the combination of security and efficiency that we can achieve by using PGP keys and the web-of-trust on the web. Imagine connecting to you bank or online stock broker. If they would certify themselves using PGP certificates, they will need to have a large number

Re: functions registered for hooks - do they run in same process/thread?

2005-10-31 Thread Peter Djalaliev
thread/process?Best Regards,PeterOn Oct 30, 2005, at 2:09 PM, Peter Djalaliev wrote: Hello, I understand that a module registers its own functions for different hooks in order to introduce its own functionality at different points of a request handling. I also understand that the module can specify

functions registered for hooks - do they run in same process/thread?

2005-10-30 Thread Peter Djalaliev
Hello,I understand that a module registers its own functions for different hooksin order to introduce its own functionality at different points of a requesthandling. I also understand that the module can specify if it wants its function to be executed first, in the middle or last, with relation to

where exactly in the code does Apache first detect https connections?

2005-09-23 Thread Peter Djalaliev
Where does the Apache web server first detect that a request is over HTTPS? I can't find the specific place in the source code where this is done (assuming a specific place exists). The SSL connection is established in mod_ssl, but how is this code first invoked? All the hooks in mod_ssl are