blob: 8816378e71076d8eaf89e1a3576b2a438637fe40 (
plain) (
blame)
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
40
41
42
|
*** etc/web2ldap/web2ldapcnf/standalone.py.orig Wed Dec 20 15:09:50 2000
--- etc/web2ldap/web2ldapcnf/standalone.py Fri Jan 12 00:12:39 2001
***************
*** 6,12 ****
"""
# User account name to setuid after being started as root
! run_username = 'wwwrun'
# Contact mail address of the server admin when running stand-alone
server_admin = 'admin@web2ldap.de'
--- 6,12 ----
"""
# User account name to setuid after being started as root
! run_username = 'nobody'
# Contact mail address of the server admin when running stand-alone
server_admin = 'admin@web2ldap.de'
***************
*** 36,45 ****
debug_log = '/var/log/web2ldap/debug_log'
# Where static documents reside
! document_root = '/usr/lib/web2ldap/htdocs/'
# Path name of mime.types file
! mime_types = '/etc/mime.types'
########################################################################
# SSL-options for running as stand-alone web server
--- 36,45 ----
debug_log = '/var/log/web2ldap/debug_log'
# Where static documents reside
! document_root = '/usr/local/web2ldap/htdocs/'
# Path name of mime.types file
! mime_types = '/usr/local/web2ldap/etc/mime.types'
########################################################################
# SSL-options for running as stand-alone web server
|