After Installation - Red Hat ENTERPRISE LINUX 3 Reference Manual

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

Advertisement

136
Under Apache HTTP Server 2.0, use the following directives instead:
Files *.php
SetOutputFilter PHP
SetInputFilter PHP
/Files
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:
http://www.php.net/release_4_1_0.php
10.2.4.8. The
mod_authz_ldap
Red Hat Enterprise Linux ships with the
This module uses the short form of the distinguished name for a subject and the issuer of the client
SSL certificate to determine the distinguished name of the user within an LDAP directory. It is also
capable of authorizing users based on attributes of that user's LDAP directory entry, determining
access to assets based on the user and group privileges of the asset, and denying access for users with
expired passwords. The
Important
The
mod_authz_ldap
password hash. This functionality is provided by the experimental
not included with Red Hat Enterprise Linux. Refer to the Apache Software Foundation website online
at http://www.apache.org/ for details on the status of this module.
The
/etc/httpd/conf.d/authz_ldap.conf
Refer
to
/usr/share/doc/mod_authz_ldap- version /index.html
with the version number of the package) for more information on configuring the
version
module.
mod_authz_ldap

10.3. After Installation

After installing the
httpd
at http://httpd.apache.org/docs-2.0/.
The Apache HTTP Server's documentation contains a full list and complete descriptions of all con-
figuration options. For the convenience, this chapter provides short descriptions of the configuration
directives used by Apache HTTP Server 2.0.
The Apache HTTP Server 2.0 includes the ability to set up secure Web servers using the strong SSL
encryption provided by the
files, be aware that it includes both a non-secure and a secure Web server. The secure Web server
runs as a virtual host, which is configured in the
information about virtual hosts, refer to Section 10.8 Virtual Hosts. For information on configuring a
secure server virtual host, Section 10.8.1 Setting Up Virtual Hosts. For information on setting up an
to
in the file
On
/etc/php.ini
Module
mod_authz_ldap
module is required when using the
mod_ssl
module does not authenticate a user to an LDAP directory using an encrypted
package, review the Apache HTTP Server's documentation available online
and
mod_ssl
openssl
Chapter 10. Apache HTTP Server
.
module for the Apache HTTP Server.
mod_authz_ldap
mod_auth_ldap
file configures the
mod_authz_ldap
packages. When looking through the configuration
/etc/httpd/conf.d/ssl.conf
module.
module, which is
module.
(replacing
file. For more

Advertisement

Table of Contents
loading

Table of Contents