Red Hat ENTERPRISE LINUX 3 Reference Manual page 153

Hide thumbs Also See for ENTERPRISE LINUX 3:
Table of Contents

Advertisement

Chapter 10. Apache HTTP Server
For more on this topic, refer to the following documentation on the Apache Software Foundation's
website:
http://httpd.apache.org/docs-2.0/mod/mod_auth_dbm.html
10.2.4.5. The
mod_perl
The configuration for
/etc/httpd/conf.d/perl.conf
statement
Include conf.d/*.conf
10.2.1.3 Dynamic Shared Object (DSO) Support.
Occurrences of
Apache::
ner in which handlers are registered has been changed.
This is a sample Apache HTTP Server 1.3
Directory /var/www/perl
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
/Directory
This is the equivalent
Directory /var/www/perl
SetHandler perl-script
PerlModule ModPerl::Registry
PerlHandler ModPerl::Registry::handler
Options +ExecCGI
/Directory
Most modules for
mod_perl
require recompilation and may require minor Makefile modifications.
10.2.4.6. The
mod_python
Configuration
for
/etc/httpd/conf.d/python.conf
work, the statement
10.2.1.3 Dynamic Shared Object (DSO) Support.
10.2.4.7. PHP
The
configuration
/etc/httpd/conf.d/php.conf
must be in
conf.d/*.conf
(DSO) Support.
The PHP is now implemented as a filter and must therefore be enabled in a different manor. Refer to
Section 10.2.4 Modules and Apache HTTP Server 2.0 for more about filters.
Under Apache HTTP Server 1.3, PHP was implemented using the following directives:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Module
has been moved from
mod_perl
. For this file to be loaded, and hence for
must be included in
in
httpd.conf
for Apache HTTP Server 2.0:
mod_perl
1.x should work without modification with
Module
mod_python
file. For this file to be loaded, and hence for
Include conf.d/*.conf
for
PHP
has
. For this file to be loaded, the statement
httpd.conf
httpd.conf
must be replaced with
configuration:
mod_perl
has
moved
must be in
httpd.conf
been
moved
from
as described in Section 10.2.1.3 Dynamic Shared Object
httpd.conf
mod_perl
as described in Section
. Additionally, the man-
ModPerl::
mod_perl
from
httpd.conf
as described in Section
httpd.conf
135
into the file
to work, the
2.x. XS modules
to
the
to
mod_python
into
the
file
Include

Advertisement

Table of Contents
loading

Table of Contents