Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
nherring@washgas.com #1
Reverse Proxy to a ColdFusion Site using IBM HTTP Server1.3
We are trying to set up a reverse proxy using IBM HTTP Server 1.3.6 to
render a CFMX 6.1 site and are having some difficulties.
Here is how we tried to set up the reverse proxy, in the httpd.conf file
for the http server we added the following lines:
ProxyRequests Off
ProxyPassReverse /Test/ [url]http://qdn02:8579[/url]
ProxyPass /Test/ [url]http://qdn02:8579[/url]
Where /Test/ is an alias to a folder on the proxy server and
[url]http://qdn02:8579[/url] is a ColdFusion site hosted IIS 5.
When I access [url]http://proxyserver/Test[/url] in a browser, I get the following
error:
Not Found
The requested URL /user/login.cfm was not found on this server.
The default document for the site [url]http://qdn02:8579[/url] is called index.htm and
looks like this:
......
<frameset rows="1,*" border="0" frameborder="No" bordercolor="#000000">
<frame name="tp"
src="/WGIncludes/HTML/bkng.htm"
scrolling="no"
frameborder="0"
noresize
marginheight="0"
marginwidth="0"
bordercolor="#000000">
<frame name="body"
src="/start.cfm"
scrolling="auto"
frameborder="0"
noresize
marginheight="0"
marginwidth="0"
bordercolor="#000000">
</frameset>
..............
The start.cfm page detects that the user is not logged in and redirects
them to the user/login.cfm page with a cflocation tag that looks like this:
<cflocation addtoken="Yes" url="/user/login.cfm">
Any ideas?
nherring@washgas.com Guest
-
HTTP tunneling and reverse proxy server
We're currently using Windows Media Services (WMS) to stream video on our website. There is an option WMS to use the HTTP protocol and to specify... -
coldfusion and reverse proxy
The data grids and listboxes are empty when I go through reverse proxy. The mouse pointer changes to a little timer clock pops on the listbox and... -
HTTP::Proxy and not using 127.0.0.1
I am getting great results with HTTP::Proxy - as long as I use 127.0.0.1 as the proxy address in a browser on the same machine. I would like to... -
Configure Reverse Proxy to a ColdFusion Site using IBMHTTP Server 1.3
We are trying to set up a reverse proxy using IBM HTTP Server 1.3.6 to render a CFMX 6.1 site and are having some difficulties. Here is how we... -
Using an HTTP Proxy
Hi all, I'm trying to write a PHP script that will grab a web page through a proxy server. From what I understand a standard HTTP (1.1)...



Reply With Quote

