代码搜索:FastCGI
找到约 214 项符合「FastCGI」的源代码
代码结果 214
www.eeworm.com/read/439363/7711546
cppcms_run
#!/usr/bin/env bash
locate_server()
{
NAME=$1
if [ "$WEB_SERVER" != "" ] ; then
return
fi
WEB_SERVER="`which $NAME 2>/dev/null`"
if [ "$WEB_SERVER" != "" ] ; then
return
fi
for p in /usr
www.eeworm.com/read/437877/7740583
txt readme.txt
This two files are copyed from fcgi-2.4.0. for WIN32
http://www.fastcgi.com
===============================
HOW TO USE FastCGI WITH EYBUILD
===============================
=========
FOR UNIX
www.eeworm.com/read/437877/7740530
makefile
#
# Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved.
#
# 01e, 2006-5-12 newzy add depend
# 01d, 2006-4-11 newzy add support FastCGI
# 01c, 2006-3-23 newzy add get current directory
# 0
www.eeworm.com/read/437877/7740549
makefile
#
# Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved.
#
# 01e, 2006-5-12 newzy add depend
# 01d, 2006-4-11 newzy add support FastCGI
# 01c, 2006-3-23 newzy add get current directory
# 0
www.eeworm.com/read/437877/7740564
makefile
#
# Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved.
#
# 01e, 2006-5-12 newzy add depend
# 01d, 2006-4-11 newzy add support FastCGI
# 01c, 2006-3-23 newzy add get current directory
# 0
www.eeworm.com/read/308733/13694268
am makefile.am
# $Id: Makefile.am,v 1.2 2001/09/24 18:03:05 skimo Exp $
include_HEADERS = \
fastcgi.h \
fcgi_stdio.h \
fcgiapp.h \
fcgimisc.h \
fcgio.h \
fcgios.h
www.eeworm.com/read/437877/7740489
h eberror.h
/* eberror.h - eybuild errors header file */
/* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */
/*
modification history
--------------------
01b, 2006-04-09, newzy support f
www.eeworm.com/read/437877/7740525
c cgimain.c
/* cgimain.c - where to start CGI */
/* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */
/*
modification history
--------------------
02a, 2006-03-22, newzy change file name to
www.eeworm.com/read/437877/7740545
c cgimain.c
/* cgimain.c - where to start CGI */
/* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */
/*
modification history
--------------------
02a, 2006-03-22, newzy change file name to
www.eeworm.com/read/437877/7740559
c cgimain.c
/* cgimain.c - where to start CGI */
/* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */
/*
modification history
--------------------
02a, 2006-03-22, newzy change file name to