SSLProxyEngine not working
Posted by: jjiruse (195.26.25.---)
Date: November 28, 2013 06:18PM

Hi,
I would like set SSLProxyEngine.
I have Wamp 2.2. on Win 7.
Apache 2.4.2
PHP Version 5.4.3

My httpd.conf:
LoadModule proxy_module modules/mod_proxy.so
LoadModule ssl_module modules/mod_ssl.so

<VirtualHost *:80>
DocumentRoot "c:/apache/www/nette/"
ServerAlias local.example.com
<Directory "c:/apache/www/nette/">
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

SSLProxyEngine On
ProxyPreserveHost On

ProxyPass /users [local.example2.com]
ProxyPass /public [test.example2.com]
</VirtualHost>

But [local.example.com] not working.
[local.example.com] is ok.
show error:
Bad Request 400
Your browser sent a request that this server could not understand.
Apache/2.2.22 (Ubuntu) Server at local.example.com Port 443

Options: ReplyQuote
Re: SSLProxyEngine not working
Posted by: jjiruse (195.26.25.---)
Date: November 28, 2013 06:22PM

hosts
127.0.0.1 local.example.com

Options: ReplyQuote
Re: SSLProxyEngine not working
Posted by: RiggsFolly (---.as13285.net)
Date: December 01, 2013 04:48PM

Apache/2.2.22 (Ubuntu) Server at local.example.com Port 443

I dont know what you are using but it is NOT WAMPSERVER. Well I do actually you are running on Ubuntu and WAMPServer only runs on Windows.

Try a UBUNTU help site, there are lots of good ones.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.