sinds kort periode heb ik een squid server die faalt
zou het een fout zijn in het config bestand ? zou me verwonderen dit draait nu al 2jaar en dit is de eerste maal dat deze kuren heeft
Code:
root@vps43665:/etc/squid# service squid status
[FAIL] squid is not running ... failed!
dit heb ik ook als ik deze manueel start / herstart
root@vps43665:/etc/squid# /etc/init.d/squid start
[ ok ] Starting Squid HTTP proxy: squid.
root@vps43665:/etc/squid# service squid status
[FAIL] squid is not running ... failed!
root@vps43665:/etc/squid#
Code:
http_port 3128
acl all src all
acl intern_ip src ##.##.##.##
acl localhost src 127.0.0.1/32
acl to_loaclhost dst 127.0.0.0/8 0.0.0.0/32
#safe ports
acl SSL_ports port 443
acl Safe_ports port 80 #http
acl Safe_ports port 21
acl Safe_ports port 443
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535 #onregristreerde poorten
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
acl PURGE method PURGE
acl block_downloads urlpath_regex "/etc/squid/downloads.acl"
acl block_sites dstdomain "/etc/squid/sites.acl"
#Berichten
deny_info ERR_BLOCKED_DOWNLOADS block_downloads
deny_info ERR_BLOCKED_SITE block_sites
http_access deny block_downloads
http_access deny block_sites
http_access allow localhost
http_access allow intern_ip
#visible_hostname <vps43665>
cache_mgr <a href="mailto:alain.seys@gmx.com">alain.seys@gmx.com</a>
minimum_object_size 0 KB
maximum_object_size 2024 KB
request_body_max_size 0
#hierarchy_stoplist cg-bin ?
always_direct allow all
access_log /var/squid/logs/acces.log squid
coredump_dir /var/sqduid/cache
http_access allow all
icp_access allow all
miss_access allow all
Laatst bewerkt: