代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/208123/4996944
h httpd.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved
www.eeworm.com/read/205824/5018006
h httpd.h
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: include/httpd.h
*/
#ifndef __HTTPD_H
#define __HTTPD_H
#include
#inc
www.eeworm.com/read/205824/5018016
cpp httpd.cpp
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: httpd.cpp
* PURPOSE: HTTP daemon
* PROGRAMMERS: Casper S. Hornstrup (chorns@use
www.eeworm.com/read/204643/5030833
readme_httpd
The documentation directory has been omitted from this copy of PCRE
inside the httpd codebase because it's huge--over a megabyte of PCRE docs.
The PCRE documentation directory is available in unmodif
www.eeworm.com/read/204643/5031502
init httpd.init
#!/bin/bash
#
# Copyright 2003-2005 The Apache Software Foundation or its licensors, as
# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file ex
www.eeworm.com/read/204643/5031503
logrotate httpd.logrotate
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
www.eeworm.com/read/204643/5031504
in httpd.spec.in
%define contentdir /var/www
%define suexec_caller apache
%define mmn APACHE_MMN
%ifarch ia64
# disable debuginfo on IA64
%define debug_package %{nil}
%endif
Summary: Apache HTTP Server
Name: httpd
V
www.eeworm.com/read/204643/5031510
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/204643/5031539
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/202691/5046867
cc httpd.cc
// -*- C++ -*-
//
// This file is part of Siena, a wide-area event notification system.
// See http://www.cs.colorado.edu/serl/dot/siena.html
//
// Author: Antonio Carzaniga