Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866748
en ru br
ALT Linux repos
S:4.9-alt1
5.0: 2.4.3-alt1.1
4.1: 2.4.1-alt1

Group :: System/Servers
RPM: pound

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# 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

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin