Search found 11 matches

by ruyi7952
Sat Jan 23, 2010 4:03 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

thanks foz.

where it's Trond's post???? :wink:
by ruyi7952
Sat Jan 23, 2010 3:12 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

Hi Trond.

thanks for your reply.

socket??? then are fastcgi_app mode.

I want to write a stdio mode fastcgi,stdio mode needed socket too????

please.

The I/O Libraries
The FastCGI Software Development Kit that accompanies Open Market WebServer 2.0 includes I/O libraries to simplify the job of ...
by ruyi7952
Fri Jan 22, 2010 9:35 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

hi Fred,

thanks for your replay.

you say work??how working???

please. :roll:
by ruyi7952
Fri Jan 22, 2010 5:43 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

:cry: I don't know .
by ruyi7952
Fri Jan 22, 2010 11:58 am
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

hi Trond


thanks for your reply.

The fcgi_stdio Library: I/O Compatibility
The implementation for I/O compatibility is that the library fcgi_stdio.h contains macros to translate the types and procedures defined in stdio.h into the appropriate FastCGI calls. For example, consider a FastCGI ...
by ruyi7952
Fri Jan 22, 2010 3:18 am
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

hi,Rook Zimbabwe.

FastCGI SDK from http://www.fastcgi.com,the libfcgi.dll compiled by vc6 sp6.
DLLAPI int FCGI_Accept(void);

Code: Select all

Print("Content-type: text/html" + #CRLF$)
  PrintN("")
do not work...

ruyi7952
by ruyi7952
Thu Jan 21, 2010 11:06 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

hi c4s

thanks for your reply.

yes,it's print().

but it's not work for fastcgi.

OpenConsole()
If OpenLibrary(0, "libfcgi.dll")

*FCGI_Accept = GetFunction(0, "FCGI_Accept")
CRLF.s = Chr(13)+Chr(10)
EndIf

;-- Initalize our counter before the fcgi main loop
count.l
ASCIIZ.s = Space(10000 ...
by ruyi7952
Thu Jan 21, 2010 10:14 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

hi Rook Zimbabwe,

thanks for your reply.

fastcgi it's double mode, stdio mode link cgi and app mode link php-cgi. app needed list a port,stdio do not need.

it's a bug for purebasic I/O function.

i have tested use printf() in gcc vc icc and d working ,but in purebasic printf() it's do not work ...
by ruyi7952
Thu Jan 21, 2010 6:51 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Re: Help. about fascgi.thanks you.

apache error.log
[Fri Jan 22 01:45:42 2010] [notice] Digest: generating secret for digest authentication ...
[Fri Jan 22 01:45:42 2010] [notice] Digest: done
[Fri Jan 22 01:45:43 2010] [notice] Apache/2.2.14 (Win32) DAV/2 mod_fcgid/2.3.4 mod_autoindex_color PHP/5.3.1 configured -- resuming normal ...
by ruyi7952
Thu Jan 21, 2010 5:43 pm
Forum: Coding Questions
Topic: Help. about fascgi.thanks you.
Replies: 18
Views: 3757

Help. about fascgi.thanks you.

my webserver baseon the Apache(Apache/2.2.14 (Win32) DAV/2 mod_fcgid/2.3.4 mod_autoindex_color PHP/5.3.1).the libfcgi it's "2.4.1 snap-2009" and compiled by VC6 SP6.

but this code can compiled and runing console,but it's do not working apache with fastcgi mode.

OpenConsole()
If OpenLibrary(0 ...