1 | Alias /mapbender/ "/ms4w/apps/mapbender-starter-v3.2.2/web/"
|
---|
2 |
|
---|
3 | <Directory "/ms4w/apps/mapbender-starter-v3.2.2/web/">
|
---|
4 | Options MultiViews FollowSymLinks ExecCGI
|
---|
5 | DirectoryIndex app.php
|
---|
6 | Require all granted
|
---|
7 |
|
---|
8 | RewriteEngine On
|
---|
9 | RewriteBase /mapbender/
|
---|
10 | RewriteCond %{REQUEST_FILENAME} !-f
|
---|
11 | RewriteRule ^(.*)$ app.php [QSA,L]
|
---|
12 |
|
---|
13 | AddHandler fcgid-script .php
|
---|
14 | </Directory>
|
---|
15 |
|
---|
16 | Define PHPROOT "/ms4w/Apache/cgi-bin/"
|
---|
17 | FcgidInitialEnv PHPRC ${PHPROOT}
|
---|
18 |
|
---|
19 | FcgidInitialEnv TEMP "/ms4w/tmp/"
|
---|
20 | FcgidInitialEnv TMP "/ms4w/tmp/"
|
---|
21 |
|
---|
22 | FcgidPassHeader Authorization
|
---|
23 | FcgidIOTimeout 1200
|
---|
24 | FcgidConnectTimeout 1200
|
---|
25 | FcgidBusyScanInterval 1200
|
---|
26 | FcgidBusyTimeout 1200
|
---|
27 | FcgidErrorScanInterval 1200
|
---|
28 | FcgidIdleScanInterval 1200
|
---|
29 | FcgidIdleTimeout 1200
|
---|
30 | FcgidZombieScanInterval 1200
|
---|
31 | FcgidMaxProcesses 1000
|
---|
32 | FcgidOutputBufferSize 64
|
---|
33 | FcgidProcessLifeTime 3600
|
---|
34 | FcgidMaxRequestsPerProcess 10000
|
---|
35 | FcgidMinProcessesPerClass 0
|
---|
36 | FcgidFixPathinfo 0
|
---|
37 | MaxRequestLen 200000
|
---|
38 |
|
---|
39 | FcgidWrapper "/ms4w/Apache/cgi-bin/php-cgi.exe" .php
|
---|
40 |
|
---|