aspose file tools
The moose likes Servlets and the fly likes How to use proxy server in Apache Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to use proxy server in Apache" Watch "How to use proxy server in Apache" New topic
Author

How to use proxy server in Apache

Randall Twede
Ranch Hand

Joined: Oct 21, 2000
Posts: 3901
Could someone explain to me? First what is proxy server(is it what i think it is)? How to use the one in Apache?


I never took notes in college. That's how I got a 4.0 the first 2 years, and a 3.5 the second two years.
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
A proxy server is a server which stands between the client and the real server(s). The client always connects to the proxy server, which connects to the appropriate "real" server for the client.
In terms of HTTP, for example. A HTTP proxy server will take a HTTP request, decode the destination host name from it, and forward the request to the named server. It then waits for the reply and returns that back to the originating client.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
 
subject: How to use proxy server in Apache
 
Threads others viewed
Caching Proxy Server Advice
Apache and Tomcat 4.1 configuration....
Securing Apache Server at port 8080
proxy in hibernate
Getting Error while starting Apache Tomcat 6
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com