You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ICT_4 <ic...@fiatengineering.it> on 2002/07/09 16:10:42 UTC

Problem configuring reverse proxy and SSL

Hello,

I've installed V1.3-26 on a W2K system and I successfully configured a
standard reverse proxying;
but now I want to enable SSL proxying (ie the client requests a page
https://myipaddress/something
and I want this request be passed to a webserver with SSL enabled.

Is this possible with the current version?

this is what I've defined in the .conf file: 

<VirtualHost iphostaddress:443 172.19.28.35:443>
#    ServerAdmin webmaster@dummy-host.example.com
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
    
   ProxyPass               / http://fengto1ns05.fiatengineering.it/ 
   ProxyPassReverse        / http://fengto1ns05.fiatengineering.it/
</VirtualHost>

but it doesn't work and this what I have in the log file:

151.25.138.233 - - [09/Jul/2002:16:09:48 +0200] "\x80L\x01\x03" 403 -

and this is what I have in the errorlog file:

 [Tue Jul 09 16:09:40 2002] [info] mod_unique_id: using ip addr 172.19.28.35
[Tue Jul 09 16:09:41 2002] [info] Parent: Created child process 2412
[Tue Jul 09 16:09:41 2002] [info] Parent: Duplicating socket 480 and sending
it to child process 2412
[Tue Jul 09 16:09:41 2002] [info] Parent: Duplicating socket 508 and sending
it to child process 2412
[Tue Jul 09 16:09:41 2002] [info] Parent: Duplicating socket 516 and sending
it to child process 2412
[Tue Jul 09 16:09:41 2002] [info] mod_unique_id: using ip addr 172.19.28.35
[Tue Jul 09 16:09:42 2002] [info] BytesRead = 372 WSAProtocolInfo = 2006620
[Tue Jul 09 16:09:42 2002] [info] BytesRead = 372 WSAProtocolInfo = 2006620
[Tue Jul 09 16:09:42 2002] [info] BytesRead = 372 WSAProtocolInfo = 2006620
[Tue Jul 09 16:09:48 2002] [debug] ..\..\modules\proxy\proxy_cache.c(1011):
No CacheRoot, so no caching. Declining.
[Tue Jul 09 16:09:48 2002] [warn] [client 151.25.138.233] proxy: No protocol
handler was valid for the URL /. If you are using a DSO version of
mod_proxy, make sure the proxy submodules are included in the configuration
using LoadModule.


Where am I wrong?

thanks in advance
and regards

Rudy



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org