Red Hat ENTERPRISE LINUX 4.5.0 Reference Manual page 184

Table of Contents

Advertisement

Chapter 10. Apache HTTP Server
Occurrences of
Apache::
manner 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 PerlResponseHandler
ModPerl::Registry Options +ExecCGI </Directory>
Most modules for
mod_perl
modules require recompilation and may require minor Makefile modifications.
2.4.7. The
mod_python
Configuration for
mod_python
/etc/httpd/conf.d/python.conf
work, the statement
Include conf.d/*.conf
Section 2.1.3, "Dynamic Shared Object (DSO)
2.4.8. PHP
The configuration for PHP has been moved from
/etc/httpd/conf.d/php.conf
must be in
conf.d/*.conf
(DSO)
Support".
Note
Any PHP configuration directives used in Apache HTTP Server 1.3 are now fully
compatible, when migrating to Apache HTTP Server 2.0 on Red Hat Enterprise
Linux 4.5.0;.
In PHP version 4.2.0 and later the default set of predefined variables which are available in the
global scope has changed. Individual input and server variables are, by default, no longer
placed directly into the global scope. This change may cause scripts to break. Revert to the old
behavior by setting
register_globals
For more on this topic, refer to the following URL for details concerning the global scope
changes:
160
in
must be replaced with
httpd.conf
mod_perl
for Apache HTTP Server 2.0:
mod_perl
1.x should work without modification with
Module
has moved from
file. For this file to be loaded, and hence for
. For this file to be loaded, the statement
as described in
httpd.conf
to
On
ModPerl::
configuration:
to the
httpd.conf
must be in
httpd.conf
Support".
into the file
httpd.conf
Section 2.1.3, "Dynamic Shared Object
in the file
/etc/php.ini
. Additionally, the
2.x. XS
mod_perl
mod_python
as described in
Include
.
to

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 4.5.0 and is the answer not in the manual?

Questions and answers

Table of Contents