12.3 Configuration
If you installed Linux as suggested in Chapter 2, Apache is already configured for PHP. To use PHP, simply name the PHP files with the .php extension.You might note that this approach is contrary to that used for Embperl and Mason, where we decided against using a separate extension for those files. The logic was to not provide too much information about our site and to keep a clean URL look throughout the site (all pages are accessed through an l extension). But because Apache is configured to use .php files out of the box, we'll stick with it out of sheer laziness (one of the desirable properties of a good programmer).There is a way to configure Apache so that all l files in a directory are processed by PHP. See the docs for more information.