blob: a5e6818c39e1832b2653e3e0d4aaa6fa4cfb889a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** etc/web2ldap/web2ldapcnf/standalone.py.orig Wed Mar 20 16:02:37 2002
--- etc/web2ldap/web2ldapcnf/standalone.py Wed Mar 20 16:03:08 2002
***************
*** 48,54 ****
document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
# Path name of mime.types file
! mime_types = '/etc/mime.types'
# Listing of directory content (0=disabled, 1=enabled)
dir_listing_allowed = 0
--- 48,54 ----
document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
# Path name of mime.types file
! mime_types = '/usr/local/web2ldap/etc/mime.types'
# Listing of directory content (0=disabled, 1=enabled)
dir_listing_allowed = 0
|