代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/306677/3735217
conf httpd.conf
##
## httpd.conf -- Apache HTTP server configuration file
##
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file. It co
www.eeworm.com/read/306178/3748428
h httpd.h
// /include/net/http.h
#ifndef __HTTP_H
#define __HTTP_H
#define DIR_WWW "/www"
#define DIR_WWW_ERRORS DIR_WWW + "/errors"
#define DIR_WWW_GATEWAYS DIR_WWW + "/cgi-bin"
#define USER_WWW_SUBD
www.eeworm.com/read/298749/3859232
h httpd.h
/*
* Copyright (c) 2001-2005, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/298749/3859237
c httpd.c
/**
* \addtogroup apps
* @{
*/
/**
* \defgroup httpd Web server
* @{
* The uIP web server is a very simplistic implementation of an HTTP
* server. It can serve web pages and files fro
www.eeworm.com/read/298749/3859293
h httpd.h
/*
* Copyright (c) 2001-2005, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/298749/3859299
c httpd.c
/**
* \addtogroup apps
* @{
*/
/**
* \defgroup httpd Web server
* @{
* The uIP web server is a very simplistic implementation of an HTTP
* server. It can serve web pages and files fro
www.eeworm.com/read/292144/3955398
conf httpd.conf
# Port: The port the standalone listens to. For ports < 1023, you will
# need httpd to be run as root initially.
Port 8888
# BindAddress: This directive is used to tell the server which IP address
#
www.eeworm.com/read/292144/3955457
erl httpd.erl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/292144/3955471
hrl httpd.hrl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/291408/3967045
h httpd.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file httpd.h
* \brief Http Web Server Header File.
*/
/*
******************************************************************************
*
Co