Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044581
en ru br
Репозитории ALT
S:4.9-alt1
5.1: 2.4.5-alt1
4.1: 2.4.1-alt1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: pound

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   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

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin