i'm trying to mirror apache with the proxypass variable. for some reason
it's not working (obviously operator error).
could someone tell me what i'm doing wrong.
i'm using apache/1.3.12 on linux/2.2.12
configured apache with --enable-module=so and --enable-module=proxy
<IfModule mod_proxy.c>
ProxyRequests On
ProxyPass /www/mirrors/apache/ http://www.apache.org/
#ProxyPassReverse /www/mirrors/apache/ http://www.apache.org/
#
#<Directory proxy:*>
# Order deny,allow
# Deny from all
# Allow from .your_domain.com
#</Directory>
#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing
Via: headers)
# Set to one of: Off | On | Full | Block
#
ProxyVia On
#
# To enable the cache as well, edit and uncomment the following lines:
# (no cacheing without CacheRoot)
#
#CacheRoot "/usr/local/apache/proxy"
#CacheSize 5
#CacheGcInterval 4
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
CacheDefaultExpire 24
#NoCache a_domain.com another_domain.edu joes.garage_sale.com
</IfModule>
Brad
--
_.,+=~`^"-.,_.,+=~`^"-*.,_.,+=~'`^"-.,_.,+=~`^"-.,_.,+=~`^"-.,_.,+=~`^"-.,
Brad Tarver .,. Systems Administrator
Network Specialists, Inc. .,. Main Number: (800) 223-4460
<btarver@nsiinc.net> .,. Fax: (601) 939-3667
_.,+=~`^"-.,_.,+=~`^"-.,_.,+=~`^"-.,_.,+*=~`^"-.,_.,+=%~`^"-.,_.,+=~`^"-.,
elephants make unlikely bedfellows
|