[users@httpd] reverse proxy wishlist

2015-12-03 Thread Jim Jagielski
I put out a call on Twitter regarding this, but wanted to close the loop here as well. What would *you* like to see as new features or enhancements w/ mod_proxy, esp reverse proxy. I was thinking about some sort of active backend monitoring, utilizing watchdog, which could also maybe, eventually,

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Rose, John B
We reversed the order of the "Include" statements Not clear on the details of why that impacts it in this case but will keep looking until we understand From: John Rose mailto:jbr...@utk.edu>> Reply-To: "users@httpd.apache.org" mailto:users@httpd.apache.org>> Date

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Rose, John B
It looks like the order in which we loaded a couple of config directories in httpd.conf was the culprit Things seem to be working. Thanks for taking the time to read and help From: georg chambert mailto:georg.chamb...@telia.com>> Reply-To: "users@httpd.apache.org"

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread georg chambert
- Original Message - From: Daniel To: Sent: Thursday, December 03, 2015 1:39 PM Subject: Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL wrong path somewhere or invoking an incorrect script. WSOD: White Screen Of Death, o

Re: [users@httpd] Architecture recommendations, tips, hints and help

2015-12-03 Thread Torge Riedel
Am 29.11.2015 um 23:00 schrieb Nick Kew: On Sun, 2015-11-29 at 10:05 -0500, Yehuda Katz wrote: You might want to use CGI or FastCGI rather than an Apache module. You can write CGI in any language, including C or C++ and there are libraries that already implement FastCGI for both languages. There

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Rose, John B
We are just trying to load a "hello.php" file at the moment. We took the virtual host config from vhost2 that works with https and php and copied it into vhost1 config. We changed the DocumentRoot to the default, restarted Apache and got the same behavior(WSOD) when using ssl, but php translati

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Daniel
wrong path somewhere or invoking an incorrect script. WSOD: White Screen Of Death, one of PHP's specialties. It is produced when an error has occurred in a PHP script and the error reporting goes either to the error log or to nowhere. To solve it, look for the error reporting settings in php.ini (