LoadModule proxy_module /users/server/students/cs526/apache_1.3.28/src/modules/proxy/libproxy.so LoadModule config_log_module /users/server/students/cs526/apache_1.3.28/src/modules/standard/mod_log_config.so LoadModule access_module /users/server/students/cs526/apache_1.3.28/src/modules/standard/mod_access.so User cs526 ServerName crestone.uccs.edu #ProxyRequests on Listen 8338 DocumentRoot /users/server/students/cs526/public_html/hw/apachesol/reverseproxy/htdocs/ ProxyPass /eng/ http://blanca.uccs.edu:8338/eng/ ProxyPassReverse /eng/ http://blanca.uccs.edu:8338/eng/ ProxyPass /sales/ http://sanluis.uccs.edu:8338/sales/ ProxyPassReverse /sales/ http://sanluis.uccs.edu:8338/sales/ ProxyPass /personnel/ http://shavano.uccs.edu:8338/personnel/ ProxyPassReverse /personnel/ http://shavano.uccs.edu:8338/personnel/ ErrorLog logs/error_log TransferLog logs/access_log PidFile logs/httpd.pid