Skip to Content
Linux System Administration
book

Linux System Administration

by Tom Adelstein, Bill Lubanovic
March 2007
Intermediate to advanced
304 pages
11h 12m
English
O'Reilly Media, Inc.
Content preview from Linux System Administration
Installation
|
125
You should see the word testing on the screen. Your Apache server is running with
no access restrictions, serving any files and directories that exist under /var/www.
PHP
PHP is the most popular Apache CGI module. In this chapter, we’ll use PHP 4,
which remains more popular than its eventual successor, PHP 5. Using either ver-
sion is a good way to create dynamic web pages, and the large library of PHP mod-
ules adds many useful functions. Begin by getting the PHP program and libraries:
# apt-get install php4
Now get the PHP Apache module, mod_php. This command will install mod_php
and tell Apache to let it execute files with a .php suffix:
# apt-get install libapache2-mod-php4
Create this test PHP script and save it to /var/www/info.php:
<?php
phpinfo( );
?>
Then enter the script’s URL (http://server1.centralsoft.org/info.php) in your browser.
You should see a page with tables full of PHP configuration information. This infor-
mation tells a lot about your machine that you may not want to share with the
world, so you should delete this script after testing it. If you don’t see anything, take
a look at the“Troubleshooting” section at the end of this chapter.
By the way, if you’re a newbie, you just wrote your first CGI script! (In the later sec-
tion on CGI, we’ll provide more details about how web servers run external pro-
grams and scripts.)
MySQL
If you don’t need a database, you
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.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Practical Linux System Administration

Practical Linux System Administration

Kenneth Hess
Mastering Linux System Administration

Mastering Linux System Administration

Christine Bresnahan, Richard Blum

Publisher Resources

ISBN: 9780596009526Catalog PageErrata