chaitanya
Posts: 1
Nickname: chaitanya
Registered: Feb, 2003
|
|
apache as proxy server
|
Posted: Feb 27, 2003 7:11 AM
|
|
hi, we are trying to use apache 2.0.39 as a proxy server to redirect all web requests to weblogic 5.1. OS : Windows 2000 Professional.
some basic changes were made to the httpd.conf file, like having the LoadModule, ProxyRequests On etc.
After that, 1. we tried the "Redirect" directive inside virtualhost container. 2. we tried the "ProxyRemote" directive inside the virtualhost container.
but only the default page of apache is being displayed, and the request is not redirected to weblogic.
we would like to know 1. the whole procedure of how to configure apache as proxy server, and 2. how to specify the URL in the client when accessing a service thru this proxy, and 3. Internet Explorer settings, if any.
|
|