151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
[server]
# force use of server always
# required yes
# Use http instead of direct filesystem access
transport http
# transport fs
# transport nmsg
synchronous 0
# If the server can't be started on this port it will try the next port until
# it succeeds
|
|
|
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
[server]
# force use of server always
# required yes
# Use http instead of direct filesystem access
# transport http
# transport fs
# transport nmsg
synchronous 0
# If the server can't be started on this port it will try the next port until
# it succeeds
|