Tôi làm việc trong một trường học nơi chúng tôi có khoảng 500 máy tính. Chúng tôi đã cài đặt một proxy SQUID để lọc các trang web người lớn, v.v. Máy chủ có 32go ram và đủ bộ nhớ. Nhưng lướt trở nên quá chậm khi có quá nhiều khách hàng.
-Điều gì có thể là lý do?
-Một máy chủ proxy không đủ cho 500 máy khách?
Mực.conf:
# /etc/squid/squid.conf
acl localnet src xxx.xxx.xxx.xxx/xx
acl SSL_ports cổng 443
acl Safe_ports cổng 80 # http
acl Safe_ports cổng 21 # ftp
acl Safe_ports cổng 443 # https
phương thức KẾT NỐI acl KẾT NỐI
http_access từ chối !Safe_ports
http_access từ chối KẾT NỐI !SSL_ports
http_access cho phép người quản lý máy chủ cục bộ
quản lý từ chối http_access
http_access cho phép localnet
http_access cho phép máy chủ cục bộ
http_access từ chối tất cả
http_cổng 3128
cache_mem 20480 MB
cache_dir aufs /dev/partage 200000 16 256
cache_dir aufs/dev/dữ liệu 200000 16 256
cache_log /var/log/squid/cache.log
cache_access_log /var/log/squid/access.log
cache_store_log /var/log/squid/store.log
logfile_rotate 10
dns_nameservers xxx.xxx.xxx.xxx 1.1.1.1 1.0.0.1
dns_v4_first bật
dương_dns_ttl 12 giờ
phủ định_dns_ttl 1 phút
fqdncache_size 4096
#maximum_object_size 4 MB
kích thước đối tượng tối thiểu 0 KB
max_object_size 96 MB
memory_cache_mode luôn luôn
memory_replacement_policy lru
acl srv_interne dst xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
bộ đệm từ chối srv_interne
coredump_dir /var/spool/squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_potype ^gopher: 1440 0% 1440
refresh_potype -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern \/(Gói|Nguồn)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
refresh_potype \/Release(|\.gpg)$ 0 0% 0 refresh-ims
refresh_potype \/InRelease$ 0 0% 0 refresh-ims
refresh_pattern \/(Bản dịch-.*)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
refresh_potype . 0 20% 4320
url_rewrite_program /usr/bin/squidGuard
url_rewrite_children 8
max_filedesc 4096