Re: [squid-users] update an objects in Squid

2015-04-18 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 18.04.15 17:27, Ali Raza пишет: t there is a problem I can't figure out. I set up squid proxy on my linux machine and want to work it as dumb proxy except two features. 1- It should allow me to delete objects of my choice (that I can do

[squid-users] adding objects in squid cache

2015-04-18 Thread Ali Raza
Here is the example what i want to do: say there was a file in cache, index.html I have an other index.html in my computer and I want to replace the index.html in cache with my index.html including headers in computer. Thansk alot :( ___ squid-users

[squid-users] update an objects in Squid

2015-04-18 Thread Ali Raza
t there is a problem I can't figure out. I set up squid proxy on my linux machine and want to work it as dumb proxy except two features. 1- It should allow me to delete objects of my choice (that I can do using PURGE thing using squid-client) 2- It should allow me to add objects manually for

Re: [squid-users] how to realize (external_acl_type) logout without squid -k reconfigure

2015-04-18 Thread Alberto Perez
Hi, john To be able to make the logout action instantly effective you should change your external acl ttl to a lower value, for example 3, in which case logout will be effective after 3 sec (reasonable value I think). You should also worry about performance of credentials check because squid will

Re: [squid-users] update an objects in Squid

2015-04-18 Thread Ali Raza
t there is a problem I can't figure out. I set up squid proxy on my linux machine and want to work it as dumb proxy except two features. 1- It should allow me to delete objects of my choice (that I can do using PURGE thing using squid-client) 2- It should allow me to add objects manually for

Re: [squid-users] adding objects in squid cache

2015-04-18 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don't think so. Simplified: Squid cache store objects in disk cache with hash value as an index. To replace object you need completely re-calculate hash, because of new object become different. This can be do with Squid itself with normal

[squid-users] keep data after format

2015-04-18 Thread HackXBack
if i want to format my system squid box [debian7] and install fresh system, and i have 4 hdd data of old cached files, and i want to keep them, formating the system and installing fresh one will make loss of data ? and how to keep them ...? Thanks .. -- View this message in context:

Re: [squid-users] assertion failed: comm.cc:178: fd_table[conn-fd].halfClosedReader != NULL

2015-04-18 Thread HackXBack
[New LWP 20933] [New LWP 20907] [New LWP 20918] [New LWP 20922] warning: Can't read pathname for load map: Input/output error. [Thread debugging using libthread_db enabled] Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1. Core was generated by `(squid-1) -YC -f

Re: [squid-users] assertion failed: comm.cc:178: fd_table[conn-fd].halfClosedReader != NULL

2015-04-18 Thread Nathan Hoad
As I mentioned earlier, this hasn't worked the because the debug symbols you're running gdb against don't quite match the binary in which the crash occurred. I would check the version of the debug symbols you're running gdb against versus the version of the squid binary that was installed. These