When I hit the pound server, all I get is the Tomcat page. Here's my configuration in pound.cfg:
ListenHTTP
Address 10.10.10.79
port 80
## allow Put and Delete also (by default only GET,POST, and HEAD?)
xHTTP 0
Service
BackEnd
Address 10.10.10.89
port 8080
END
END
END
|