> I am just getting started with 2.6 S13 and was looking to run it > against my mediawiki server as an Http Accelerator. Right now it's on > the same box and I plan to move it here shortly. But first I just want > to make sure I have it working correctly. Can anyone give a look at > the below config and tell me if I have it right? > > http_port [IPADDRESS]:80 accel defaultsite=127.0.0.1 > cache_peer 127.0.0.1 parent 80 0 no-query originserver login=PASS > acl WIKIip dst [IPADDRESS] > acl WIKI dstdomain [HOSTNAME AND DOMAIN] > acl all src 0/0 > http_access allow all > visible_hostname [HOSTNAME AND DOMAIN] > cache_peer_access HOSTNAME AND DOMAIN] allow all > > > I keep seeing 2007/06/05 02:14:26| squid.conf, line 8: No cache_peer > '[HOSTNAME AND DOMAIN]' in the logs as well as > > > 1181018880.588 RELEASE -1 FFFFFFFF EDA21F66F576C00321CD3282489FBD30 > 200 1181018878 -1 1181018878 text/html 7335/7335 GET [WIKI > URI]/index.php/Special:Recentchanges > 1181018880.700 RELEASE -1 FFFFFFFF 478A4353B1F718D5D89D8AB6FD56A98E > 304 1181018880 -1 -1 unknown -1/0 GET [WIKI > URI]/skins/common/commonPrint.css > 1181018880.789 RELEASE -1 FFFFFFFF 572ADF9D17F262131CCEA7236F3D553F > 304 1181018 > 880 -1 -1 unknown -1/0 GET [WIKI > URI]/skins/fiwiki/main.css? > > > Should "RELEASE" be there in the logs for everything but images? > Anyone have a sample squid.conf and a LocalSetting.php from mediawiki > that they would be willing to share? > Thanks again, > Seth