代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/436018/1857826
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/436018/1857832
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/436018/1858033
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/434581/1870642
h httpd.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co
www.eeworm.com/read/434581/1870646
c httpd.c
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co
www.eeworm.com/read/430898/1914582
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/430898/1915294
rc httpd.rc
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyrig
www.eeworm.com/read/430898/1915295
init httpd.init
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regard
www.eeworm.com/read/430898/1915296
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/430898/1915297
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