home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / Vyzkuste / phptriad / phptriad2-2-1.exe / ABOUT_APACHE next >
Text File  |  2001-10-26  |  15KB  |  272 lines

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