1
Linux 討論版 / [問題] 看不懂得當機 log
« 於: 2004-08-25 17:33 »
Process updatedb (pid: 19145, threadinfo=071a4000 task=161e9190)
在4點執行這個指令updatedb時有問題!!
至於原因....不知道....要再查看看!!
在4點執行這個指令updatedb時有問題!!
至於原因....不知道....要再查看看!!
這裡允許您檢視這個會員的所有文章。請注意, 您只能看見您有權限閱讀的文章。
代碼: [選擇]# TAG: visible_hostname
# If you want to present a special hostname in error messages, etc,
# then define this. Otherwise, the return value of gethostname()
# will be used. If you have multiple caches in a cluster and
# get errors about IP-forwarding you must set them to have individual
# names with this setting.
也可以不用設定visible_hostnam,它會自動取gethostname()的值
結果是這樣
http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /var/spool/squid 1000 16 256
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 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
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
http_access allow all
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_effective_user squid
cache_effective_group squid
visible_hostname = www.hinet.net
coredump_dir /var/spool/squid
可以請教netman大大...
sed 's/#.*$//' squid.conf | grep -v '^[ ]*$'
這行指令是做什麼用的呢
可以麻煩您稍微解釋一下嗎??
謝謝