17 lines
640 B
XML
17 lines
640 B
XML
<service>
|
|
<id>MatabPHPCgi</id>
|
|
<name>Matab Panel PHP FastCGI</name>
|
|
<description>Matab Panel PHP-CGI FastCGI on port 9001</description>
|
|
<executable>%BASE%\php\php-cgi.exe</executable>
|
|
<arguments>-b 127.0.0.1:9001</arguments>
|
|
<startmode>Automatic</startmode>
|
|
<workingdirectory>%BASE%\..</workingdirectory>
|
|
<env name="PHP_FCGI_CHILDREN" value="8"/>
|
|
<env name="PHP_FCGI_MAX_REQUESTS" value="1000"/>
|
|
<depend>Tcpip</depend>
|
|
<log mode="none"/>
|
|
<onfailure action="restart" delay="10 sec"/>
|
|
<onfailure action="restart" delay="20 sec"/>
|
|
<onfailure action="restart" delay="30 sec"/>
|
|
</service>
|