Changeset 1927866
- Timestamp:
- 08/21/2018 09:20:27 AM (8 years ago)
- File:
-
- 1 edited
-
backupsavvychild/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
backupsavvychild/trunk/readme.txt
r1927854 r1927866 43 43 4) Find and change the activityTimeout to 80 (or more if it's possible in the server configuration of yours). It should be something like in this example: 44 44 45 <fastCgi>46 <application fullPath = "C:\php\php-cgi.exe" arguments = ""45 <fastCgi> 46 <application fullPath = "C:\php\php-cgi.exe" arguments = "" 47 47 monitorChangesTo = "" stderrMode = "ReturnStdErrIn500" maxInstances = "4" 48 48 idleTimeout = "300" activityTimeout = "80" requestTimeout = "1000" 49 49 instanceMaxRequests = "10000" protocol = "NamedPipe" queueLength = "1000" 50 flushNamedPipe = "false" rapidFailsPerMinute = "10" >51 <environmentVariables>52 <environmentVariable name="PHP_MAX_REQUESTS" value="5000" />53 </environmentVariables>54 </application>55 </fastCgi>50 flushNamedPipe = "false" rapidFailsPerMinute = "10"> 51 <environmentVariables> 52 <environmentVariable name="PHP_MAX_REQUESTS" value="5000" /> 53 </environmentVariables> 54 </application> 55 </fastCgi>
Note: See TracChangeset
for help on using the changeset viewer.