The error looks harmless to me. If Squid starts you can most likely
ignore this error.

But I am a little confused on your Squid configuration for other
reasons.. is this Squid to act as a reverse proxy infront of your HTTP
server, or as a transparent intercepting proxy for your local users?

The configuration seems to be for a transparent intercepting proxy.

Regards
Henrik

m�n 2003-02-03 klockan 17.04 skrev Mynx:
> Hi list:
> 
>         I�ve been configured Squid-2.5_1STABLE to caching my WWW server,
> this is the configuration, everything is Ok, but I�m getting one error
> message and I can�t fix it, any suggestion...
> 
> ============================================
> cache_mem 16 MB
> shutdown_lifetime 0 seconds
> memory_pools off
> forwarded_for off
> 
> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl to_localhost dst 127.0.0.0/8
> acl lan src 192.168.1.0/24
> acl pool1 src 192.168.2.8/29
> acl pool2 src 192.168.2.16/29
> acl just_domain dstdomain .anydomain
> acl SSL_ports port 443 563
> acl Safe_ports port 80 21 443 563 70 210 1025-65535
> acl Safe_ports port 280  # http-mgmt
> acl Safe_ports port 488  # gss-http
> acl Safe_ports port 591  # filemaker
> acl Safe_ports port 777  # multiling http
> acl CONNECT method CONNECT
> 
> http_access allow manager localhost
> http_access deny manager
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access deny to_localhost
> http_access allow lan
> http_access allow pool2
> http_access allow pool1 just_domain
> http_access deny all
> 
> #cache_effective_group
> cache_effective_user nobody
> 
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
> =================================================
> 
> This is the error message (/usr/local/squid/squid.out):
> 
> Startup: Mon Feb  3 15:44:07 GMT 2003
> 2003/02/03 15:44:07| getrlimit: RLIMIT_VMEM: (22) Invalid argument
> 
> I�ve FreeBSD 4.5 #0 STABLE....
-- 
Henrik Nordstrom <[EMAIL PROTECTED]>
MARA Systems AB, Sweden

Reply via email to