代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/430898/1915303
8 httpd.8
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.\" DO NOT EDIT! Generated from XML source.
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de S
www.eeworm.com/read/430898/1915332
in httpd.conf.in
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See for detailed
www.eeworm.com/read/424059/2020450
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 followi
www.eeworm.com/read/424059/2020454
c httpd.c
/*
* Copyright (c) 2004, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond
www.eeworm.com/read/423632/2025322
spec httpd.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : Widely used Apache HTTP (web) Server
Name : httpd
Version : 2.0.54
Release : 0
License : Apache (
www.eeworm.com/read/420392/2068940
conf httpd.conf
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See for detailed inf
www.eeworm.com/read/414598/2144541
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 following
www.eeworm.com/read/414598/2144546
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 from a read-
www.eeworm.com/read/411409/2188902
tcl httpd.tcl
# some dummy proc's to get things going for test purposes
proc ip {} {
return 10.0.0.55
}
proc start_chunked {a} {
global httpdata
global httpmime
set httpmime $a
set httpdata ""
}
proc write