Re: [Linux] Squid Prox Server Yapılanması???

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Tufan BIYIKTAS (tufan.biyiktas@gmail.com)
Date: Tue 26 Apr 2005 - 16:35:02 EEST


dosyayi bi inceleyin
-------------------------
squid.conf dan alinti...

acl super proxy_auth tfn
acl user_auth proxy_auth REQUIRED
acl all src 192.168.1.0/255.255.255.0
acl domain_deny dstdomain "/etc/squid/domain.deny"
acl domain_allow dstdomain "/etc/squid/domain.allow"
acl regex_deny url_regex "/etc/squid/regex.deny"
acl regex_allow url_regex "/etc/squid/regex.allow"
#-----------------------------------------------#
#Recomended minimum configuration :
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
#http_access deny manager
# Deny request to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
# And finally deny all other access to this proxy

#----------------------------------------------#
#proxy_auth_realm ipasecza.net squid proxy-caching web server
#----------------------------------------------#
# httpd_accel_host virtual
# httpd_accel_port 80
# httpd_accel_with_proxy on
# httpd_accel_uses_host_header on
#-----------------------------------------------#
http_access allow super
#http_access allow user_auth

http_access allow domain_allow
http_access allow regex_allow

http_access deny domain_deny
http_access deny regex_deny

http_access deny all

kemalettin yildiz wrote:

> Herkeze selamlar;
>
> Arkdaşlar fedora3.0 üzerine proxy server 2.5 kurdum yalnız
> configuration dosyasında birtakım tanımlamalar yapıp siteleri
> kısıtlamak istiyorum,txt list olsa daha kolay olur benim için konu
> hakkında bilgi verirseniz sevinirim.Saygılar
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Linux mailing list
>Linux@liste.linux.org.tr
>http://liste.linux.org.tr/mailman/listinfo/linux
>
>

_______________________________________________
Linux mailing list
Linux@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.