[squid-users] Problem...

From: Mynx <admin@dont-contact.us>
Date: Mon, 3 Feb 2003 11:04:57 -0500

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....
Received on Tue Feb 04 2003 - 01:58:03 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:13 MST