Plugin Directory

Changeset 1927866


Ignore:
Timestamp:
08/21/2018 09:20:27 AM (8 years ago)
Author:
pdtasktrack
Message:

changed readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • backupsavvychild/trunk/readme.txt

    r1927854 r1927866  
    4343 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:
    4444
    45  <fastCgi>
    46      <application fullPath = "C:\php\php-cgi.exe" arguments = ""
     45 &lt;fastCgi&gt;
     46     &lt;application fullPath = "C:\php\php-cgi.exe" arguments = ""
    4747         monitorChangesTo = "" stderrMode = "ReturnStdErrIn500" maxInstances = "4"
    4848         idleTimeout = "300" activityTimeout = "80" requestTimeout = "1000"
    4949         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"&gt;
     51         &lt;environmentVariables&gt;
     52             &lt;environmentVariable name="PHP_MAX_REQUESTS" value="5000" /&gt;
     53         &lt;/environmentVariables&gt;
     54     &lt;/application&gt;
     55 &lt;/fastCgi&gt;
Note: See TracChangeset for help on using the changeset viewer.