blob: 324c6e0c23ef2a8a65bb556ee046ca58e856ad14 (
plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# /etc/conf.d/sogod: config file for /etc/init.d/sogod
# Options for SOGo
SOGOD_OPTS=""
# Enable all or a subset of the options below to run
# SOGo with additional debug options
###
#SOGOD_OPTS="${SOGOD_OPTS} -DAVParserDebugProp YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SOGoDebugLeaks YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SOGoDebugRequests YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SOGoUIxDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoClassRegistryDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoDebugKeyLookup YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoDebugProductLoading YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoDebugProductRegistry YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoDebugRequestClassification YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoDebugTraversal YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSDebugAuthLookup YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSDebugFactory YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSDebugNegotiate YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSDebugPlistObject YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSDebugRestore YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSResourceManagerDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoOFSWebMethodDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjCClassDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjectDAVDispatcherDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjectDataSourceDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjectMethodDispatcherDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjectRequestHandlerDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjectSOAPDispatcherDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoObjectXmlRpcDispatcherDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoPageInvocationDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoProductResourceManagerDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoRendererDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoSecurityManagerDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugActions YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugComponentAwake YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugComponentDefinition YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugComponentLookup YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugCursor YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugHttpTransaction YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugKeyPathAssociation YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugResourceLookup YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugStaticLinkProcessing YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugTakeValues YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebugZipResponse YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WODebuggingEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WOPageRequestHandlerDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WOResourceURLAssociationDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WOSimpleHTTPParserDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WOSimpleHTTPParserHeavyDebugEnabled YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WOxComponentElemBuilderDebugEnabled YES"
# Additional useful things for debugging
#SOGOD_OPTS="${SOGOD_OPTS} -SoLogSecurityDeclarations YES"
#SOGOD_OPTS="${SOGOD_OPTS} -SoRedirectToDefaultMethods YES"
#SOGOD_OPTS="${SOGOD_OPTS} -WOIsRedirectionEnabled YES"
|