I use this lastest version of Mongoose with this config as service:--cgi_interpreter C:\test\php\php-cgi.exeindex_files index.phplistening_ports 54321request_timeout_ms 10000document_root c:\test\webWhen service is started and I open browser I got this:Error 500: Internal Server ErrorCGI program sent malformed or too big (>16384 bytes) HTTP headers: []
This is PHP I use as CGI: http://windows.php.net/downloads/releases/php-5.5.3-nts-Win32-VC11-x86.zip
Where is the problem?
You received this message because you are subscribed to the Google Groups "mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongoose-user...@googlegroups.com.
To post to this group, send email to mongoos...@googlegroups.com.
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/groups/opt_out.
Ok I tried it: http://prntscr.com/1rdo64Problem seems to be with missing msvcr110.dll.Do you have any idea please?On 15 September 2013 08:12, Sergey Lyubka <val...@gmail.com> wrote:There, you run mongoose from the command line.I am asking to run CGI script from the command line:c:\> cd path_to_cgi_directoryc:\cgi\directory> php-cgi.exe index.phpOn Sun, Sep 15, 2013 at 6:56 AM, Martin ILLE <ille....@gmail.com> wrote:
How exactly do you mena run it from command line? This is how I run it: http://prntscr.com/1rdefaOn 15 September 2013 07:56, Sergey Lyubka <val...@gmail.com> wrote:Please run your script from the command line, as I've suggested.On Sun, Sep 15, 2013 at 6:16 AM, Martin ILLE <ille....@gmail.com> wrote:
Ok I'm trying this command line:mongoose -cgi_interpreter C:\test\php\php-cgi.exe -listening_ports 1234 -document_root c:\test\web
No error immediately after running: http://prntscr.com/1rdefaBut when I open localhost I got this message: http://prntscr.com/1rde8b