Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 42465 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/spool/sql/ini/WebAgent75.ini (+202 lines)
Line 0 Link Here
1
[HTTP]
2
Browsable=0
3
DefaultDocument=index.html
4
DocumentRoot=/opt/sdb/programs/Documents
5
enableWebDAV=1
6
LogDirectory=/opt/sdb/programs/log
7
LogRequests=1
8
MaxThreads=10
9
MimeTypeFile=/opt/sdb/programs/config/mime.types
10
Port=9999
11
12
[BIT32\COMServices]
13
[BIT64\COMServices]
14
15
[BIT32\Global]
16
LogFile=/opt/sdb/programs/log/wa32.log
17
ConfLogFile=/opt/sdb/programs/log/waconf32.log
18
logWithInfo=0
19
20
[BIT64\Global]
21
LogFile=/opt/sdb/programs/log/wa64.log
22
ConfLogFile=/opt/sdb/programs/log/waconf64.log
23
logWithInfo=0
24
25
[BIT32\Resources]
26
documentRoot=/opt/sdb/programs/Documents/WARoot
27
MIMETypes=/opt/sdb/programs/config/mime.types
28
29
[BIT32\GeneralSettings]
30
developerMode=1
31
AdminUserName=admin
32
AdminUserPassword=init
33
34
[BIT64\Resources]
35
documentRoot=/opt/sdb/programs/Documents/WARoot
36
MIMETypes=/opt/sdb/programs/config/mime.types
37
38
[BIT64\GeneralSettings]
39
developerMode=1
40
AdminUserName=admin
41
AdminUserPassword=init
42
43
[BIT32\Services]
44
45
[BIT64\Services]
46
47
[BIT32\Services\waecho]
48
ExitFunction=wd83Exit
49
InitFunction=wd83Init
50
Library=/opt/sdb/programs/lib/waecho.so
51
LibraryType=C
52
LogFile=/opt/sdb/programs/log/waecho32.log
53
ServiceFunction=wd83Service
54
ServiceName=waecho
55
SessionPool=
56
serviceStart=1
57
useFastCGIForCookiePath=1
58
withSSL=0
59
sslURL=
60
webSessionTimeout=0
61
62
[BIT64\Services\waecho]
63
ExitFunction=wd83Exit
64
InitFunction=wd83Init
65
Library=/opt/sdb/programs/lib/lib64/waecho.so
66
LibraryType=C
67
LogFile=/opt/sdb/programs/log/waecho64.log
68
ServiceFunction=wd83Service
69
ServiceName=waecho
70
SessionPool=
71
serviceStart=1
72
useFastCGIForCookiePath=1
73
withSSL=0
74
sslURL=
75
webSessionTimeout=0
76
77
[BIT32\Services\websql]
78
ExitFunction=WebSQLExit
79
InitFunction=WebSQLInit
80
Library=/opt/sdb/programs/lib/websql.so
81
LibraryType=CPP
82
LogFile=/opt/sdb/programs/log/websql32.log
83
ServiceFunction=WebSQLService
84
ServiceName=websql
85
SessionPool=
86
withSSL=0
87
sslURL=https://your-server/websql
88
webSessionTimeout=3200
89
serviceStart=1
90
useFastCGIForCookiePath=0
91
connectionPoolTimeout=3200
92
93
94
[BIT64\Services\websql]
95
ExitFunction=WebSQLExit
96
InitFunction=WebSQLInit
97
Library=/opt/sdb/programs/lib/lib64/websql.so
98
LibraryType=CPP
99
LogFile=/opt/sdb/programs/log/websql64.log
100
ServiceFunction=WebSQLService
101
ServiceName=websql
102
SessionPool=
103
withSSL=0
104
sslURL=https://your-server/websql
105
webSessionTimeout=3200
106
serviceStart=1
107
useFastCGIForCookiePath=0
108
connectionPoolTimeout=3200
109
odbcDriver=SAP DB 7.3
110
111
112
[BIT32\Services\webdbm]
113
ExitFunction=DBMWeb_Service_Exit
114
InitFunction=DBMWeb_Service_Init
115
Library=/opt/sdb/programs/lib/webdbm.so
116
LibraryType=CPP
117
LogFile=/opt/sdb/programs/log/webdbm32.log
118
ServiceFunction=DBMWeb_Service_Service
119
ServiceName=webdbm
120
SessionPool=
121
serviceStart=1
122
useFastCGIForCookiePath=0
123
withSSL=0
124
sslURL=
125
webSessionTimeout=0
126
127
128
[BIT64\Services\webdbm]
129
ExitFunction=DBMWeb_Service_Exit
130
InitFunction=DBMWeb_Service_Init
131
Library=/opt/sdb/programs/lib/lib64/webdbm.so
132
LibraryType=CPP
133
LogFile=/opt/sdb/programs/log/webdbm64.log
134
ServiceFunction=DBMWeb_Service_Service
135
ServiceName=webdbm
136
SessionPool=
137
serviceStart=1
138
useFastCGIForCookiePath=0
139
withSSL=0
140
sslURL=
141
webSessionTimeout=0
142
143
[BIT32\Services\webdav]
144
ExitFunction=WDVHandlerExit
145
InitFunction=WDVHandlerInit
146
Library=/opt/sdb/programs/lib/libwdvhandler.so
147
LibraryType=C
148
LogFile=/opt/sdb/programs/log/webdav32.log
149
ServiceFunction=WDVHandlerService
150
ServiceName=WebDAV
151
SessionPool=
152
serviceStart=1
153
useFastCGIForCookiePath=0
154
withSSL=0
155
sslURL=
156
webSessionTimeout=0
157
IDXSearchLib=/opt/sdb/programs/lib/sapdbxis
158
159
160
[BIT64\Services\webdav]
161
ExitFunction=WDVHandlerExit
162
InitFunction=WDVHandlerInit
163
Library=/opt/sdb/programs/lib/lib64/libwdvhandler.so
164
LibraryType=C
165
LogFile=/opt/sdb/programs/log/webdav64.log
166
ServiceFunction=WDVHandlerService
167
ServiceName=webdav
168
SessionPool=
169
serviceStart=1
170
useFastCGIForCookiePath=0
171
withSSL=0
172
sslURL=
173
webSessionTimeout=0
174
IDXSearchLib=/opt/sdb/programs/lib/lib64/sapdbxis
175
176
[BIT32\SessionPools]
177
178
[BIT64\SessionPools]
179
180
[BIT32\SessionPools\WebDAV]
181
serverDB=YourServerDB
182
serverNode=YourServerNode
183
userId=Your SYSDBA
184
password=Your SYSDBA Password
185
datasource=
186
driver=SAP DB
187
autocommit=Off
188
poolType=ODBC
189
poolSize=10
190
sqlTraceFilename=
191
192
[BIT64\SessionPools\WebDAV]
193
serverDB=YourServerDB
194
serverNode=YourServerNode
195
userId=Your SYSDBA
196
password=Your SYSDBA Password
197
datasource=
198
driver=SAP DB
199
autocommit=Off
200
poolType=ODBC
201
poolSize=10
202
sqlTraceFilename=

Return to bug 42465