On 2/3/06, Errol Neal <eneal@xxxxxxxxxxxx> wrote: >> I'm having some difficulty getting this to work the way I need it to. >> does anyone have some time to provide some feed back and experiences? You Wrote: > Just some advice: That kind of comment rarely gets you anywhere on a technical list. Yeah. It's just a lot of effort to put yourself out there like that.. Supply a bunch of information to a list of total strangers and at times, get no response whatsoever to your request for assistance. I just thought I would test the waters to determine if anyone out there was having a good day and wanted to actually SEE my problem to SEE if perhaps they could help before actually doing so. I don't know - guess it's my own insecurities or hate of rejection :) Did that make any sense? Anyhow.... Here I go: I'm running http 2.0.52 on Centos 4.2. I'm trying throw a reverse proxy in-between a weblogic server to offload SSL processing. Because of the way this portal is coded, some of the links are hard coded with the original server's IP. This is why I have to rely upon mod_proxy-html. I am making some progress, but I am not getting the expected results. Here is my config file: <VirtualHost 172.16.101.119:443> SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/iedportl.crt SSLCertificateKeyFile /etc/httpd/conf/ssl.key/iedportl.key ServerAdmin netop@xxxxxxxxxxxx DocumentRoot /var/www/www_*******_net/wwwroot ServerName www.tripwire-dhs.net CustomLog "|/usr/local/sbin/cronolog /var/www/www_*******_net/logs/%Y-%m-%d-www_*******_net.log" combined ProxyRequests Off ProxyPass / http://172.16.103.200:7004/ ProxyHTMLLogVerbose on ProxyPassReverse / http://172.16.103.200:7004/ LogLevel Debug SetOutputFilter proxy-html;DEFLATE <Location /> ProxyPassReverse / SetOutputFilter proxy-html;DEFLATE ProxyHTMLExtended on ProxyHTMLURLMap /(.*) /$1 RL </Location> </VirtualHost> Now, with that configuration, the results I get links on the page that have been rewritten, although wrong. Ive attached the relevant portion of my log file. If I view the link properties, I can tell that something is even more wrong.. Ive attached a screen shot of that also. In short, the links are rewritten as http:/16.103.200:7004/IED/blahblahblah, but the original protocol was https and there is no redirection occuring that is complicating things, so is there anyone who used proxy-html with a reverse proxy? Thanks in advance.. Errol Neal
[Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/body.css, substituting /IED/framework/skins/IED/css/body.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/button.css, substituting /IED/framework/skins/IED/css/button.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/alert/css/window-alert.css, substituting /IED/framework/skins/IED/alert/css/window-alert.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/window.css, substituting /IED/framework/skins/IED/css/window.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/plain/css/window-plain.css, substituting /IED/framework/skins/IED/plain/css/window-plain.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/portlet.css, substituting /IED/framework/skins/IED/css/portlet.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/book.css, substituting /IED/framework/skins/IED/css/book.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/layout.css, substituting /IED/framework/skins/IED/css/layout.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/css/form.css, substituting /IED/framework/skins/IED/css/form.css [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/js/menu.js, substituting /IED/framework/skins/IED/js/menu.js [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/js/util.js, substituting /IED/framework/skins/IED/js/util.js [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/js/delete.js, substituting /IED/framework/skins/IED/js/delete.js [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/js/float.js, substituting /IED/framework/skins/IED/js/float.js [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/js/menufx.js, substituting /IED/framework/skins/IED/js/menufx.js [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/framework/skins/IED/js/skin.js, substituting /IED/framework/skins/IED/js/skin.js [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sl/banner3_01.gif, substituting /IED/resources/images/sl/banner3_01.gif [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sl/banner_dhs_logo.GIF, substituting /IED/resources/images/sl/banner_dhs_logo.GIF [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sl/banner3_03.gif, substituting /IED/resources/images/sl/banner3_03.gif [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sl/banner3_04.gif, substituting /IED/resources/images/sl/banner3_04.gif [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/line.jpg, substituting /IED/resources/images/sb/line.jpg [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/line.jpg, substituting /IED/resources/images/sb/line.jpg [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/line.jpg, substituting /IED/resources/images/sb/line.jpg [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/line.jpg, substituting /IED/resources/images/sb/line.jpg [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/searchbar_06.gif, substituting /IED/resources/images/sb/searchbar_06.gif [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/style1-left.jpg, substituting /IED/resources/images/sb/style1-left.jpg [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at /IED/resources/images/sb/style1-right.jpg, substituting /IED/resources/images/sb/style1-right.jpg [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&LOGIN_LOGIN_actionOverride=%2Fportlets%2Flogin%2Flogin&_windowLabel=LOGIN_LOGIN&_pageLabel=LOGIN, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&LOGIN_LOGIN_actionOverride=%2Fportlets%2Flogin%2Flogin&_windowLabel=LOGIN_LOGIN&_pageLabel=LOGIN [Fri Feb 03 17:53:54 2006] [info] [client 172.16.101.98] H/RX: match at //172.16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=USER_REGISTRATION, substituting /16.103.200:7004/IED/appmanager/IEDPortal/IEDDesktop?_nfpb=true&_pageLabel=USER_REGISTRATION
Attachment:
Link Properties.JPG
Description: Link Properties.JPG
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx