apache2 forward proxy requesting invalid IP address 1.0.0.0
I tried to configured apache2 as a vanilla forward proxy server. It seems to be trying to request pages from the real site on the internet but according to the error.log file it always requests a connection to 1.0.0.0:80, which times out, although the name of the real site is also in the error message.
apache2 forward proxy requesting invalid IP address 1.0.0.0
Yes, normal web browsing that bypasses the proxy server and goes directly to the internet correctly fetches pages.
apache2 forward proxy requesting invalid IP address 1.0.0.0
Changing the /etc/resolve.conf to use some other nameservers corrected the problem. There have been problems with the default nameservers from this ISP before. What actually showed that this was the problem area was that I added a few hardcoded IP addresses for websites into /etc/hosts and those sites worked perfectly fine.
Thanks for the help.