18.2 Basic Server Configuration: Core Directives

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 18.  Apache Configuration

18.2 Basic Server Configuration: Core Directives

The following section contains core directives that are independent of modules and can be used in the Apache server at all times. With each directive, we indicate any version constraints that are required, as well as the context the directive should appear in. Contexts include:

server config

The directive is allowed in the httpd.conf or srm.conf configuration files.

<VirtualHost>

The directive can appear inside a <VirtualHost> subsection, stating that the directive applies to a virtual server.

<Directory>

The directive can appear inside a <Directory> subsection, stating that the directive applies to a specific directory tree on the server.

.htaccess

The directive can appear inside the per-directory .htaccess access control files.

Directives pertaining to specific Apache modules are covered in Chapter 19.


Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net