forward index back LITA Regional Institute: Proxy Web Servers and Authentication
San Antonio, TX    February 22, 2001

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

Changed!

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://httpd.apache.org/dist/apache_1.3.23.tar.gz
  2. gunzip apache_1.3.23.tar
  3. tar xf apache_1.3.23.tar
  4. cd apache_1.3.23
  5. ./configure --with-layout=Apache --prefix=/usr/local/apache-proxy --enable-module=most --enable-shared=max
  6. make
  7. make install