Community Page
- patchlog.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- if it shows mailed by it means something is not working at the domainkeys level. Look at the message source if it has the signature in there maybe something's wrong with the DNS entries.
- When testing Gmail now says 'mailed-by:' rather than 'signed-by:' Fantastic guide though! Information on how to build custom debian packages is hard to come by and this couldn't...
- I patched the latest version of libdkim ( 1.10.19 ) with the 2 patched from above You can download the complete patched source from : http://dkim.moogly.nl/libdkim-1.0.19-patched.tgz more info for...
- Make sure mod_rewrite in .htacces or virtual hosts configuration works first. If you managed to have pligg friendly urls work then this should work too. Look into the module's configuration it...
- Hi Mihai, Thanks for what I expect will be a great module. Unfortunately, I'm getting the exact same results as adeel. You can see mine here...
Jump to original thread »
If you use authentication in squid you have several mechanisms ( authenticators ) to chose from. The Basic authenticator is the easiest to set up and the most insecure because the client sends the username and password in plain text to the proxy server.
Instead of using the basic you w ... Continue reading »
Instead of using the basic you w ... Continue reading »
1 year ago
my IE's ask for password all time ....
why ?
1 year ago
If it asks for your password all the time and no connection the the actual site you are trying to access works then it's most likely an authentication problem. Maybe your version of IE does not support digest authentication and in this case you should use basic authentication.
Is this working on firefox? If it is then it's clearly an IE problem.
1 year ago
acl authenticated proxy_pass REQUIRED</cite>"
proxy_pass" should beproxy_auth1 year ago