linux - Apache 2.2.3 reverse proxy issue -
After
I have a self-signed certificate using a website to set up. I have Apache 2.2.3 on Redhat Linux. But the home page of that website should come from working on a remote server application ie the glassfish.
When I write in the browser it opens on my Apache 2.2.3 now open I have to enter your httpd.conf call after the remote proxy through: -
& lt; Virtual Host *: 443 & gt; Server name xyz.abc.co.in SSLCertificateFile /etc/*/redhat.crt SSLCertificateKeyFile /etc/*/redhat1.key on SSLEngine SSLProxyEngine on SetOutputFilter Proxy-HTML ProxyPass / http ProxyPreserveHost at ProxyRequests: //10.x1.x2 . X3: 7080 / App / ProxyPrevers / http: //10.x1.x2.x3: 7080 / App / & lt; / VirtualHost & gt;
Now when I use the browser, this error returns "no data".
I also load modules proxy_html.
When I remove the instruction "SetOutputFilter proxy-html" then returns this error: -
/app_web/login.html Epipa 2.2.3 is not found at port 80 (although it hosted on glassfish on remote server ) When I use "ProxyHTMLInterp" on the same errors are also received in the browser.
.... When I use "On ProxyHTMLEnable" this invalid command says while starting Apache. Please suggest.
Comments
Post a Comment