A common gateway interface to the PHP programming language. The php-cgi is a standalone program used to execute PHP pages.
0
votes
0answers
6 views
Lighttpd/ruby/rails/PHP-CGI with slow webservice
Our application is making a 3rd party webservice call which is pretty slow. A 1 user response time is about 6 seconds.
When we load these up with Siege for testing, approximately 50 concurrent ...
0
votes
1answer
27 views
Using php-cgi with webserver in android
I found that we can run Phpcgi on android by going to this site.I have created a web server in android it works fine and i have installed Php cgi and want to ask that how can i link both so that i ...
2
votes
1answer
61 views
How can I check if stdin exists in PHP ( php-cgi )?
Setup and Background
I am working on script that needs to run as /usr/bin/php-cgi instead /usr/local/bin/php and I'm having trouble checking for stdin
If I use /usr/local/bin/php as the interpreter ...
0
votes
1answer
52 views
Configuration for Lighttpd FastCGI under high traffic
I have a website with 10000+ unique visitors daily. The server is using lighttpd with PHP FastCGI.
When the concurrent online visitors reach high number (i.e. over 180). The server encounters higher ...
1
vote
1answer
67 views
fail to execute php-cgi for google app engine under windows
OS: windows 8
google app engine sdk 1.8.2
C:\google_appengine>dev_appserver.py --php_executable_path=D:\php5417 D:\helloworld
INFO 2013-08-03 16:13:43,874 sdk_update_checker.py:244] Checking ...
0
votes
0answers
22 views
php-cgi keeps shutting down on windows
I am running Windows 8 with Nginx as a web server, and php as my language. I created a vbs script to easily start php-cgi, and it looks like this:
Set objShell = WScript.CreateObject("WScript.Shell")
...