Skip to Main Content
Linux System Administration
book

Linux System Administration

by Tom Adelstein, Bill Lubanovic
March 2007
Intermediate to advanced content levelIntermediate to advanced
304 pages
11h 12m
English
O'Reilly Media, Inc.
Content preview from Linux System Administration
124
|
Chapter 6: Administering Apache
than 60 percent of all public web sites (http://news.netcraft.com/archives/web_server_
survey.html). Apache runs on Linux, Mac OS X, and all other Unix-like systems, as
well as the many incarnations of Microsoft Windows.
Like other Unix programs, Apache can be built with all of its modules combined into
one big program (static linking), or with modules that are loaded into memory as
needed (dynamic shared objects, or DSOs). The DSO method is easier and more flexi-
ble, since it allows you to add modules to Apache after you’ve built it. The Debian
installation for PHP and other Apache modules uses the DSO method.
Installation
In this section, we’ll install Apache, PHP, and MySQL. We’ll test each with its
default setup to ensure they’re all running correctly. In the following section, we’ll
dive into Apache configuration files and explore how to customize our setup.
Apache
You need to be the root user to install packages. First get the Apache server:
# apt-get install apache2
This should install Apache and start it. Did it work? To find out, enter your site’s
URL in a web browser. For the examples in this chapter, we’ll use the name of our
test server (http://server1.centralsoft.org). When you see this URL in the examples,
substitute the URL of your own server. If you’re running your browser on the same
machine as your web server and might have problems with DNS ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Linux System Administration

Mastering Linux System Administration

Christine Bresnahan, Richard Blum
Mastering Linux Administration

Mastering Linux Administration

Alexandru Calcatinge, Julian Balog

Publisher Resources

ISBN: 9780596009526Supplemental ContentCatalog PageErrata