Apache Configuration Examples

In the configuration examples in this section, the following has assumed to have been added to the httpd.conf file, which is the default main configuration file for Apache.

The primary Apache configuration file is normally called http.conf. You can place mod_ jadehttp directives in this file or in a separate file.

The recommended method is to create a separate jadehttp.conf file that contains the required mod_ jadehttp directives, and include this file in the primary http.conf file as follows.

LoadModule jadehttp_module modules/mod_jadehttp.so
Include conf/jadehttp.conf

Each of the examples in the following subsections has a different jadehttp.conf file.