| Regarding access the web pages through reverse proxy
|
sdevisetti

msg:4548918 | 9:09 am on Feb 26, 2013 (gmt 0) | Hi, I am new to IHS or Apache servers. We are having cgi appliaction which runs on IHS. We just create the IHS instance and copy the cgi files in cgi-bin folder and access the files through a sechue PORT(HTTPS). Right now we want to configure the same appliaction on HTTP port but accessing it thorugh Reverse proxy(443). When we are trying to access the web page, images are not getiing displayed and URLs are no getting redirected. Are there any configuration settings that I need to make ? USER ---HTTPs(443)-->ReverseProxy---HTTP-->CGI Application (IHS) (IHS) Please let me know if u need any more info. Thanks in advance Regards, Venkata
|
ergophobe

msg:4549532 | 6:17 pm on Feb 27, 2013 (gmt 0) | Hi Venkata and welcome. I'm sorry, but I don't know what IHS is. What are you using for a reverse proxy?
|
sdevisetti

msg:4549658 | 4:05 am on Feb 28, 2013 (gmt 0) | Dear Sir, Thanks for the reply. IHS -> IBM HTTP Server (IBM's customised version of Apache) For reverse proxy we are using IHS only. Application side: We have added few tags as below to make ContextRoot Alias /contextRoot/ /app/GPN/dyn/ihs/MyApp/cgi-bin/ <Location /contextRoot> DirectoryIndex index.cgi Options ExecCGI AddHandler cgi-script cgi pl sh Order Deny,Allow Allow from 127.0.0.0/24 </Location> All the cgi scripts are in cgi-bin folder but some images are been placed in htdocs folder. If I am opening the webpage with contextRoot in the same machine directly, I am able to see all the images and able to open all the URLs. But When I am trying to open through reverse proxy, Except the images everything else is working fine. Could you please guide me Regards, Venkata
|
|
|