Jorge Infante Osorio wrote:
> Hi all.
>
> I have a reverse proxy in http://reverseproxy/ and I want to access to an
> internal node https://nodesecure:8443/ when I type http://reverseproxy/ in
> firefox.
>
> So part of my httpd.conf :
>
> ProxyPass / https://nodesecure:8443/
> ProxyPassReverse / https://nodesecure:8443/
> ProxyHTMLURLMap https://nodesecure:8443 /
>
> What I missed?
>
Well, for a start, that this is the Tomcat users support list, not the Apache httpd
support list.
Look here : http://httpd.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|