ABOUT_APACHE 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. The Apache HTTP Server Project
  2. http://httpd.apache.org/
  3. February 2002
  4. The Apache Project is a collaborative software development effort aimed
  5. at creating a robust, commercial-grade, featureful, and freely-available
  6. source code implementation of an HTTP (Web) server. The project is
  7. jointly managed by a group of volunteers located around the world, using
  8. the Internet and the Web to communicate, plan, and develop the server and
  9. its related documentation. These volunteers are known as the Apache Group.
  10. In addition, hundreds of users have contributed ideas, code, and
  11. documentation to the project. This file is intended to briefly describe
  12. the history of the Apache Group, recognize the many contributors, and
  13. explain how you can join the fun too.
  14. In February of 1995, the most popular server software on the Web was the
  15. public domain HTTP daemon developed by Rob McCool at the National Center
  16. for Supercomputing Applications, University of Illinois, Urbana-Champaign.
  17. However, development of that httpd had stalled after Rob left NCSA in
  18. mid-1994, and many webmasters had developed their own extensions and bug
  19. fixes that were in need of a common distribution. A small group of these
  20. webmasters, contacted via private e-mail, gathered together for the purpose
  21. of coordinating their changes (in the form of "patches"). Brian Behlendorf
  22. and Cliff Skolnick put together a mailing list, shared information space,
  23. and logins for the core developers on a machine in the California Bay Area,
  24. with bandwidth and diskspace donated by HotWired and Organic Online.
  25. By the end of February, eight core contributors formed the foundation
  26. of the original Apache Group:
  27. Brian Behlendorf Roy T. Fielding Rob Hartill
  28. David Robinson Cliff Skolnick Randy Terbush
  29. Robert S. Thau Andrew Wilson
  30. with additional contributions from
  31. Eric Hagberg Frank Peters Nicolas Pioch
  32. Using NCSA httpd 1.3 as a base, we added all of the published bug fixes
  33. and worthwhile enhancements we could find, tested the result on our own
  34. servers, and made the first official public release (0.6.2) of the Apache
  35. server in April 1995. By coincidence, NCSA restarted their own development
  36. during the same period, and Brandon Long and Beth Frank of the NCSA Server
  37. Development Team joined the list in March as honorary members so that the
  38. two projects could share ideas and fixes.
  39. The early Apache server was a big hit, but we all knew that the codebase
  40. needed a general overhaul and redesign. During May-June 1995, while
  41. Rob Hartill and the rest of the group focused on implementing new features
  42. for 0.7.x (like pre-forked child processes) and supporting the rapidly growing
  43. Apache user community, Robert Thau designed a new server architecture
  44. (code-named Shambhala) which included a modular structure and API for better
  45. extensibility, pool-based memory allocation, and an adaptive pre-forking
  46. process model. The group switched to this new server base in July and added
  47. the features from 0.7.x, resulting in Apache 0.8.8 (and its brethren)
  48. in August.
  49. After extensive beta testing, many ports to obscure platforms, a new set
  50. of documentation (by David Robinson), and the addition of many features
  51. in the form of our standard modules, Apache 1.0 was released on
  52. December 1, 1995.
  53. Less than a year after the group was formed, the Apache server passed
  54. NCSA's httpd as the #1 server on the Internet.
  55. The survey by Netcraft (http://www.netcraft.com/survey/) shows that Apache
  56. is today more widely used than all other web servers combined.
  57. ============================================================================
  58. Current Apache Group in alphabetical order as of 2 April 2002:
  59. Greg Ames IBM Corporation, Research Triangle Park, NC, USA
  60. Aaron Bannert California
  61. Brian Behlendorf Collab.Net, California
  62. Ken Coar IBM Corporation, Research Triangle Park, NC, USA
  63. Mark J. Cox Red Hat, UK
  64. Lars Eilebrecht Freelance Consultant, Munich, Germany
  65. Ralf S. Engelschall Cable & Wireless Deutschland, Munich, Germany
  66. Justin Erenkrantz University of California, Irvine
  67. Roy T. Fielding Day Software, California
  68. Tony Finch Covalent Technologies, California
  69. Dean Gaudet Transmeta Corporation, California
  70. Dirk-Willem van Gulik Covalent Technologies, California
  71. Brian Havard Australia
  72. Ian Holsman CNET, California
  73. Ben Hyde Gensym, Massachusetts
  74. Jim Jagielski jaguNET Access Services, Maryland
  75. Manoj Kasichainula Collab.Net, California
  76. Alexei Kosut Stanford University, California
  77. Martin Kraemer Munich, Germany
  78. Ben Laurie Freelance Consultant, UK
  79. Rasmus Lerdorf Yahoo!, California
  80. Daniel Lopez Ridruejo Covalent Technologies, California
  81. Doug MacEachern Covalent Technologies, California
  82. Aram W. Mirzadeh CableVision, New York
  83. Chuck Murcko The Topsail Group, Pennsylvania
  84. Brian Pane CNET Networks, California
  85. Sameer Parekh California
  86. David Reid UK
  87. William A. Rowe, Jr. Covalent, Illinois
  88. Wilfredo Sanchez Apple Computer, California
  89. Cliff Skolnick California
  90. Marc Slemko Canada
  91. Joshua Slive Canada
  92. Greg Stein California
  93. Bill Stoddard IBM Corporation, Research Triangle Park, NC
  94. Sander Striker The Netherlands
  95. Paul Sutton Seattle
  96. Randy Terbush Covalent Technologies, California
  97. Jeff Trawick IBM Corporation, Research Triangle Park, NC
  98. Cliff Woolley University of Virginia
  99. Apache Emeritus (old group members now off doing other things)
  100. Ryan Bloom California
  101. Rob Hartill Internet Movie DB, UK
  102. David Robinson Cambridge University, UK
  103. Robert S. Thau MIT, Massachusetts
  104. Andrew Wilson Freelance Consultant, UK
  105. Other major contributors
  106. Howard Fear (mod_include), Florent Guillaume (language negotiation),
  107. Koen Holtman (rewrite of mod_negotiation),
  108. Kevin Hughes (creator of all those nifty icons),
  109. Brandon Long and Beth Frank (NCSA Server Development Team, post-1.3),
  110. Ambarish Malpani (Beginning of the NT port),
  111. Rob McCool (original author of the NCSA httpd 1.3),
  112. Paul Richards (convinced the group to use remote CVS after 1.0),
  113. Garey Smiley (OS/2 port), Henry Spencer (author of the regex library).
  114. Many 3rd-party modules, frequently used and recommended, are also
  115. freely-available and linked from the related projects page:
  116. <http://modules.apache.org/>, and their authors frequently
  117. contribute ideas, patches, and testing.
  118. Hundreds of people have made individual contributions to the Apache
  119. project. Patch contributors are listed in the CHANGES file.
  120. Frequent contributors have included Petr Lampa, Tom Tromey, James H.
  121. Cloos Jr., Ed Korthof, Nathan Neulinger, Jason S. Clary, Jason A. Dour,
  122. Michael Douglass, Tony Sanders, Brian Tao, Michael Smith, Adam Sussman,
  123. Nathan Schrenk, Matthew Gray, and John Heidemann.
  124. ============================================================================
  125. How to become involved in the Apache project
  126. There are several levels of contributing. If you just want to send
  127. in an occasional suggestion/fix, then you can just use the bug reporting
  128. form at <http://httpd.apache.org/bug_report.html>. You can also subscribe
  129. to the announcements mailing list (announce-subscribe@httpd.apache.org) which
  130. we use to broadcast information about new releases, bugfixes, and upcoming
  131. events. There's a lot of information about the development process (much of
  132. it in serious need of updating) to be found at <http://httpd.apache.org/dev/>.
  133. If you'd like to become an active contributor to the Apache project (the
  134. group of volunteers who vote on changes to the distributed server), then
  135. you need to start by subscribing to the dev@httpd.apache.org mailing list.
  136. One warning though: traffic is high, 1000 to 1500 messages/month.
  137. To subscribe to the list, send an email to dev-subscribe@httpd.apache.org.
  138. We recommend reading the list for a while before trying to jump in to
  139. development.
  140. NOTE: The developer mailing list (dev@httpd.apache.org) is not
  141. a user support forum; it is for people actively working on development
  142. of the server code and documentation, and for planning future
  143. directions. If you have user/configuration questions, send them
  144. to users list <http://httpd.apache.org/userslist> or to the USENET
  145. newsgroup "comp.infosystems.www.servers.unix".or for windows users,
  146. the newsgroup "comp.infosystems.www.servers.ms-windows".
  147. There is a core group of contributors (informally called the "core")
  148. which was formed from the project founders and is augmented from time
  149. to time when core members nominate outstanding contributors and the
  150. rest of the core members agree. The core group focus is more on
  151. "business" issues and limited-circulation things like security problems
  152. than on mainstream code development. The term "The Apache Group"
  153. technically refers to this core of project contributors.
  154. The Apache project is a meritocracy -- the more work you have done, the more
  155. you are allowed to do. The group founders set the original rules, but
  156. they can be changed by vote of the active members. There is a group
  157. of people who have logins on our server (apache.org) and access to the
  158. CVS repository. Everyone has access to the CVS snapshots. Changes to
  159. the code are proposed on the mailing list and usually voted on by active
  160. members -- three +1 (yes votes) and no -1 (no votes, or vetoes) are needed
  161. to commit a code change during a release cycle; docs are usually committed
  162. first and then changed as needed, with conflicts resolved by majority vote.
  163. Our primary method of communication is our mailing list. Approximately 40
  164. messages a day flow over the list, and are typically very conversational in
  165. tone. We discuss new features to add, bug fixes, user problems, developments
  166. in the web server community, release dates, etc. The actual code development
  167. takes place on the developers' local machines, with proposed changes
  168. communicated using a patch (output of a unified "diff -u oldfile newfile"
  169. command), and committed to the source repository by one of the core
  170. developers using remote CVS. Anyone on the mailing list can vote on a
  171. particular issue, but we only count those made by active members or people
  172. who are known to be experts on that part of the server. Vetoes must be
  173. accompanied by a convincing explanation.
  174. New members of the Apache Group are added when a frequent contributor is
  175. nominated by one member and unanimously approved by the voting members.
  176. In most cases, this "new" member has been actively contributing to the
  177. group's work for over six months, so it's usually an easy decision.
  178. The above describes our past and current (as of July 2000) guidelines,
  179. which will probably change over time as the membership of the group
  180. changes and our development/coordination tools improve.
  181. ============================================================================
  182. The Apache Software Foundation (www.apache.org)
  183. The Apache Software Foundation exists to provide organizational, legal,
  184. and financial support for the Apache open-source software projects.
  185. Founded in June 1999 by the Apache Group, the Foundation has been
  186. incorporated as a membership-based, not-for-profit corporation in order
  187. to ensure that the Apache projects continue to exist beyond the participation
  188. of individual volunteers, to enable contributions of intellectual property
  189. and funds on a sound basis, and to provide a vehicle for limiting legal
  190. exposure while participating in open-source software projects.
  191. You are invited to participate in The Apache Software Foundation. We welcome
  192. contributions in many forms. Our membership consists of those individuals
  193. who have demonstrated a commitment to collaborative open-source software
  194. development through sustained participation and contributions within the
  195. Foundation's projects. Many people and companies have contributed towards
  196. the success of the Apache projects.
  197. ============================================================================
  198. Why Apache Is Free
  199. Apache exists to provide a robust and commercial-grade reference
  200. implementation of the HTTP protocol. It must remain a platform upon which
  201. individuals and institutions can build reliable systems, both for
  202. experimental purposes and for mission-critical purposes. We believe the
  203. tools of online publishing should be in the hands of everyone, and
  204. software companies should make their money providing value-added services
  205. such as specialized modules and support, amongst other things. We realize
  206. that it is often seen as an economic advantage for one company to "own" a
  207. market - in the software industry that means to control tightly a
  208. particular conduit such that all others must pay. This is typically done
  209. by "owning" the protocols through which companies conduct business, at the
  210. expense of all those other companies. To the extent that the protocols of
  211. the World Wide Web remain "unowned" by a single company, the Web will
  212. remain a level playing field for companies large and small. Thus,
  213. "ownership" of the protocol must be prevented, and the existence of a
  214. robust reference implementation of the protocol, available absolutely for
  215. free to all companies, is a tremendously good thing.
  216. Furthermore, Apache is an organic entity; those who benefit from it
  217. by using it often contribute back to it by providing feature enhancements,
  218. bug fixes, and support for others in public newsgroups. The amount of
  219. effort expended by any particular individual is usually fairly light, but
  220. the resulting product is made very strong. This kind of community can
  221. only happen with freeware -- when someone pays for software, they usually
  222. aren't willing to fix its bugs. One can argue, then, that Apache's
  223. strength comes from the fact that it's free, and if it were made "not
  224. free" it would suffer tremendously, even if that money were spent on a
  225. real development team.
  226. We want to see Apache used very widely -- by large companies, small
  227. companies, research institutions, schools, individuals, in the intranet
  228. environment, everywhere -- even though this may mean that companies who
  229. could afford commercial software, and would pay for it without blinking,
  230. might get a "free ride" by using Apache. We would even be happy if some
  231. commercial software companies completely dropped their own HTTP server
  232. development plans and used Apache as a base, with the proper attributions
  233. as described in the LICENSE file.
  234. Thanks for using Apache!