[us...@httpd] Reverse proxy

2009-10-09 Thread isha b
Hi all I have a Oracle Web application which is running in backend server as http://oraclewebapplication: . I am trying to pass it through apache reverse proxy as https://myreverseproxy/myapps but after initial load its redirects back to backend server as http://oraclewebapplication:/Apps

Re: [EMAIL PROTECTED] 502 proxy error

2008-11-04 Thread isha b
wever I am going to give a try as you adviced. I will update the result later Thanks Isha On Tue, Nov 4, 2008 at 3:06 PM, Alexandru David Constantinescu < [EMAIL PROTECTED]> wrote: > isha b wrote: > >> Thank you all, >> I have increased with Keep Alive upto 300 se

Re: [EMAIL PROTECTED] 502 proxy error

2008-11-04 Thread isha b
org > Subject: RE: [EMAIL PROTECTED] 502 proxy error > > > >From: isha b [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 30, 2008 12:47 PM >To: users@httpd.apache.org; [EMAIL PROTECTED]; > [EMAIL PROTECTED] >S

[EMAIL PROTECTED] 502 proxy error

2008-10-30 Thread isha b
Team, When I try to access an application using reverse proxy, most of the time I will end up with below error. Anybody have an idea what will be causing the issue? After few refresh on the page I will get actual page but most of the times end up with below proxy error Proxy Error The proxy ser

[EMAIL PROTECTED] java with httpd

2006-12-18 Thread isha b
Hi Anybody have idea that whether java will work with httpd? I have uploaded jsp pages under /var/www/html/. but its not working satisfactorily. I am using mysql as datavase. Anybody have an idea ? Regards, ISha

[EMAIL PROTECTED] Join my Earthscreen network

2006-05-18 Thread isha b
I'm doing a little something about global warming, I'm inviting my friends to join me: http://friends.earthscreen.com/?r=ITFkF5kFhhNVCW0ECScE&i=gmail&[EMAIL PROTECTED]&p=1&z=1&tc=11 - The official User-To-User support forum of

Re: [EMAIL PROTECTED] Rev. proxy query problems

2006-01-04 Thread isha b
re out what is happening and why. Then if you have not figured it out, make a post including useful information about what you are trying to do, what you expect and what you actually get including relevant log and configuration excerpts. Right now there is nothing we can do for you. -ascs__

[EMAIL PROTECTED] Rev. proxy query problems

2006-01-04 Thread isha b
    I am using reverse proxy to host my webservers. It was working fine for exchanges etc. Recently I tried to add one more server which works based on the queries from the users. The problem is as below     But once you put the query to select some indentities or or trying to view the reports gen

Re: [EMAIL PROTECTED] Revrse Proxy Query errors

2006-01-03 Thread isha b
2/app/apache/apachessl/htdocs" ProxyPass /app/ http://172.24.43.212:7001/myapp/  ProxyPassReverse /app/ http://172.24.43.212:7001/myapp/   Regards Anil D -----Original Message-From: isha b [mailto: [EMAIL PROTECTED]]Sent: Tuesday, January 03, 2006 2:50 PMTo: users@httpd.apache.org Subject: [E

[EMAIL PROTECTED] Revrse Proxy Query errors

2006-01-03 Thread isha b
HI all,   I am using reverse proxy to host my webservers. It was working fine for exchanges etc. Recently I tried to add one more server which works based on the queries from the users. The problem is as below   1. Able to login to the webpage, 2. Able to select the submenu's 3.But once you put t

Re: [EMAIL PROTECTED] SSL Port 443

2005-12-14 Thread isha b
    Khaled ,   Check under you httpd.conf file , " Listen 443 " entry is enabled or not. Also checkout ssl.conf     Isha Unix admin Syntel Ltd   On 12/14/05, Khaled Hussein <[EMAIL PROTECTED]> wrote: Hi all   I faced a problem for two or three times I did restart the apache and it fails to star

[EMAIL PROTECTED] Reverse Proxy and CGI pages

2005-11-30 Thread isha b
Hi all ,   I am using a webserver which contains jsp n cgi  pages . But when I put the server under reverse proxy , I started to get "page can not be displayed " message How can I put directives in httpd.conf so that it will pass the jsp n cgi pages from the backend webservers. anybody have idea ?

Re: [EMAIL PROTECTED] ftp on Reverse Proxy

2005-11-30 Thread isha b
yes thats was the reason , Thanks a lot   Isha  On 11/30/05, Boyle Owen <[EMAIL PROTECTED]> wrote: Plain text please...Look in the error log to see why access is being denied. Most likely you do not have an Allow directive for the directory that the URL leads to... Rgds,Owen BoyleDisclaimer: Any di

[EMAIL PROTECTED] ftp on Reverse Proxy

2005-11-29 Thread isha b
Hi Reverse Proxy Users,   I Have a FTP server behind Reverse proxy . And If I tried to access the ftp server as https://rev.proxy/ftp ( where ftp is the alias for my ftp server which is behind the rev. proxy server ) getting error  as   ForbiddenYou don't have permission to access /ftp on this se

Re: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-18 Thread isha b
file libxml2.so under Load modules . U may need to download this and compile the module.   Good Luck !!!     ( with this modules My rev . Proxy work fine for both http and https )       - Isha B       On 10/19/05, David Leangen <[EMAIL PROTECTED]> wrote: Isha, thank you! Comments inline.&g

Re: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-17 Thread isha b
hello David ,   Add the following module under mod_proxy.c and try . It works fine for me   RequestHeader set Front-End-Https "On"    Regards, Isha           On 10/17/05, David Leangen <[EMAIL PROTECTED]> wrote: Hello!I am having trouble getting my reverse proxy to work with SSL. Perhaps Ihave mi

Re: [EMAIL PROTECTED] SSL termination on apache but client certificate routed through

2005-09-14 Thread isha b
rveHost On ProxyHTMLLogVerbose On LogLevel Info ProxyHTMLExtended On ProxyHTMLURLMap from-pattern to-pattern flags AllowCONNECT 443   Restart Apache and see the result !!!   My servers with back to back SSL are working fine with this configuration !         Regards, Isha B PL -Technical Support Group

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-25 Thread isha b
Thanks a lot Nick Neil and Nick Kew , It really done the magic , Great !!! Thanks n Regards, Isha On 8/24/05, Neil A. Hillard <[EMAIL PROTECTED]> wrote: > Isha, > > isha b wrote: > > Thanks , Neil > > > > Here in apache we use set

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread isha b
AIL PROTECTED]> wrote: > Nick Kew wrote: > > isha b wrote: > > > >> My exchnage server works fine while querying thro internet , but when > >> I query webserver as , > >> > >> https://reverseproxy.com/webserver > >> > >> it tran

[EMAIL PROTECTED] Reverse proxy

2005-08-23 Thread isha b
Hi, I had setup a Reverse Proxy on Fedora core Apache2.0. And in httpd.conf and ssl.conf I have configured my exchange server and webserver. My exchnage server works fine while querying thro internet , but when I query webserver as , https://reverseproxy.com/webserver it translate as http://re