| 1 | Index: configs/debian/apache/fcgid_ispcp.conf |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- configs/debian/apache/fcgid_ispcp.conf (revision 2731) |
|---|
| 4 | +++ configs/debian/apache/fcgid_ispcp.conf (working copy) |
|---|
| 5 | @@ -25,22 +25,22 @@ |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | <IfModule mod_fcgid.c> |
|---|
| 9 | - AddHandler fcgid-script .php .php{PHP_VERSION} |
|---|
| 10 | - SocketPath /var/lib/apache2/fcgid/sock |
|---|
| 11 | - IdleTimeout 600 |
|---|
| 12 | - IdleScanInterval 120 |
|---|
| 13 | - BusyTimeout 300 |
|---|
| 14 | - BusyScanInterval 120 |
|---|
| 15 | - ErrorScanInterval 3 |
|---|
| 16 | - ZombieScanInterval 3 |
|---|
| 17 | - ProcessLifeTime 900 |
|---|
| 18 | - SpawnScoreUpLimit 10 |
|---|
| 19 | - SpawnScore 1 |
|---|
| 20 | - TerminationScore 2 |
|---|
| 21 | - MaxProcessCount 200 |
|---|
| 22 | - DefaultMaxClassProcessCount 10 |
|---|
| 23 | - DefaultMinClassProcessCount 1 |
|---|
| 24 | - IPCConnectTimeout 900 |
|---|
| 25 | - IPCCommTimeout 900 |
|---|
| 26 | - MaxRequestsPerProcess 500 |
|---|
| 27 | -</IfModule> |
|---|
| 28 | + AddHandler fcgid-script .php .php5 |
|---|
| 29 | + FcgidIPCDir /var/lib/apache2/fcgid/sock |
|---|
| 30 | + FcgidIdleTimeout 600 |
|---|
| 31 | + FcgidIdleScanInterval 120 |
|---|
| 32 | + FcgidBusyTimeout 300 |
|---|
| 33 | + FcgidBusyScanInterval 120 |
|---|
| 34 | + FcgidErrorScanInterval 3 |
|---|
| 35 | + FcgidZombieScanInterval 3 |
|---|
| 36 | + FcgidProcessLifeTime 900 |
|---|
| 37 | + FcgidSpawnScoreUpLimit 10 |
|---|
| 38 | + FcgidSpawnScore 1 |
|---|
| 39 | + FcgidTerminationScore 2 |
|---|
| 40 | + FcgidMaxProcesses 200 |
|---|
| 41 | + FcgidMaxProcessesPerClass 10 |
|---|
| 42 | + FcgidMinProcessesPerClass 1 |
|---|
| 43 | + FcgidConnectTimeout 900 |
|---|
| 44 | + FcgidIOTimeout 900 |
|---|
| 45 | + FcgidMaxRequestsPerProcess 500 |
|---|
| 46 | +</IfModule> |
|---|
| 47 | \ No newline at end of file |
|---|