Thread: C/C++ FastCGI
View Single Post
  #8  
Old 06-02-2005, 06:00 AM
fryk fryk is offline
Member
 
Join Date: Jun 2005
Posts: 16
I can run echo as cgi with: localhost/cgi-bin/echo.

I've found out also that remaining scripts doesn't seem to work: size, log-dump.

It reports "500 Internal Server Error".

No matter!

Just want to know - how to run echo as fcgi???

I've even tried to set cgi-fcgi handler for .fcgi files and rename echo to echo.fcgi and lunch it from lsws/DEFAULT/html but got: " 503 Service Unavailable"
Reply With Quote