[squid-users] login dialog pop up occurs every site embeed a frame

2016-03-30 Thread Jens Kallup
Hello, I have the following problem: when i serve the site: http://thejimmahknows.com/squid-proxy-splash-page-2/?doing_wp_cron=1459339456.8651709556579589843750 the authentication/squid ask me for user & password. That's all ok. But, when you look at the right, there is a frame with ads. And t

Re: [squid-users] squid4.07 - ale missing adapted httprequest object

2016-03-26 Thread Jens Kallup
Hello Amos, Thank You for the detail E-Mail. Jens -- . ."| /| / | _.._ . |/ |.-"". /| /\/ |__ | _.-"""// | _.-" /."| / ".__.-" " | \ | | | /_ _.

[squid-users] squid4.07 - ale missing adapted httprequest object

2016-03-25 Thread Jens Kallup
Hello Folks, I download the latest squid4.07 sources last night. I can compile it without erros. I have a optimized squid.conf - it works with squid3. But now, I get: ale missing adapted httprequest object ale missing url in the cache.log and sites where not block! Here is my squid.config, an

[squid-users] ffserver on remote server and ffmpeg on local

2015-12-12 Thread Jens Kallup
Hello, I have running a ffserver on remote machine without parameters - except #File: /etc/ffserver.conf Port 8090 # bind to all IPs aliased or not BindAddress 0.0.0.0 # max number of simultaneous clients MaxClients 1000 # max bandwidth per-client (kb/s) MaxBandwidth 1 # Suppress that if yo

Re: [squid-users] deny_info / url_rewrite_program

2015-12-01 Thread Jens Kallup
Hello, bellow, a Perl script that works for me - it redirect the URL in browser; when i type in "web.de" the result is "www.freenet.de". But the browser don't connect to www.freenet.de, he shows me a Error: redirect-error - this problem can be, when Cookies deactivated or denied. (iceweasel - fir

Re: [squid-users] deny_info / url_rewrite_program

2015-11-30 Thread Jens Kallup
Hi, next, the output, followed by the config snippet, the perl script is fixed, but don't work - squid shows only Error - Access Denied ... 2015/11/30 22:00:14.168 kid1| Process Roles: worker 2015/11/30 22:00:14.168 kid1| With 65536 file descriptors available 2015/11/30 22:00:14.168 kid1| Initia

[squid-users] deny_info / url_rewrite_program

2015-11-30 Thread Jens Kallup
Hello, I have try a "url_rewrite_program" that should redirect a page, that content is filtered / changed. I add 2 lines to config: url_rewrite_program /sap/squid/rewrite.pl #deny_info http://www.freenet.de !mysql_blocker both cases don't work. How can I fix that? Here the perl script: #!/usr/

[squid-users] How to block websites by string or substring

2015-11-22 Thread Jens Kallup
Hello, how can i block websites by name or regex? The block script does not block sites. I want my own helper, so I can customize some tasks. When I start the script in a shell, the file called "datei.txt" is append texted, if condition is set to OK. But squid gives some thing else what I am over

[squid-users] TCP_MISS/200

2015-11-17 Thread Jens Kallup
Hello, what means the log ouput TCP_MISS/200 ? Error in squid config? Jens ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

[squid-users] squid3.4.8 don't call external helpe :-(

2015-11-17 Thread Jens Kallup
Hello, I have following squid3.4.8.conf: http://pastebin.com/1gJQFfmM I have remove the comments in the file, and do a little bit changes; added acl and external helper. Else, the rest should be identical with the original example file that was included in install package. squid seems to start

Re: [squid-users] squid3.4 - MySQL, PHP script - block websites

2015-11-15 Thread Jens Kallup
Hello, Now, I use the follow script. But, it ends in endless search - web browser site search. #!/usr/bin/python import sys import time def grant (): sys.stdout.write( 'OK\n' ) def deny (): sys.stdout.write( 'ERR\n' ) while True: line = sys.stdin.readline() if (line.find(

[squid-users] squid3.4 - MySQL, PHP script - block websites

2015-11-13 Thread Jens Kallup
Hello, I have problems to block web sites listet in mysql database. When i start the script below, it works, but squid3.4 give me log output; 2015/11/14 01:27:40 kid1| helperHandleRead: unexpected read from blockscript #Hlpr0, 3 bytes 'OK how can i fix that problem ? Thanks in advice Jens