Hi,
Compiling Pound-2.5 from source on Debian Lenny, and running Pound gives me:
daemon.warn: Sep 2 10:02:06 pound: (b7aeeb90) connect_nb: error after getsockopt: Connection refused
daemon.warn: Sep 2 10:02:06 pound: (b7aeeb90) backend 127.0.0.1:5080 connect: Connection refused
daemon.notice: Sep 2 10:02:06 pound: (b7aeeb90) BackEnd 127.0.0.1:5080 dead (killed)
daemon.notice: Sep 2 10:02:06 pound: (b7aeeb90) e503 no back-end "GET / HTTP/1.1" from 192.168.1.114
daemon.notice: Sep 2 10:02:06 pound: (b7aeeb90) e503 no back-end "GET / HTTP/1.1" from 192.168.1.114
daemon.notice: Sep 2 10:02:08 pound: (b7aeeb90) e503 no back-end "GET / HTTP/1.1" from 192.168.1.114
with a very simple configuration as:
Listen HTTP
Address 192.168.1.126
Port 4080
Service
BackEnd
Address 127.0.0.1
Port 5080
End
End
End
By default there was no file under /usr/local/etc/pound.cfg, I had to make one under /etc/pound/ and then run pound -f /etc/pound/pound.cfg
However running 2.4.3-1 from Debian Lenny backports works perfectly fine with the same configuration as above.
Any reason why this would be so ?