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 WINROOT "c:/WINDOWS"
|
---|
17 | Define PHPROOT "/ms4w/Apache/cgi-bin/"
|
---|
18 |
|
---|
19 | FcgidInitialEnv PHPRC ${PHPROOT}
|
---|
20 | FcgidInitialEnv PATH "${PHPROOT};${WINROOT}/system32;${WINROOT};${WINROOT}/System32/Wbem;/ms4w/Apache/php/"
|
---|
21 |
|
---|
22 | FcgidInitialEnv SystemRoot ${WINROOT}
|
---|
23 | FcgidInitialEnv SystemDrive "/"
|
---|
24 | FcgidInitialEnv TEMP "${WINROOT}/TEMP"
|
---|
25 | FcgidInitialEnv TMP "${WINROOT}/TEMP"
|
---|
26 | FcgidInitialEnv windir ${WINROOT}
|
---|
27 |
|
---|
28 | FcgidPassHeader Authorization
|
---|
29 | FcgidIOTimeout 1200
|
---|
30 | FcgidConnectTimeout 1200
|
---|
31 | FcgidBusyScanInterval 1200
|
---|
32 | FcgidBusyTimeout 1200
|
---|
33 | FcgidErrorScanInterval 1200
|
---|
34 | FcgidIdleScanInterval 1200
|
---|
35 | FcgidIdleTimeout 1200
|
---|
36 | FcgidZombieScanInterval 1200
|
---|
37 | FcgidMaxProcesses 1000
|
---|
38 | FcgidOutputBufferSize 64
|
---|
39 | FcgidProcessLifeTime 3600
|
---|
40 | FcgidMaxRequestsPerProcess 10000
|
---|
41 | FcgidMinProcessesPerClass 0
|
---|
42 | FcgidFixPathinfo 0
|
---|
43 | MaxRequestLen 200000
|
---|
44 |
|
---|
45 | FcgidWrapper "/ms4w/Apache/cgi-bin/php-cgi.exe" .php
|
---|
46 |
|
---|