Re: [us...@httpd] man-in-the-middle https proxy

2009-06-13 Thread Nick Kew
On Sat, 13 Jun 2009 17:41:44 +0200 du...@habmalnefrage.de wrote: > Since mod_ssl has only the ability to host only one SSL hostname That's no longer true in trunk or 2.3.x releases. Grab mod_ssl from one of them. Alternatively, check the changelog for where SNI was introduced, and follow it bac

[us...@httpd] man-in-the-middle https proxy

2009-06-13 Thread dummy
Hi all, I have a Apache2 + mod_ssl + havp + squid as a transparent HTTPS-Proxy with virus scanner deployed. Since mod_ssl has only the ability to host only one SSL hostname based certificate per IP I'm looking for a solution to host multiply hostnames with dynamically generated certificates ba

[us...@httpd] sending email

2009-06-13 Thread Lyle Wincentsen
I'm trying to send an email when a user hits the submit button on a webpage, but the email never goes out. I'm using the php mail function as follows: mail($recipient_address, $subject, $body); It works fine for me if I send it from the php command line, but not from my web page. I use esmtp as m

Re: [us...@httpd] How to trace/debug httpd?

2009-06-13 Thread André Warnier
howard chen wrote: Hello, Is it possible to trace/debug how httpd is handling a request? e.g. which module is handling stuff and how much time they are spending on. You could start here : http://httpd.apache.org/docs/2.2/logs.html Then, each module usually has its additional logging configur

[us...@httpd] How to trace/debug httpd?

2009-06-13 Thread howard chen
Hello, Is it possible to trace/debug how httpd is handling a request? e.g. which module is handling stuff and how much time they are spending on. Thanks. - The official User-To-User support forum of the Apache HTTP Server Proj