I am giving command "/usr/local/squid/sbin/squid -k parse" which giving me following error. [EMAIL PROTECTED] root]# /usr/local/squid/sbin/squid -k parse 2003/07/18 15:47:42| aclParseIpData: WARNING: Netmask masks away part of the specified IP in '192.168.0.1/255.255.255.0' 2003/07/18 15:47:42| parseConfigFile: line 107 unrecognized: 'delay_pools 2' 2003/07/18 15:47:42| parseConfigFile: line 113 unrecognized: 'delay_class 1 2' 2003/07/18 15:47:42| parseConfigFile: line 116 unrecognized: 'delay_parameters 1 -1/-1 -1/-1' 2003/07/18 15:47:42| parseConfigFile: line 119 unrecognized: 'delay_access 1 allow magic_words1' 2003/07/18 15:47:42| parseConfigFile: line 125 unrecognized: 'delay_class 2 2' 2003/07/18 15:47:42| parseConfigFile: line 135 unrecognized: 'delay_parameters 2 5000/150000 5000/120000' 2003/07/18 15:47:42| parseConfigFile: line 137 unrecognized: 'delay_access 2 allow day' 2003/07/18 15:47:42| parseConfigFile: line 138 unrecognized: 'delay_access 2 deny !day' 2003/07/18 15:47:42| parseConfigFile: line 139 unrecognized: 'delay_access 2 allow magic_words2' FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'
Squid Cache (Version 2.5.STABLE3): Terminated abnormally. CPU Usage: 0.002 seconds = 0.000 user + 0.002 sys Maximum Resident Size: 0 KB Page faults with physical i/o: 233 Aborted I have changed only this line "acl localnet src 192.168.1.0/255.255.255.0" from default 'squid.conf' to acl localnet src 192.168.0.1/255.255.255.0 Any idea about error. Thanks. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
