This is a discussion on [squid-users] HTTP Accelerator HOW TO within the Squid Users forums, part of the Web Server and Related Forums category; Does anybody knows why the following erorr happens: While trying to retrieve the URL: http://64.246.24.58:81/ ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Does anybody knows why the following erorr happens:
While trying to retrieve the URL: http://64.246.24.58:81/ The following error was encountered: * Access Denied.* I am trying to make Apache listen on port 81 and make Squid listen on port 80, so that it will cache common objects such as downloads. Here is the changes I've made to the squid.conf file 2) Here are the modified lines that my squid.conf file has: http_port 80 icp_port 0 acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 5 MB cache_dir ufs /usr/local/squid/var/cache 500 16 256 emulate_httpd_log on redirect_rewrites_host_header off cache_replacement_policy GDSF http_access allow all cache_mgr admin cache_effective_user squid cache_effective_group squid httpd_accel_host 64.246.24.58 httpd_accel_port 81 log_icp_queries off cachemgr_passwd xhbc19@2004 all buffered_logs on httpd_accel_with_proxy off Regards -- Xavier Baez C. www.SoccerAccess.net ICQ: 9103394 MSN: xbaez@hotmail.com |