Difference between revisions of "Apache Server"

From Organic Design wiki
m (Useful commands: Adding /usr/sbin/)
(flexible but a **@!!!%$@ to set up)
Line 7: Line 7:
 
Version 2 of the Apache server was a substantial re-write of much of the Apache 1.x code, with a strong focus on further modularization and the development of a portability layer, the [[W:Apache Portable Runtime|Apache Portable Runtime]]. The Apache 2.x core has several major enhancements over Apache 1.x. These include [[W:Thread (computer science)|UNIX threading]], better support for non-Unix platforms (such as Microsoft Windows), a new Apache [[W:application programming interface|API]], and [[W:IPv6|IPv6]] support.
 
Version 2 of the Apache server was a substantial re-write of much of the Apache 1.x code, with a strong focus on further modularization and the development of a portability layer, the [[W:Apache Portable Runtime|Apache Portable Runtime]]. The Apache 2.x core has several major enhancements over Apache 1.x. These include [[W:Thread (computer science)|UNIX threading]], better support for non-Unix platforms (such as Microsoft Windows), a new Apache [[W:application programming interface|API]], and [[W:IPv6|IPv6]] support.
  
Version 2.2 introduced a new authorization API that allows for more flexibility. It also features improved cache modules and proxy modules.
+
Version 2.2 introduced a new authorization API that allows for more flexibility, with a resulting increase in complexity of configuration. It also features improved cache modules and proxy modules.
  
 
==Useful commands==
 
==Useful commands==

Revision as of 21:54, 18 September 2007


The Apache HTTP Server, commonly referred to simply as Apache, is a web server notable for playing a key role in the initial growth of the World Wide Web. Apache was the first viable alternative to the Netscape Communications Corporation web server (currently known as Sun Java System Web Server), and has since evolved to rival other Unix-based web servers in terms of functionality and performance.


Apache versions

Version 2 of the Apache server was a substantial re-write of much of the Apache 1.x code, with a strong focus on further modularization and the development of a portability layer, the Apache Portable Runtime. The Apache 2.x core has several major enhancements over Apache 1.x. These include UNIX threading, better support for non-Unix platforms (such as Microsoft Windows), a new Apache API, and IPv6 support.

Version 2.2 introduced a new authorization API that allows for more flexibility, with a resulting increase in complexity of configuration. It also features improved cache modules and proxy modules.

Useful commands

Apache 1.x

  • /usr/sbin/apachectl --help
  • /usr/sbin/httpd -h

Apache 2.x

  • /usr/sbin/apachectl --help
  • /usr/sbin/apache2 -h