Last change
on this file since 875 was
617,
checked in by david, 10 years ago
|
commit of partial async queue process management
|
File size:
1.6 KB
|
Line | |
---|
1 | [server] |
---|
2 | req_worker=1 |
---|
3 | async_worker=1 |
---|
4 | max_requests=200 |
---|
5 | listen=/tmp/zoo.sock |
---|
6 | listen_queue=200 |
---|
7 | listen_owner=81 |
---|
8 | listen_group=81 |
---|
9 | listen_mode=0660 |
---|
10 | uid=65534 |
---|
11 | gid=65534 |
---|
12 | rootDir=/var/www/zoo-wps/cgi-bin |
---|
13 | |
---|
14 | [rabbitmq] |
---|
15 | host=192.168.1.167 |
---|
16 | port=5672 |
---|
17 | user=david |
---|
18 | passwd=pass |
---|
19 | exchange=amq.direct |
---|
20 | routingkey=zoo |
---|
21 | queue=zoo_service_queue |
---|
22 | |
---|
23 | |
---|
24 | [status] |
---|
25 | driver=mysql |
---|
26 | user=david |
---|
27 | passwd=pass |
---|
28 | bdd=zoo_status |
---|
29 | host=127.0.0.1 |
---|
30 | port=3306 |
---|
31 | |
---|
32 | [headers] |
---|
33 | X-Powered-By=ZOO-Project@MapMint |
---|
34 | |
---|
35 | [identification] |
---|
36 | keywords=WPS,GIS,buffer,MapMint,ZOO-Project |
---|
37 | title=ZOO-Project WPS Production Server |
---|
38 | abstract=Development version of ZooWPS. See http://www.zoo-project.org |
---|
39 | accessConstraints=none |
---|
40 | fees=None |
---|
41 | |
---|
42 | [provider] |
---|
43 | positionName=Developer |
---|
44 | providerName=GeoLabs SARL |
---|
45 | addressAdministrativeArea=False |
---|
46 | addressDeliveryPoint=1280, avenue des Platanes |
---|
47 | addressCountry=fr |
---|
48 | phoneVoice=+33 4 67 43 09 95 |
---|
49 | addressPostalCode=34970 |
---|
50 | role=Dev |
---|
51 | providerSite=http://www.geolabs.fr |
---|
52 | phoneFacsimile=False |
---|
53 | addressElectronicMailAddress=gerald@geolabs.fr |
---|
54 | addressCity=Lattes |
---|
55 | individualName=Gerald FENOY |
---|
56 | |
---|
57 | [main] |
---|
58 | encoding=utf-8 |
---|
59 | isTrial=true |
---|
60 | dataPath=/Users/djay/Sites/data |
---|
61 | tmpPath=/tmp/ |
---|
62 | supportedDbs=PostGIS,MySQL,WFS |
---|
63 | cacheDir=/tmp/ |
---|
64 | rootUrl=/~djay/mm-np/public/ |
---|
65 | publicationUrl=/~djay/pm-np/ |
---|
66 | dblink=/Users/djay/Sites/mm.db |
---|
67 | sessPath=/Users/djay/Sites/tmp |
---|
68 | version=1.0.0 |
---|
69 | dbuser=npdb |
---|
70 | dcount=3 |
---|
71 | dbuserName=np |
---|
72 | 3D=false |
---|
73 | Rpy2=true |
---|
74 | applicationAddress=http://127.0.0.1/~djay/mm-np/ |
---|
75 | publicationPath=/Users/djay/Sites/pm-np/ |
---|
76 | serverAddress=http://127.0.0.1 |
---|
77 | lang=fr-FR,en-US,ja-JP |
---|
78 | tmpUrl=http://127.0.0.1/~djay/tmp/ |
---|
79 | templatesAddress=http://127.0.0.1/~djay/pm-np/tmpl/ |
---|
80 | jsCache=dev |
---|
81 | cssCache=prod |
---|
82 | cookiePrefix=MMID |
---|
83 | |
---|
Note: See
TracBrowser
for help on using the repository browser.