Displaying 12 results from an estimated 12 matches for "coredump_dir".
2016 Feb 04
5
Squid as interception HTTPS proxy under CentOS 7
...ss allow localhost
# And finally deny all other access to this proxy
http_access deny all
# Squid normally listens to port 3128
#http_port 3128
# Uncomment and adjust the following to add a disk cache directory.
#cache_dir ufs /var/spool/squid 100 16 256
# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid
#
# Add any of your own refresh_pattern entries above these.
#
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
# My custom configuration
http_port 8079
http_port 8080 intercept
http...
2015 Mar 06
2
Squid on CentOS 7: few questions
...t 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
# R?gles d'acc?s
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
# Port du proxy
http_port 3128
# Taille du cache dans la RAM
cache_mem 256 MB
# Vidage syst?me
coredump_dir /var/spool/squid
# Dur?e de vie des fichiers sans date d'expiration
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0
--8<--------------------------------------------------
The proxy is working as expec...
2018 Mar 09
3
SELinux breaks Squid's ssl_crtd helper
...d -s /var/lib/ssl_db -M 4MB
sslcrtd_children 8 startup=1 idle=1
# SSL-Bump
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump bump all
# Taille du cache dans la RAM
cache_mem 2048 MB
# Emplacement et taille du cache sur le disque
# cache_dir ufs /var/spool/squid 100 16 256
# Vidage syst?me
coredump_dir /var/spool/squid
# Dur?e de vie des fichiers sans date d'expiration
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
--8<---------...
2015 Mar 06
0
Squid on CentOS 7: few questions
...ONNECT method CONNECT
>
> # R?gles d'acc?s
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access allow localnet
>
> # Port du proxy
> http_port 3128
>
> # Taille du cache dans la RAM
> cache_mem 256 MB
>
> # Vidage syst?me
> coredump_dir /var/spool/squid
>
> # Dur?e de vie des fichiers sans date d'expiration
> refresh_pattern ^ftp: 1440 20% 10080
> refresh_pattern ^gopher: 1440 0% 1440
> refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
> refresh_pattern . 0
> -...
2020 Jul 30
1
ntlm authentication issues
...i "/etc/squid/acls/extensoes-proibidas"
acl sites_liberados url_regex -i "/etc/squid/acls/sites-permitidos"
http_access allow sites_liberados
http_access deny extensoes_bloqueadas
http_access allow autenticados
http_access deny all
error_directory /usr/share/squid/errors/pt-br
coredump_dir /var/spool/squid
Can anybody help me?
Regards,
M?rcio Bacci
2017 May 25
0
CentOS6 and squid34 package ...
...e_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost manager
http_access deny manager
http_access deny to_localhost
http_access allow localnet
http_access allow localhost
http_access deny all
http_reply_access allow all
http_port 3128
cache_dir ufs /var/spool/squid 16400 16 256
coredump_dir /var/spool/squid
nonhierarchical_direct off
visible_hostname proxy.local
unique_hostname proxy.local
forwarded_for off
cache_mem 2560 MB
icon_directory /usr/share/squid/icons
error_directory /etc/squid/errors
as_whois_server whois.ra.net
logformat combined %>A %[ui %[un [%tl] "%rm %ru...
2012 Jan 21
1
squid transparent proxy problem
...ny all
# Squid normally listens to port 3128
http_port 3128
# We recommend you to use at least the following line.
hierarchy_stoplist cgi-bin ?
# Uncomment and adjust the following to add a disk cache directory.
#cache_dir ufs /var/spool/squid 100 16 256
# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid
# Add any of your own refresh_pattern entries above these.
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
always_dire...
2009 Feb 02
1
squid stops working several times a day
...ss deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 10.121.0.0/16 172.25.0.0/16 10.122.1.0/24
http_access allow our_networks
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_mgr it at XXXXXX.com
coredump_dir /var/spool/squid
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
...r access to this proxy
> http_access deny all
>
> # Squid normally listens to port 3128
> #http_port 3128
>
> # Uncomment and adjust the following to add a disk cache directory.
> #cache_dir ufs /var/spool/squid 100 16 256
>
> # Leave coredumps in the first cache dir
> coredump_dir /var/spool/squid
>
> #
> # Add any of your own refresh_pattern entries above these.
> #
> refresh_pattern ^ftp: 1440 20% 10080
> refresh_pattern ^gopher: 1440 0% 1440
> refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
> refresh_pattern ....
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
...r access to this proxy
> http_access deny all
>
> # Squid normally listens to port 3128
> #http_port 3128
>
> # Uncomment and adjust the following to add a disk cache directory.
> #cache_dir ufs /var/spool/squid 100 16 256
>
> # Leave coredumps in the first cache dir
> coredump_dir /var/spool/squid
>
> #
> # Add any of your own refresh_pattern entries above these.
> #
> refresh_pattern ^ftp: 1440 20% 10080
> refresh_pattern ^gopher: 1440 0% 1440
> refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
> refresh_pattern . 0 20% 4320
>
> # My custom configurat...
2007 Jul 19
1
yum through a squid proxy
Hello,
I've got a centos5 box that is now behind a what was transparent squid
proxy. The proxy now has it's own dedicated ip and uses proxy basic
authentication. I've got a firewall that redirects all outgoing port 80
traffic to that ip so anyone wishing access goes proxied. The problem is yum
on my centos5 can't retrieve the .xml files for the various yum
repositories. In
2007 Jan 08
2
shorewall/dansguardian/squid problem
...ccess allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 192.168.0.0/24 10.0.0.0/24 127.0.0.1
http_access allow our_networks
http_access allow localhost
http_reply_access allow all
icp_access allow all
forwarded_for off
coredump_dir /var/cache/squid
gravity ~ # grep ^[A-Za-z] /etc/dansguardian/dansguardian.conf
reportinglevel = 3
languagedir = ''/etc/dansguardian/languages''
language = ''ukenglish''
loglevel = 3
logexceptionhits = on
logfileformat = 1
filterip =
filterport = 3129
proxyip = 127....