misconfiguration problem

YsF <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel,gmane.spam.detected
Message-ID <[email protected]>
Hello everybody;
Well I success on setting up mod_fastcgi under apache/2.2 and I add those
lines to factcgi.conf in order to enable executing fcgi-script :

<Directory /var/www/fcgi-bin>
Options ExecCGI
</Directory>

And I create a simple "Hello World" program named test2.fcgi :

#include <fcgi_stdio.h>
int main () {
    FCGI_printf("Hello World");
  return 0;
}

But it does not work neither on Anjuta nor Apache.

Apache response is :
The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please just tell me what's the problem and how to correct it.
-- 
YsF

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.