All Projects → apache → Httpd

apache / Httpd

Licence: apache-2.0
Mirror of Apache HTTP Server. Issues: http://issues.apache.org

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
M4
1887 projects
shell
77523 projects
CMake
9771 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to Httpd

apachetop
apachetop
Stars: ✭ 37 (-98.71%)
Mutual labels:  httpd
Apache2buddy
apache2buddy
Stars: ✭ 297 (-89.62%)
Mutual labels:  httpd
Httpserver
A high performance, single threaded, HTTP server written in C++ as a learning tool. Uses kqueue for event management, therefore is MacOS / *BSD only!
Stars: ✭ 59 (-97.94%)
Mutual labels:  httpd
win-svn
apache subversion windows builds with httpd modules and java hl
Stars: ✭ 19 (-99.34%)
Mutual labels:  httpd
Cordova Httpd
Embed tiny web server into Cordova with a plugin
Stars: ✭ 271 (-90.53%)
Mutual labels:  httpd
Caesonia
OpenBSD Email Service
Stars: ✭ 761 (-73.41%)
Mutual labels:  httpd
apachelogs
Parse Apache access logs
Stars: ✭ 19 (-99.34%)
Mutual labels:  httpd
Mod cluster
mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
Stars: ✭ 88 (-96.93%)
Mutual labels:  httpd
Mod md
Let's Encrypt (ACME) support for Apache httpd
Stars: ✭ 281 (-90.18%)
Mutual labels:  httpd
Ewf
Eiffel Web Framework -- Provide a common framework to build easily web server application in Eiffel (portable on various connector and platforms)
Stars: ✭ 34 (-98.81%)
Mutual labels:  httpd
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (-98.92%)
Mutual labels:  httpd
Server Configs Apache
Apache HTTP server boilerplate configs
Stars: ✭ 2,916 (+1.89%)
Mutual labels:  httpd
Single File Httpd.conf
Single file httpd.conf configuration file for Apache HTTPD Server.
Stars: ✭ 7 (-99.76%)
Mutual labels:  httpd
go-git-http-xfer
Implements Git HTTP Transport.
Stars: ✭ 13 (-99.55%)
Mutual labels:  httpd
Merecat
Small and made-easy HTTP/HTTPS server based on Jef Poskanzer's thttpd
Stars: ✭ 69 (-97.59%)
Mutual labels:  httpd
mod authnz jwt
An authentication module for Apache httpd using JSON Web Tokens
Stars: ✭ 74 (-97.41%)
Mutual labels:  httpd
Shell
Infrastructure Management Shell - Linux
Stars: ✭ 381 (-86.69%)
Mutual labels:  httpd
Lear
Linux Engine for Asset Retrieval - speed-profiled C HTTP server
Stars: ✭ 165 (-94.23%)
Mutual labels:  httpd
Mod auth gssapi
GSSAPI Negotiate module for Apache
Stars: ✭ 78 (-97.27%)
Mutual labels:  httpd
Apache24 Modules
Modules for Apache 2.4 and maybe 2.2
Stars: ✭ 12 (-99.58%)
Mutual labels:  httpd
                          Apache HTTP Server

  What is it?
  -----------

  The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
  web server.  Originally designed as a replacement for the NCSA HTTP
  Server, it has grown to be the most popular web server on the
  Internet.  As a project of the Apache Software Foundation, the
  developers aim to collaboratively develop and maintain a robust,
  commercial-grade, standards-based server with freely available
  source code.

  The Latest Version
  ------------------

  Details of the latest version can be found on the Apache HTTP
  server project page under http://httpd.apache.org/.

  Documentation
  -------------

  The documentation available as of the date of this release is
  included in HTML format in the docs/manual/ directory.  The most
  up-to-date documentation can be found at
  http://httpd.apache.org/docs/trunk/.

  Installation
  ------------

  Please see the file called INSTALL.  Platform specific notes can be
  found in README.platforms.

  Licensing
  ---------

  Please see the file called LICENSE.

  Cryptographic Software Notice
  -----------------------------

  This distribution may include software that has been designed for use
  with cryptographic software.  The country in which you currently reside
  may have restrictions on the import, possession, use, and/or re-export
  to another country, of encryption software.  BEFORE using any encryption
  software, please check your country's laws, regulations and policies
  concerning the import, possession, or use, and re-export of encryption
  software, to see if this is permitted.  See <http://www.wassenaar.org/>
  for more information.

  The U.S. Government Department of Commerce, Bureau of Industry and
  Security (BIS), has classified this software as Export Commodity 
  Control Number (ECCN) 5D002.C.1, which includes information security
  software using or performing cryptographic functions with asymmetric
  algorithms.  The form and manner of this Apache Software Foundation
  distribution makes it eligible for export under the License Exception
  ENC Technology Software Unrestricted (TSU) exception (see the BIS 
  Export Administration Regulations, Section 740.13) for both object 
  code and source code.

  The following provides more details on the included files that
  may be subject to export controls on cryptographic software:

    Apache httpd 2.0 and later versions include the mod_ssl module under
       modules/ssl/
    for configuring and listening to connections over SSL encrypted
    network sockets by performing calls to a general-purpose encryption
    library, such as OpenSSL or the operating system's platform-specific
    SSL facilities.

    In addition, some versions of apr-util provide an abstract interface
    for symmetrical cryptographic functions that make use of a
    general-purpose encryption library, such as OpenSSL, NSS, or the
    operating system's platform-specific facilities. This interface is
    known as the apr_crypto interface, with implementation beneath the
    /crypto directory. The apr_crypto interface is used by the
    mod_session_crypto module available under
      modules/session
    for optional encryption of session information.

    Some object code distributions of Apache httpd, indicated with the
    word "crypto" in the package name, may include object code for the
    OpenSSL encryption library as distributed in open source form from
    <http://www.openssl.org/source/>.

  The above files are optional and may be removed if the cryptographic
  functionality is not desired or needs to be excluded from redistribution.
  Distribution packages of Apache httpd that include the word "nossl"
  in the package name have been created without the above files and are
  therefore not subject to this notice.

  Contacts
  --------

     o If you want to be informed about new code releases, bug fixes,
       security fixes, general news and information about the Apache server
       subscribe to the apache-announce mailing list as described under
       <http://httpd.apache.org/lists.html#http-announce>

     o If you want freely available support for running Apache please see the
       resources at <http://httpd.apache.org/support.html>

     o If you have a concrete bug report for Apache please see the instructions
       for bug reporting at <http://httpd.apache.org/bug_report.html>

     o If you want to participate in actively developing Apache please
       subscribe to the `[email protected]' mailing list as described at
       <http://httpd.apache.org/lists.html#http-dev>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].