Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.122
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libfcgi0ldbl /
Delete
Unzip
Name
Size
Permission
Date
Action
fastcgi-prog-guide
[ DIR ]
drwxr-xr-x
2024-03-12 14:15
fastcgi-whitepaper
[ DIR ]
drwxr-xr-x
2024-03-12 14:15
FCGI_Accept.3.gz
2.06
KB
-rw-r--r--
1997-09-16 17:36
FCGI_Finish.3
1.36
KB
-rw-r--r--
1997-09-16 17:36
FCGI_SetExitStatus.3
828
B
-rw-r--r--
1997-09-16 17:36
FCGI_StartFilterData.3
1.79
KB
-rw-r--r--
1997-09-16 17:36
README.gz
6.19
KB
-rw-r--r--
2003-01-19 18:19
cgi-fcgi.1.gz
1.67
KB
-rw-r--r--
1997-09-16 17:36
changelog.Debian.amd64.gz
221
B
-rw-r--r--
2016-05-06 12:47
changelog.Debian.gz
1.41
KB
-rw-r--r--
2016-05-06 12:47
copyright
1.95
KB
-rw-r--r--
2014-08-08 12:54
fcgi-devel-kit.htm
32.38
KB
-rw-r--r--
2002-02-25 01:42
fcgi-java.htm
20.04
KB
-rw-r--r--
2002-02-25 01:42
fcgi-perf.htm
22.43
KB
-rw-r--r--
2002-02-25 01:42
fcgi-perl.htm
1.78
KB
-rw-r--r--
2002-02-25 01:42
fcgi-spec.html
57.23
KB
-rw-r--r--
2002-02-25 01:42
fcgi-tcl.htm
15.11
KB
-rw-r--r--
2002-02-25 01:42
omi-logo.gif
217
B
-rw-r--r--
1997-09-16 17:36
overview.html
4.92
KB
-rw-r--r--
2002-02-25 01:42
www5-api-workshop.html
13.4
KB
-rw-r--r--
2002-02-25 01:42
Save
Rename
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE> FastCGI Developer's Kit Index Page </TITLE> <STYLE TYPE="text/css"> div.c1 {text-align: center} </STYLE> </HEAD> <BODY> <DIV CLASS="c1"> <H2> FastCGI Developer's Kit </H2> </DIV> <!--Copyright (c) 1996 Open Market, Inc. --> <!--See the file "LICENSE.TERMS" for information on usage and redistribution--> <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES. --> <!-- $Id: overview.html,v 1.4 2002/02/25 00:42:59 robs Exp $ --> <UL> <LI> <A HREF=".">doc</A> <UL> <LI> <A HREF="fastcgi-whitepaper/fastcgi.htm">FastCGI Technical White Paper</A> Motivates FastCGI, then explains the FastCGI interface, FastCGI application roles, the FastCGI application library, server support for FastCGI, and FastCGI performance. </LI> <LI> <A HREF="fcgi-perf.htm">Understanding FastCGI Application Performance</A> Why FastCGI applications often run faster than applications coded directly to Web server APIs. </LI> <LI> <A HREF="fcgi-devel-kit.htm">FastCGI Developer's Kit</A><BR> <UL> <LI> How to configure and build the kit for your development platform. </LI> <LI> How to write applications using the libraries in the kit. </LI> <LI> Documents <TT>cgi-fcgi</TT>, a tool in the kit that allows you to develop and test FastCGI applications using a Web server that lacks FastCGI support. </LI> </UL> </LI> <LI> <A HREF="fastcgi-prog-guide/cover.htm">Open Market FastCGI 1.0 Programmer's Guide</A> Programmer-oriented documentation for developers of applications that run on the Open Market's Secure WebServer 2.0. The content overlaps considerably with Section 3 of the Developer's Kit document. </LI> <LI> <A HREF="FCGI_Accept.3">FCGI_Accept.3</A>, <A HREF="FCGI_Finish.3">FCGI_Finish.3</A>, <A HREF= "FCGI_SetExitStatus.3">FCGI_SetExitStatus.3</A>, <A HREF= "FCGI_StartFilterData.3">FCGI_StartFilterData.3</A>, and <A HREF="cgi-fcgi.1">cgi-fcgi.1</A> manpages. </LI> <LI> <A HREF="fcgi-perl.htm">Integrating FastCGI with Perl</A> How to build FastCGI support into the Perl interpreter and how to write FastCGI applications in Perl. </LI> <LI> <A HREF="fcgi-tcl.htm">Integrating FastCGI with Tcl</A> How to build FastCGI support into the Tcl interpreter and how to write FastCGI applications in Tcl. </LI> <LI> <A HREF="fcgi-java.htm">Integrating FastCGI with Java</A> How to build Web server applications in Java using FastCGI. </LI> <LI> <A HREF="www5-api-workshop.html">FastCGI: A High-Performance Gateway Interface</A> Position paper presented at the workshop "Programming the Web -- a search for APIs", Fifth International World Wide Web Conference, 6 May 1996, Paris, France. A short paper, addressed to an audience of technical specialists. </LI> <LI> <A HREF="fcgi-spec.html">FastCGI Specification</A> document.<BR> Defines the interface between a FastCGI application and a Web server that supports FastCGI. This is dry stuff, not needed for writing applications! </LI> </UL> </LI> <LI> <A HREF="../include/">include</A> .h files for the FastCGI libraries. </LI> <LI> <A HREF="../libfcgi/">libfcgi</A> .c files for the FastCGI libraries. </LI> <LI> <A HREF="../examples/">examples</A> Several example FastCGI programs. </LI> <LI> <A HREF="../perl/">perl</A> The FastCGI Perl module, FCGI.pm. </LI> <LI> <A HREF="../java/">java</A> The FastCGI Java library. </LI> <LI> <A HREF="../cgi-fcgi/">cgi-fcgi</A> The CGI-to-FastCGI bridge source code. </LI> </UL> <HR> <ADDRESS> © 1996, Open Market, Inc. </ADDRESS> </BODY> </HTML>