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

Return to bug 42465