April 20, 2024, 10:10:26 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Slow Squid problem (Page faults with physical i/o)  (Read 15201 times)

Offline dshafi

  • Linux Noob !
  • *
  • Posts: 4
Slow Squid problem (Page faults with physical i/o)
« on: March 13, 2004, 07:47:45 AM »
i Saw the same problem on linuxsolved.com but there is no luck still
for me

this is from egerp on squid.conf file
 
icp_port 3130
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
maximum_object_size 4096 KB
cache_dir ufs /var/spool/squid 100 16 256
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
acl all src 0.0.0.0/0.0.0.0
acl localnet src 192.168.0.0/255.255.255.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 SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
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 allow  localnet
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_effective_user squser
cache_effective_group sqgroup
visible_hostname license
coredump_dir /var/spool/squid
http_port 3128
-------------------------------------------------------------
I have create a squser and sqgroup change the
permisssons also here is my

ls -l  /var/log/squid

-rw-r--r--    1 squser   sqgroup       337 Mar 13
00:28 access.log
-rw-r--r--    1 squser   sqgroup      5321 Mar 12
23:53 cache.log
-rw-r--r--    1 squser   sqgroup      5184 Mar 13
00:28 store.log

ls -l  /usr/share/squid
drwxr-xr-x   29 squser   sqgroup      4096 Dec 14
16:02 errors
drwxr-xr-x    2 squser   sqgroup      4096 Dec 14
16:02 icons

ls -l /var/spool/squid
total 68
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 00
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 01
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 02
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 03
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 04
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 05
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 06
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 07
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 08
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 09
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 0A
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 0B
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 0C
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 0D
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 0E
drwxr-xr-x  258 squser   sqgroup      4096 Mar 12
22:36 0F
-rw-r--r--    1 squser   sqgroup        96 Mar 12
23:53


I have started squid -z also and restarted squid still
there is no luck

We have Leased line i want to restrice users via squid
thats what i am needs squid i have installed two  eth
cards in my system eth0 local ip and eth1 is outside

This is MY cache.log file
CPU Usage: 0.310 seconds = 0.150 user + 0.160 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 523
Memory usage for squid via mallinfo():
        total space in arena:    2352 KB
        Ordinary blocks:         2332 KB      9 blks
        Small blocks:               0 KB      6 blks
        Holding blocks:           200 KB      1 blks
        Free Small blocks:          0 KB
        Free Ordinary blocks:      19 KB
        Total in use:            2532 KB 108%
        Total free:                19 KB 1%
2004/03/13 00:36:05| Squid Cache (Version 2.5.STABLE1): Exiting normally.
2004/03/13 00:36:06| Starting Squid Cache version 2.5.STABLE1 for i386-redhat-linux-gnu...
2004/03/13 00:36:06| Process ID 5569
2004/03/13 00:36:06| With 1024 file descriptors available
2004/03/13 00:36:06| DNS Socket created at 0.0.0.0, port 32776, FD 5
2004/03/13 00:36:06| Adding nameserver 202.56.230.5 from /etc/resolv.conf
2004/03/13 00:36:06| Adding nameserver 202.56.250.5 from /etc/resolv.conf
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_READ_TIMEOUT': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_LIFETIME_EXP': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_READ_ERROR': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_WRITE_ERROR': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_SHUTTING_DOWN': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_CONNECT_FAIL': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_INVALID_REQ': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_UNSUP_REQ': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_INVALID_URL': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_SOCKET_FAILURE': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_LIFETIME_EXP': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_READ_ERROR': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_WRITE_ERROR': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_SHUTTING_DOWN': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_CONNECT_FAIL': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_INVALID_REQ': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_UNSUP_REQ': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_INVALID_URL': (2) No such file or directory
2004/03/13 00:36:06| errorTryLoadText: '/usr/share/squid/errors/ERR_SOCKET_FAILURE': (2) No such file or directory
2004/03/13 00:36:06| Unlinkd pipe opened on FD 10
2004/03/13 00:36:06| Swap maxSize 102400 KB, estimated 7876 objects
2004/03/13 00:36:06| Target number of buckets: 393
2004/03/13 00:36:06| Using 8192 Store buckets
2004/03/13 00:36:06| Max Mem  size: 16384 KB
2004/03/13 00:36:06| Max Swap size: 102400 KB
2004/03/13 00:36:06| Rebuilding storage in /var/spool/squid (CLEAN)
2004/03/13 00:36:06| Using Least Load store dir selection
2004/03/13 00:36:06| Set Current Directory to /var/spool/squid
2004/03/13 00:36:06| Loaded Icons.
2004/03/13 00:36:06| Accepting HTTP connections at 0.0.0.0, port 3128, FD 12.
2004/03/13 00:36:06| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2004/03/13 00:36:06| WCCP Disabled.
2004/03/13 00:36:06| Ready to serve requests.
2004/03/13 00:36:06| Done reading /var/spool/squid swaplog (50 entries)
2004/03/13 00:36:06| Finished rebuilding storage from disk.
2004/03/13 00:36:06|        50 Entries scanned
2004/03/13 00:36:06| Finished rebuilding storage from disk.
2004/03/13 00:36:06|        50 Entries scanned
2004/03/13 00:36:06|         0 Invalid entries.
2004/03/13 00:36:06|         0 With invalid flags.
2004/03/13 00:36:06|        50 Objects loaded.
2004/03/13 00:36:06|         0 Objects expired.
2004/03/13 00:36:06|         0 Objects cancelled.
2004/03/13 00:36:06|         0 Duplicate URLs purged.
2004/03/13 00:36:06|         0 Swapfile clashes avoided.
2004/03/13 00:36:06|   Took 0.3 seconds ( 183.4 objects/sec).
2004/03/13 00:36:06| Beginning Validation Procedure
2004/03/13 00:36:06|   Completed Validation Procedure
2004/03/13 00:36:06|   Validated 50 Entries
2004/03/13 00:36:06|   store_swap_size = 400k
2004/03/13 00:36:07| storeLateRelease: released 0 objects
~
~

I have tested with onesystem browsing ver slow in using squid when i change to leased line its working fast ans msn yahoo not working on squid
________________________________

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Slow Squid problem (Page faults with physical i/o)
« Reply #1 on: March 13, 2004, 12:21:53 PM »
If your squid is working .. and you are able to browse then first decrease your cache size.. Also check that cache mem is not too high.. you have 16mb.. If you are having a machine of 256 or 512 mb RAM than that is good .. otherwise try to reduce it to 4 mb !!

BTw.. check that i/o page fault !! it should be minimum.. ans also give time to squid to build its cache..

Offline dshafi

  • Linux Noob !
  • *
  • Posts: 4
now there is no browsing
« Reply #2 on: March 15, 2004, 03:18:39 AM »
thanks for Your Reply

egrep -v "^$|^#" /etc/squid/squid.conf
 icp_port 3130
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?top | grep squid
 4797 squser    15   0  4656 4656  1760 S     0.1  0.9   0:00   0 squid
 4797 squser    15   0  4656 4656  1760 S     0.2  0.9   0:00   0 squid
 4797 squser    15   0  4656 4656  1760 S     0.2  0.9   0:00   1 squid
 4797 squser    15   0  4800 4800  1800 S     0.3  0.9   0:00   1 squid
 4797 squser    15   0  4832 4832  1800 S     0.1  0.9   0:00   1 squid
 4797 squser    15   0  4832 4832  1800 S     0.3  0.9   0:00   1 squid
 4797 squser    15   0  4832 4832  1800 S     0.1  0.9   0:00   1 squid

no_cache deny QUERY
 cache_mem 8 MB
 maximum_object_size 4096 KB
 cache_dir ufs /var/spool/squid 100 16 256
 cache_log /var/log/squid/cache.log
 cache_store_log /var/log/squid/store.log
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
acl all src 0.0.0.0/0.0.0.0
acl localnet src 192.168.0.0/255.255.255.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 SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
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 allow  localnet
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_effective_user squser
cache_effective_group sqgroup
visible_hostname license
coredump_dir /var/spool/squid
http_port 3128



now the browsing is not working  i am confused i spend lot of time for this but still no luck
what is that  io page fault means what i cant understand i am once more sending my log files for u and iam having two eth cards in my system eth0 is local  and eth1 is connected to isp
 cache.log

2004/03/14 20:01:24| Starting Squid Cache version 2.5.STABLE1 for i386-redhat-linux-gnu...
2004/03/14 20:01:24| Process ID 4797
2004/03/14 20:01:24| With 1024 file descriptors available
2004/03/14 20:01:24| DNS Socket created at 0.0.0.0, port 32772, FD 5
2004/03/14 20:01:24| Adding nameserver 202.56.230.5 from /etc/resolv.conf
2004/03/14 20:01:24| Adding nameserver 202.56.250.5 from /etc/resolv.conf
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_READ_TIMEOUT': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_LIFETIME_EXP': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_READ_ERROR': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_WRITE_ERROR': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_SHUTTING_DOWN': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_CONNECT_FAIL': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_INVALID_REQ': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_UNSUP_REQ': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_INVALID_URL': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_SOCKET_FAILURE': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_DNS_FAIL': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_CANNOT_FORWARD': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FORWARDING_DENIED': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_NO_RELAY': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_ZERO_SIZE_OBJECT': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_DISABLED': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_FAILURE': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_URN_RESOLVE': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_ACCESS_DENIED': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_CACHE_ACCESS_DENIED': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_PUT_CREATED': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_PUT_MODIFIED': (2) No such file or directory

2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_NOT_FOUND': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_FORBIDDEN': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_FTP_UNAVAILABLE': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_ONLY_IF_CACHED_MISS': (2) No such file or directory
2004/03/14 20:01:24| errorTryLoadText: '/usr/share/squid/errors/ERR_TOO_BIG': (2) No such file or directory
2004/03/14 20:01:24| Unlinkd pipe opened on FD 10
2004/03/14 20:01:24| Swap maxSize 102400 KB, estimated 7876 objects
2004/03/14 20:01:24| Target number of buckets: 393
2004/03/14 20:01:24| Using 8192 Store buckets
2004/03/14 20:01:24| Max Mem  size: 8192 KB
2004/03/14 20:01:24| Max Swap size: 102400 KB
2004/03/14 20:01:24| Rebuilding storage in /var/spool/squid (CLEAN)
2004/03/14 20:01:24| Using Least Load store dir selection
2004/03/14 20:01:24| Set Current Directory to /var/spool/squid
2004/03/14 20:01:24| Loaded Icons.
2004/03/14 20:01:25| Accepting HTTP connections at 0.0.0.0, port 3128, FD 12.
2004/03/14 20:01:25| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2004/03/14 20:01:25| WCCP Disabled.
2004/03/14 20:01:25| Ready to serve requests.
2004/03/14 20:01:25| Done reading /var/spool/squid swaplog (172 entries)
2004/03/14 20:01:25| Finished rebuilding storage from disk.
2004/03/14 20:01:25|       172 Entries scanned
2004/03/14 20:01:25|         0 Invalid entries.
2004/03/14 20:01:25|         0 With invalid flags.
2004/03/14 20:01:25|       172 Objects loaded.
2004/03/14 20:01:25|         0 Objects expired.
2004/03/14 20:01:25|         0 Objects cancelled.
2004/03/14 20:01:25|         0 Duplicate URLs purged.
2004/03/14 20:01:25|         0 Swapfile clashes avoided.
2004/03/14 20:01:25|   Took 0.7 seconds ( 262.8 objects/sec).
2004/03/14 20:01:25| Beginning Validation Procedure
2004/03/14 20:01:25|   Completed Validation Procedure
2004/03/14 20:01:25|   Validated 172 Entries
2004/03/14 20:01:25|   store_swap_size = 1172k
2004/03/14 20:01:25| storeLateRelease: released 0 objects
2004/03/14 20:17:08| Request header is too large (12287 bytes)
2004/03/14 20:17:08| Config 'request_header_max_size'= 10240 bytes.


top | grep squid
 4797 squser    15   0  4656 4656  1760 S     0.1  0.9   0:00   0 squid
 4797 squser    15   0  4656 4656  1760 S     0.2  0.9   0:00   0 squid
 4797 squser    15   0  4656 4656  1760 S     0.2  0.9   0:00   1 squid
 4797 squser    15   0  4800 4800  1800 S     0.3  0.9   0:00   1 squid
 4797 squser    15   0  4832 4832  1800 S     0.1  0.9   0:00   1 squid
 4797 squser    15   0  4832 4832  1800 S     0.3  0.9   0:00   1 squid
 4797 squser    15   0  4832 4832  1800 S     0.1  0.9   0:00   1 squid

i tried with squid -k reconfgiure

Thanks in advance

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Slow Squid problem (Page faults with physical i/o)
« Reply #3 on: March 15, 2004, 03:59:45 AM »
I hope you have seen this before..
http://www.linuxsolved.com/forums/viewtopic.php?t=116
If not then try it and then tell us!!

Offline dshafi

  • Linux Noob !
  • *
  • Posts: 4
error
« Reply #4 on: March 16, 2004, 04:22:07 AM »
thanks for ur Reply now my clients systems are able to brows and i wants to know why this error coming '/usr/share/squid/errors/ERR_READ_TIMEOUT': (2) No such file or directory

there are several lines comes with that error and then
2004/03/15 20:25:23| Unlinkd pipe opened on FD 10
2004/03/15 20:25:23| Swap maxSize 2097152 KB, estimated 161319 objects
2004/03/15 20:25:23| Target number of buckets: 8065
2004/03/15 20:25:23| Using 8192 Store buckets
2004/03/15 20:25:23| Max Mem  size: 16384 KB
2004/03/15 20:25:23| Max Swap size: 2097152 KB
2004/03/15 20:25:23| Rebuilding storage in /var/spool/squid (CLEAN)
2004/03/15 20:25:23| Using Least Load store dir selection
2004/03/15 20:25:23| Set Current Directory to /var/spool/squid
2004/03/15 20:25:23| Loaded Icons.
2004/03/15 20:25:23| Accepting HTTP connections at 0.0.0.0, port 3128, FD 12.
2004/03/15 20:25:23| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2004/03/15 20:25:23| WCCP Disabled.
2004/03/15 20:25:23| Ready to serve requests.
2004/03/15 20:25:23| Done reading /var/spool/squid swaplog (364 entries)
2004/03/15 20:25:23| Finished rebuilding storage from disk.
2004/03/15 20:25:23|       364 Entries scanned
2004/03/15 20:25:23|         0 Invalid entries.
2004/03/15 20:25:23|         0 With invalid flags.
2004/03/15 20:25:23|       364 Objects loaded.
2004/03/15 20:25:23|         0 Objects expired.
2004/03/15 20:25:23|         0 Objects cancelled.
2004/03/15 20:25:23|         0 Duplicate URLs purged.
2004/03/15 20:25:23|         0 Swapfile clashes avoided.
2004/03/15 20:25:23|   Took 0.7 seconds ( 513.5 objects/sec).
2004/03/15 20:25:23| Beginning Validation Procedure
2004/03/15 20:25:23|   Completed Validation Procedure
2004/03/15 20:25:23|   Validated 364 Entries
2004/03/15 20:25:23|   store_swap_size = 2272k
2004/03/15 20:25:24| storeLateRelease: released 0 objects
now my squid is ok kindly reply thks in advance

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Slow Squid problem (Page faults with physical i/o)
« Reply #5 on: March 16, 2004, 10:32:33 AM »
That occured b'coz.. your error dircotory which contains the pages (html) which are shown when squid encounters an error etc.. is missing.. you can either copy them to "errors/" or reinstall squid.. it will automatically create them..

Offline dshafi

  • Linux Noob !
  • *
  • Posts: 4
ithks
« Reply #6 on: March 16, 2004, 01:09:15 PM »
thks for ur reply i