Quantcast
Channel: Nginx Forum - Other discussion
Viewing all articles
Browse latest Browse all 972

Re: Windows php cgi perfomance

$
0
0
But why its time out ? Site is on testing and i am the only user.. Cgi cache is turned off for now

Currently i have 1 php service using that config

<service>
<id>php2</id>
<name>php2</name>
<description>php2</description>

<executable>D:\Server\php_nginx\php-cgi.exe</executable>
<startargument>-b</startargument>
<startargument>127.0.0.1:9123</startargument>

<stopexecutable>taskkill.exe</stopexecutable>
<stopargument>/f</stopargument>
<stopargument>/IM</stopargument>
<stopargument>php-cgi.exe</stopargument>

<logpath>D:\Server\php_nginx\logs</logpath>
<logmode>roll</logmode>
<depend></depend>
</service>

Should i install 1 more services with different ports in case of

upstream myLoadBalancer {
server 127.0.0.1:9123 weight=1 fail_timeout=5;
server 127.0.0.1:9124 weight=1 fail_timeout=5;
server 127.0.0.1:9125 weight=1 fail_timeout=5;
least_conn;
}

?

Viewing all articles
Browse latest Browse all 972

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>