You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Barberi Gabriele <ba...@libero.it> on 2006/05/29 13:58:05 UTC

[users@httpd] Apache reverse proxy and IBM websphere

Hi all,
I need to implement a reverse proxy for export a local network server with WebSphere on the public web server.
I'm currently running apache

Hi all,
I'm currently running apache 1.3.27 on a SuSE 8.2 and I need to use Websphere 5.1 from web. Websphere server is running on local
network.
I need to implement a reverse proxy for get access to WebSphere application from the public web server.
For reverse proxy I used standard parameters
ProxyRequest Off
ProxyPass /websphere http://websphere-address/WS
ProxyPassRequest /websphere http://websphere-address/WS

Unfortunatly this doesn't work, it shows only the login form but I'm not able to get access to the application.

Do I need other module or parameter?

thanks a lot



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache reverse proxy and IBM websphere

Posted by Richard de Vries <ri...@yahoo.com>.
Doesn't WebSphere run on a specific port like 9080.
(and not 80). Make sure to include that port in your
forward statement.

Thus:

ProxyPass /websphere
http://websphere-address:websphere-port/WS

Does the reverse proxy run on the WebSphere server, or
a server external to the websphere server?

  R.

--- Barberi Gabriele <ba...@libero.it> wrote:

> Hi all,
> I need to implement a reverse proxy for export a
> local network server with WebSphere on the public
> web server.
> I'm currently running apache
> 
> Hi all,
> I'm currently running apache 1.3.27 on a SuSE 8.2
> and I need to use Websphere 5.1 from web. Websphere
> server is running on local
> network.
> I need to implement a reverse proxy for get access
> to WebSphere application from the public web server.
> For reverse proxy I used standard parameters
> ProxyRequest Off
> ProxyPass /websphere http://websphere-address/WS
> ProxyPassRequest /websphere
> http://websphere-address/WS
> 
> Unfortunatly this doesn't work, it shows only the
> login form but I'm not able to get access to the
> application.
> 
> Do I need other module or parameter?
> 
> thanks a lot
> 
> 
> 
>
---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest:
> users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org