preparing 0.9 version, rename to crl1.h
[svn/Cll1h/.git] / demos / fastcgi / fastcgi.c
diff --git a/demos/fastcgi/fastcgi.c b/demos/fastcgi/fastcgi.c
deleted file mode 100644 (file)
index 2d141d8..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define USE_LIBRARY_FASTCGI
-#include "cll1.h"
-        
-program
-{
- int count = 0;
- while_fastcgi_accept
- {
-  printf("Content-type: text/html\r\n"
-         "\r\n"
-         "<title>FastCGI Hello!</title>"
-         "<h1>FastCGI Hello!</h1>"
-         "Request number %d running on host <i>%s</i>\n",
-          ++count, getenv("SERVER_NAME"));
- }
-}
This page took 0.111716 seconds and 4 git commands to generate.