File: httpd.conf.in

package info (click to toggle)
libnet-ident-perl 1.20-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 152 kB
  • ctags: 20
  • sloc: perl: 832; makefile: 42
file content (39 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
ServerType standalone
ServerRoot $orig_apache_root

PidFile $apache_root/logs/httpd.pid
LockFile $apache_root/logs/httpd.lock
ScoreBoardFile $apache_root/logs/httpd.scoreboard
ResourceConfig $apache_root/conf/srm.conf
AccessConfig $apache_root/conf/access.conf
TypesConfig $apache_root/conf/mime.types

Timeout 300
KeepAlive On
MaxKeepAliveRequests 10
KeepAliveTimeout 15
MinSpareServers 1
MaxSpareServers 2
StartServers 1
MaxClients 5
MaxRequestsPerChild 50

$LoadModule

Port $port

$usergroup

HostnameLookups Off

ErrorLog $apache_root/logs/error_log

$ifversion1.3{
LogLevel debug
LogFormat "%h %l %u %t \\"%r\\" %>s %b \\"%{Referer}i\\" \\"%{User-Agent}i\\"" combined
CustomLog $apache_root/logs/access_log combined

ServerSignature On
}{
TransferLog $apache_root/logs/access_log
}