I have 8.2 RC2 running well on a Dell E520.
However, I've been trying to get Squid working in this OS with no success yet.
I installed squid from ports and chose the pf option in the compilation. In my latest attempt to get it to function, I used the squid.conf file from herethis BSD guide and I made no changes whatsoever to the file as given (other than to correct a small syntax error in line 4).
However, after configuring Firefox to connect to proxy.mydomain.conf:3128, it is unable to open http://www.google.com and continues trying to connect for ever.
In the Midori browser, similarly configured, it quickly errors out when seeking the same website and gives the message that it's unable to connect to proxy.yourdomain.com.
All of the entries in the access.log are TCP_MISS/200 errors.
Here's a typical entry:
Interestingly, the very same error is highlighted in the second comment to the BSD guide (linked above) from where I took the squid.conf file. However, no solution was offered.
Can anybody suggest how to overcome this?
However, I've been trying to get Squid working in this OS with no success yet.
I installed squid from ports and chose the pf option in the compilation. In my latest attempt to get it to function, I used the squid.conf file from herethis BSD guide and I made no changes whatsoever to the file as given (other than to correct a small syntax error in line 4).
However, after configuring Firefox to connect to proxy.mydomain.conf:3128, it is unable to open http://www.google.com and continues trying to connect for ever.
In the Midori browser, similarly configured, it quickly errors out when seeking the same website and gives the message that it's unable to connect to proxy.yourdomain.com.
All of the entries in the access.log are TCP_MISS/200 errors.
Here's a typical entry:
Code:
1295910162.896 246 127.0.0.1 TCP_MISS/200 164842 GET http://safebrowsing-
cache.google.com/safebrowsing/rd/ChNnb29nLW1hbHdhcmUtc2hhdmFyEAAYwe0BIIDwATItwXYAAP____v___d93____vf7_f___v_7__________________________8A -
DIRECT/74.125.79.101 application/vnd.google.safebrowsing-chunk
Can anybody suggest how to overcome this?