Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-23 Thread MM
On 22 July 2015 at 20:49, Yehuda Katz yeh...@ymkatz.net wrote: Do you need this configuration to be portable to different systems with different modules available? No If not, remove all the IfModule directives and only include the configuration that you really want to use. All right...

Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-21 Thread MM
LoadModule php5_module modules/libphp5.so /IfModule IfModule !prefork.c LoadModule php5_module modules/libphp5-zts.so /IfModule Please advise any other conf I could add. On Jul 20, 2015 1:25 PM, MM finjulh...@gmail.com wrote: I get this error when I try to access my wiki AH01144: No protocol

[users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-20 Thread MM
I get this error when I try to access my wiki AH01144: No protocol handler was valid for the URL /wiki/index.php. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. 1. For some reason, my linux distribution somehow

[users@httpd] 2 server certificates

2014-12-23 Thread MM
the correct certificate depending on where the request comes from? Regards, MM

[users] https and DHE-RSA-AES256-SHA

2014-06-04 Thread MM
Hi, I run a personal https at home with no official certificate. The hostname I use is a dynamic dns hostname. Apache/2.4.9 OpenSSL/1.0.1e-fips PHP/5.5.12 SVN/1.8.8 mod_perl/2.0.9-dev Perl/v5.18.2 On ssl_request I see a couple of entries like this: TLSv1 DHE-RSA-AES256-SHA GET /vtigercrm/

Re: [users@httpd] Need help with reverse proxying and image loading

2014-01-27 Thread MM KP
-change on a buddy's site with very little interconnecting..sure..but it would still be a very statically defined setup. Good Luck... -Mark On Sun, Jan 26, 2014 at 8:08 PM, MM KP sbc...@gmail.com wrote: Hello all I am new to apache the apache mailing list so PLEASE forgive me for my long

[users@httpd] Need help with reverse proxying and image loading

2014-01-26 Thread MM KP
Hello all I am new to apache the apache mailing list so PLEASE forgive me for my long message : I am trying to configure a nice reverse proxy using Apache. Basically this is what I want : i want to be able to browse to something like testproxy.myproxy.com and proxy to www.cnn.com. I want to be