<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><span style="font-size: 21.3333px; font-family: 'Franklin Gothic Medium', sans-serif;">Hey there</span></div><div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">I have installed CentOS squid in 7</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">I want to change the cache directory</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">appears when I try to initialize</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">Creating Swap Directories</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">FATAL: Failed to make directory swap mydirectory / cache / 00:</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">     (13) Permission denied</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">directory is an external drive or a folder on the same partition</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">and I granted permissions</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">chmod 777 cache</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">or</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">chmod cache squid.squid</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;"><br></span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">no works</span></font></div><div><font face="Franklin Gothic Medium, sans-serif"><span style="font-size: 21.3333px;">I need help to put more capacity more directories</span></font></div></div><div><span style="font-size: 16pt; font-family: 'Franklin Gothic Medium', sans-serif;"><br></span></div><div><span style="font-size: 16pt; font-family: 'Franklin Gothic Medium', sans-serif;"><br></span></div><div><span style="font-size: 16pt; font-family: 'Franklin Gothic Medium', sans-serif;"><br></span></div><div><span style="font-size: 16pt; font-family: 'Franklin Gothic Medium', sans-serif;"><br></span></div><div><span style="font-size: 16pt; font-family: 'Franklin Gothic Medium', sans-serif;">the squid.conf</span></div><div><font face="Franklin Gothic Medium,sans-serif" size="4" style="font-size:16pt;" color="#000000"><br></font></div><div><font face="Franklin Gothic Medium,sans-serif" color="#000000"><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"># Recommended minimum configuration:</span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Example rule allowing access from your local networks.</span></div><div><span style="font-size: 21.3333px;"># Adapt to list your (internal) IP networks from where browsing</span></div><div><span style="font-size: 21.3333px;"># should be allowed</span></div><div><span style="font-size: 21.3333px;">acl localnet src 10.0.0.0/8 # RFC1918 possible internal network</span></div><div><span style="font-size: 21.3333px;">acl localnet src 172.16.0.0/12 # RFC1918 possible internal network</span></div><div><span style="font-size: 21.3333px;">acl localnet src 192.168.0.0/16 # RFC1918 possible internal network</span></div><div><span style="font-size: 21.3333px;">acl localnet src fc00::/7 # RFC 4193 local private network range</span></div><div><span style="font-size: 21.3333px;">acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">acl SSL_ports port 443</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 80 # http</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 21 # ftp</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 443 # https</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 70 # gopher</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 210 # wais</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 1025-65535 # unregistered ports</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 280 # http-mgmt</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 488 # gss-http</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 591 # filemaker</span></div><div><span style="font-size: 21.3333px;">acl Safe_ports port 777 # multiling http</span></div><div><span style="font-size: 21.3333px;">acl CONNECT method CONNECT</span></div><div><span style="font-size: 21.3333px;">acl PAGINASBLOQUEADAS url_regex -i porno abcde</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"># Recommended minimum Access Permission configuration:</span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"># Deny requests to certain unsafe ports</span></div><div><span style="font-size: 21.3333px;">http_access deny PAGINASBLOQUEADAS</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Deny CONNECT to other than secure SSL ports</span></div><div><span style="font-size: 21.3333px;">http_access deny !Safe_ports</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Only allow cachemgr access from localhost</span></div><div><span style="font-size: 21.3333px;">http_access deny CONNECT !SSL_ports</span></div><div><span style="font-size: 21.3333px;">http_access allow localhost manager</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># We strongly recommend the following be uncommented to protect innocent</span></div><div><span style="font-size: 21.3333px;"># web applications running on the proxy server who think the only</span></div><div><span style="font-size: 21.3333px;"># one who can access services on "localhost" is a local user</span></div><div><span style="font-size: 21.3333px;">#http_access deny to_localhost</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS</span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Example rule allowing access from your local networks.</span></div><div><span style="font-size: 21.3333px;"># Adapt localnet in the ACL section to list your (internal) IP networks</span></div><div><span style="font-size: 21.3333px;"># from where browsing should be allowed</span></div><div><span style="font-size: 21.3333px;">http_access allow manager</span></div><div><span style="font-size: 21.3333px;">http_access allow localnet</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># And finally deny all other access to this proxy</span></div><div><span style="font-size: 21.3333px;">http_access allow localhost</span></div><div><span style="font-size: 21.3333px;">http_access allow all</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Squid normally listens to port 3128</span></div><div><span style="font-size: 21.3333px;">http_port 3128 transparent</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Uncomment and adjust the following to add a disk cache directory.</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"># Leave coredumps in the first cache dir</span></div><div><span style="font-size: 21.3333px;">coredump_dir /var/spool/squid</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;"># Add any of your own refresh_pattern entries above these.</span></div><div><span style="font-size: 21.3333px;">#</span></div><div><span style="font-size: 21.3333px;">refresh_pattern ^ftp:<span class="Apple-tab-span" style="white-space:pre">         </span>1440<span class="Apple-tab-span" style="white-space:pre">        </span>20%<span class="Apple-tab-span" style="white-space:pre"> </span>10080</span></div><div><span style="font-size: 21.3333px;">refresh_pattern ^gopher:<span class="Apple-tab-span" style="white-space:pre">       </span>1440<span class="Apple-tab-span" style="white-space:pre">        </span>0%<span class="Apple-tab-span" style="white-space:pre">  </span>1440</span></div><div><span style="font-size: 21.3333px;">refresh_pattern -i (/cgi-bin/|\?) 0<span class="Apple-tab-span" style="white-space:pre">     </span>0%<span class="Apple-tab-span" style="white-space:pre">  </span>0</span></div><div><span style="font-size: 21.3333px;">refresh_pattern .<span class="Apple-tab-span" style="white-space:pre">          </span>0<span class="Apple-tab-span" style="white-space:pre">   </span>20%<span class="Apple-tab-span" style="white-space:pre"> </span>4320</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">#juan</span></div><div><span style="font-size: 21.3333px;">cache_mem 16384 MB</span></div><div><span style="font-size: 21.3333px;">#cache_replacement_policy heap LFUDA </span></div><div><span style="font-size: 21.3333px;">#El parámetro maximum_object_size define el tamaño máximo de los objetos que serán almacenados en el cache de disco</span></div><div><span style="font-size: 21.3333px;">maximum_object_size 200 MB</span></div><div><span style="font-size: 21.3333px;">cache_swap_low 90</span></div><div><span style="font-size: 21.3333px;">cache_swap_high 95</span></div><div><span style="font-size: 21.3333px;">#correo del administrador del cache</span></div><div><span style="font-size: 21.3333px;">cache_mgr ingenieria@conexiondigital.co</span></div><div><span style="font-size: 21.3333px;">cachemgr_passwd cache all</span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">#this work</span></div><div><span style="font-size: 21.3333px;">cache_dir aufs /var/spool/squid 40000 16 256 </span></div><div><span style="font-size: 21.3333px;">#this no work</span></div><div><span style="font-size: 21.3333px;">cache_dir aufs /var/spool/squid2 40000 16 256 </span></div><div><span style="font-size: 21.3333px;"><br></span></div><div><span style="font-size: 21.3333px;">cache_effective_user squid</span></div><div><span style="font-size: 21.3333px;">cache_effective_group squid</span></div><div style="font-size: 16pt;"><br></div></font><br><br><p align="center"><font color="#953734" size="6" face="Comic Sans MS"><br></font></p><p align="center"></p><div style="text-align:left;"><b style="font-size:10pt;text-align:-webkit-auto;"><i>Juan Ernesto Alfonso</i></b></div><b style="text-align:-webkit-auto;"><div style="text-align:left;"><b style="font-size:10pt;"><i>estudiante ingeniería electrónica</i></b></div><i><div style="text-align:left;"><b style="font-size:10pt;"><i>universidad distrital Francisco José de Caldas</i></b></div></i></b><BR><p align="center"><font color="#953734" size="6" face="Comic Sans MS"><img alt="" src="http://gfx2.hotmail.com/mail/w4/pr01/ltr/emoticons/smile_regular.gif" width="19" height="19">JUANCHO<img alt="" src="http://gfx2.hotmail.com/mail/w4/pr01/ltr/emoticons/smile_regular.gif" width="19" height="19"></font></p>
<p align="center"><font color="#953734" size="6" face="Comic Sans MS"><img alt="" src="http://gfx2.hotmail.com/mail/w4/pr01/ltr/emoticons/smile_baringteeth.gif" width="19" height="19"> NEMESIS <img alt="" src="http://gfx2.hotmail.com/mail/w4/pr01/ltr/emoticons/smile_baringteeth.gif" width="19" height="19"></font></p>
<p align="center"><font color="#953734" size="6" face="Comic Sans MS"><img alt="" src="http://gfx2.hotmail.com/mail/w4/pr01/ltr/emoticons/smile_shades.gif" width="19" height="19">KRAVEN<img alt="" src="http://gfx2.hotmail.com/mail/w4/pr01/ltr/emoticons/smile_party.gif" width="19" height="19"></font></p>
<div style="text-align:center;" align="center"><span style="font-size:10pt;"></span><font size="4"><font color="#000000" face="Arial"><font size="4"></font></font></font>
<p align="center"><font style="background-color:#95b3d7;font-size:12pt;" color="#0c0c0c" size="7" face="Franklin Gothic Medium">" si un día tienes que elegir entre el mundo y el amor...</font></p></div>
<p align="center"><font face="Franklin Gothic Medium"><font color="#0c0c0c"><font style="background-color:#95b3d7;"><font size="7"><font style="font-size:12pt;">recuerda:</font> </font></font></font></font></p>
<div><font style="background-color:#95b3d7;" color="#0c0c0c" size="7" face="Franklin Gothic Medium"></font></div>
<p align="center"><font face="Franklin Gothic Medium"><font color="#0c0c0c"><font style="background-color:#95b3d7;" size="5">si eliges el mundo quedarás sin amor, </font></font></font></p>
<div><font style="background-color:#95b3d7;" color="#0c0c0c" size="5" face="Franklin Gothic Medium"></font></div>
<p align="center"><font face="Franklin Gothic Medium"><font color="#0c0c0c"><font style="background-color:#95b3d7;" size="5">pero si eliges el amor, con él conquistarás al mundo" </font></font></font></p>
<div><font style="background-color:#95b3d7;" color="#0c0c0c" size="7" face="Franklin Gothic Medium"></font></div>
<p align="center"><font face="Franklin Gothic Medium"><font color="#0c0c0c"><font style="background-color:#95b3d7;"><font size="7"><font style="font-size:12pt;">albert einstein</font> </font></font></font></font></p>
<div><font style="background-color:#95b3d7;" color="#0c0c0c"></font></div>
<div><font style="background-color:#95b3d7;" color="#0c0c0c"></font></div>
<div><font size="4"><font face="Arial"><font style="background-color:#95b3d7;" color="#0c0c0c" size="4"></font></font></font></div><font size="4"><font face="Arial"><font face="Arial"></font></font></font>
<div><font size="4"><font face="Arial"><font style="font:10pt arial;color:black;" size="4"></font><font style="background-color:#95b3d7;" color="#0c0c0c"> </font></font></font></div></div>                                           </div></body>
</html>