# This is a simple configuration example. # It sends all requests from port 80 to port 8080 on the same machine. ## see pound(8) for details # Start pound as User with Group User "_pound" Group "_pound" ## Logging: (goes to syslog by default) LogFacility daemon ## 0 no logging ## 1 normal (default) ## 2 extended (show chosen backend server as well) ## 3 Apache-style (Combined Log Format with Virtual Host) ## 4 Same as 3 but without the virtual host information ## 5 Same as 4 but with information about the Service and BackEnd used ## LogLevel can be overridden for specific listeners LogLevel 1 # Replace "localhost" by your IP or host name ListenHTTP Address localhost Port 80 Service HeadRequire "Host: .*localhost.*" BackEnd Address localhost Port 8080 End End End