forward index back LITA Regional Institute: Proxy Web Servers and Authentication
Atlanta, GA    May 30, 2003

Proxy Web Servers and Authentication > Proxies for Bandwidth Conservation > Set up proxy server

Building Apache

+--------------------------------------------------------+
| You now have successfully built and installed the      |
| Apache 1.3 HTTP server. To verify that Apache actually |
| works correctly you now should first check the         |
| (initially created or preserved) configuration files   |
|                                                        |
|   /usr/local/apache-proxy/conf/httpd.conf
|                                                        |
| and then you should be able to immediately fire up     |
| Apache the first time by running:                      |
|                                                        |
|   /usr/local/apache-proxy/bin/apachectl start
|                                                        |
| Thanks for using Apache.       The Apache Group        |
|                                http://www.apache.org/  |
+--------------------------------------------------------+
  1. Download http://apache.oregonstate.edu/httpd/httpd-2.0.45.tar.gz
  2. tar xzf httpd-2.0.45.tar.gz
  3. cd httpd-2.0.45
  4. ./configure --with-layout=Apache --prefix=/usr/local/apache-proxy --enable-proxy --enable-proxy-http --enable-shared=max
  5. make
  6. make install