แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - doidd

หน้า: [1]
1
chkconfig --level  2345 httpd on

2
แนะนำไปซื้อ Load balanced  ทีเป็น hardware  ดีกว่า ตั้งค่าง่าย  และเสถียรกว่ากันเยอะ
 config ใน Endian Firewall  ต้องตั้งค่าว่า  ถ้าอันไหนเสียหรือใช้ bandwidth เกินให้ Switch  กันอย่างไร
ยุ่งยากเหมือนกัน

3
ใน  Endian  ให้แก้ที่  firewall
โดยให้เปิด   port  110

4
ตัวอย่างการตั้งค่า Squid  แบบง่าย ๆ  ดูที่การตั้งค่าก็พอ  ใน ENDIAN อาจไม่เหมือนกันเท่าไหร่
shutdown_lifetime 5 seconds
icp_port 0

http_port IP_ENDIAN:Port_ENDIAN

acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY

cache_effective_user squid
cache_effective_group squid
umask 022

pid_filename /var/run/squid.pid

cache_mem 512 MB
cache_dir aufs /var/log/cache 51200 16 256

access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log none

log_mime_hdrs off
forwarded_for off
via off



acl within_timeframe time MTWHFAS 00:00-24:00

acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 1-65535 # unregistered ports
acl Safe_ports port 1-65535 # unregistered ports

acl CONNECT method CONNECT

#Access to squid:
#local machine, no restriction
http_access allow         localhost


#Deny not web services
http_access deny          !Safe_ports
http_access deny  CONNECT !SSL_ports

#Set custom configured ACLs
http_access deny  for_disabled_users
http_access allow IPCop_networks for_inetusers !concurrent within_timeframe
http_access deny  all

#Strip HTTP Header
header_access X-Forwarded-For deny all
header_access Via deny all

httpd_suppress_version_string on

maximum_object_size 5120 KB
minimum_object_size 0 KB

request_body_max_size 0 KB
reply_body_max_size 0 allow all


cache_mgr Email เรา


5
Error  คือ  Zero Sized Reply
เกิดจากการตั้งค่าใน Proxy  วิธีแก้มี 3 วิธี  คือ
1.Config squid ใหม่
2. Update Squid
3.ติดตั้ง ENDIAN  ใหม่

6
 ;Dไม่ได้มาป่วนครับ แต่มาบอกสิ่งดี ๆ ที่ควรรู้ ;D

7
อย่าโชว์มาเลย  Xeon   :P

8
ลองไปดูที่เว็บนี้  ก็จะรู้ว่าใครแรงจริง   ;D  http://top500.org/list/2009/06/100
ตัวแรงที่สุดในโลก Roadrunner  & Jaguar  ใช้  Opteron ทั้ง 2 ตัว  ยังไม่รวม 6 core  นะนี่  จะหนาว

9
 ;Dวัดที่อะไร ???

หน้า: [1]