Linux Server How ToHow To Setup, Configure, Manage and Secure a Linux Server |
|
Home Which Linux Distribution? Linux Server Hardware Linux Server Security Linux Web Server - Apache Introduction to Apache2 Install Apache With Apt-get Install Apache From Source Compile Options Configuring Apache Linux DNS Server - Bind Linux DHCP Server - DHCPD Linux Mail Server - Sendmail LDP How To's About This Site |
Linux Server How To - The Apache Web ServerIntroducing the Apache Web ServerThe Apache Web Server or Apache HTTP Server, most commonly simply called Apache, is the most widely used web server on the internet. In 2009 the Apache web server became the first to surpass the 100 million web site milestone, a credit to this well established, well maintained and long running application. Over 55% of web sites are served by an Apache web server on a wide range of platforms, though the majority of web servers using Apache are Linux servers.Apache is developed and maintained by an open community of developers under the Apache Software Foundation and is available for a wide range of operating systems including Unix, Linux, Mac OS and Microsoft Windows. The Apache web server is open source software whose licence allows for the distribution of both open and closed source derivatives of the source code.
Installing the Apache web server on your Linux server and configuring it for use to display a single or multiple websites is easy and can be achieved in a very short period of time. Linux Server How To shall endevour to walk you through the installation of Apache and provide guidance on basic configuration. We shall examine how to install Apache using the Apt package manager and also compile Apache from source with some common configuration options. If you intend to use the Apache web server to display a customer management system, ticketing system or any other application that is for internal use only your Linux server will be accessable on your Local Area Network by its IP address or by careful manipulation of your client computers host files. If you intend to use your Linux server to display a personal or corporate website over the internet you will require an internet connection with a routable IP address so that the general public can access your Apache web server. This connection should have a reasonable amount of outbound bandwidth to accommodate the traffic that the server will create. You will also require a domain name and a minimum of two DNS servers that also have routable IP addresses so that the domain can be accessed. If you are unfamiliar with the function of a domain name and the necessity of DNS servers please consider reading How to Register a Domain as it provides an excellent primer on how to register a domain and what uses your domain can be put to once registered. |
| © 2009 www.linuxserverhowto.com |