Last change
on this file since 613 was
553,
checked in by david, 10 years ago
|
- change user privileges
- add new parameters in main.cfg
|
File size:
1.4 KB
|
Line | |
---|
1 | [server] |
---|
2 | req_worker=10 |
---|
3 | async_worker=10 |
---|
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 | [headers] |
---|
15 | X-Powered-By=ZOO-Project@MapMint |
---|
16 | |
---|
17 | [identification] |
---|
18 | keywords=WPS,GIS,buffer,MapMint,ZOO-Project |
---|
19 | title=ZOO-Project WPS Production Server |
---|
20 | abstract=Development version of ZooWPS. See http://www.zoo-project.org |
---|
21 | accessConstraints=none |
---|
22 | fees=None |
---|
23 | |
---|
24 | [provider] |
---|
25 | positionName=Developer |
---|
26 | providerName=GeoLabs SARL |
---|
27 | addressAdministrativeArea=False |
---|
28 | addressDeliveryPoint=1280, avenue des Platanes |
---|
29 | addressCountry=fr |
---|
30 | phoneVoice=+33 4 67 43 09 95 |
---|
31 | addressPostalCode=34970 |
---|
32 | role=Dev |
---|
33 | providerSite=http://www.geolabs.fr |
---|
34 | phoneFacsimile=False |
---|
35 | addressElectronicMailAddress=gerald@geolabs.fr |
---|
36 | addressCity=Lattes |
---|
37 | individualName=Gerald FENOY |
---|
38 | |
---|
39 | [main] |
---|
40 | encoding=utf-8 |
---|
41 | isTrial=true |
---|
42 | dataPath=/Users/djay/Sites/data |
---|
43 | tmpPath=/tmp/ |
---|
44 | supportedDbs=PostGIS,MySQL,WFS |
---|
45 | cacheDir=/tmp/ |
---|
46 | rootUrl=/~djay/mm-np/public/ |
---|
47 | publicationUrl=/~djay/pm-np/ |
---|
48 | dblink=/Users/djay/Sites/mm.db |
---|
49 | sessPath=/Users/djay/Sites/tmp |
---|
50 | version=1.0.0 |
---|
51 | dbuser=npdb |
---|
52 | dcount=3 |
---|
53 | dbuserName=np |
---|
54 | 3D=false |
---|
55 | Rpy2=true |
---|
56 | applicationAddress=http://127.0.0.1/~djay/mm-np/ |
---|
57 | publicationPath=/Users/djay/Sites/pm-np/ |
---|
58 | serverAddress=http://127.0.0.1 |
---|
59 | lang=fr-FR,en-US,ja-JP |
---|
60 | tmpUrl=http://127.0.0.1/~djay/tmp/ |
---|
61 | templatesAddress=http://127.0.0.1/~djay/pm-np/tmpl/ |
---|
62 | jsCache=dev |
---|
63 | cssCache=prod |
---|
64 | cookiePrefix=MMID |
---|
65 | |
---|
Note: See
TracBrowser
for help on using the repository browser.