Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by KarstenWade: http://fedoraproject.org/wiki/Docs/Beats/WebServers The comment on the change is: updating for fc6 test2 FC6t2 ------------------------------------------------------------------------------ - {{{ - Fedora Core 5 Release Notes Content is marked like this. - }}} = Web Servers = - This section contains information on Web-related applications. + This section has not been updated for Fedora Core [[GetVal(DocsDict,BeatsVer)]] by the [http://fedoraproject.org/wiki/DocsProject/ReleaseNotes/Beats beat writer]. == httpd == - {{{ - Fedora Core now includes version 2.2 of the Apache HTTP Server. This release brings a number of improvements over the 2.0 series, including: + This section has not been updated for Fedora Core [[GetVal(DocsDict,BeatsVer)]] by the [http://fedoraproject.org/wiki/DocsProject/ReleaseNotes/Beats beat writer]. - * greatly improved caching modules (`mod_cache`, `mod_disk_cache`, `mod_mem_cache`) - * a new structure for authentication and authorization support, replacing the security modules provided in previous versions - * support for proxy load balancing (`mod_proxy_balance`) - * large file support for 32-bit platforms (including support for serving files larger than 2GB) - * new modules `mod_dbd` and `mod_filter`, which bring SQL database support and enhanced filtering + == php == - || {*} '''Upgrading and Security Modules''' || - || If you upgrade from a previous version of {{{httpd}}}, update your server configuration to use the new authentication and authorization modules. Refer to the page listed below for more details. || - The following changes have been made to the default {{{httpd}}} configuration: + This section has not been updated for Fedora Core [[GetVal(DocsDict,BeatsVer)]] by the [http://fedoraproject.org/wiki/DocsProject/ReleaseNotes/Beats beat writer]. - * The `mod_cern_meta` and `mod_asis` modules are no longer loaded by default. - * The `mod_ext_filter` module is now loaded by default. - - || {*} '''Third-party Modules''' || - || Any third-party modules compiled for {{{httpd}}} 2.0 must be rebuilt for {{{httpd}}} 2.2. || - - The complete list of new features is available at http://httpd.apache.org/docs/2.2/new_features_2_2.html - - For more information on upgrading existing installations, refer to http://httpd.apache.org/docs/2.2/upgrading.html. - }}} - == php == - {{{ - Version 5.1 of PHP is now included in Fedora Core. This release brings a number of improvements since PHP 5.0, including: - - * improved performance - * addition of the PDO database abstraction module - - The following extension modules have been added: - - * `date`, `hash`, and `Reflection` (built-in with the `php` package) - * `pdo` and `pdo_psqlite` (in the `php-pdo` package) - * `pdo_mysql` (in the `php-mysql` package) - * `pdo_pgsql` (in the `php-pgsql` package) - * `pdo_odbc` (in the `php-odbc` package) - * `xmlreader` and `xmlwriter` (in the `php-xml` package) - - The following extension modules are no longer built: - - * `dbx` - * `dio` - * `yp` - - === The PEAR framework === - - The PEAR framework is now packaged in the `php-pear` package. Only the following PEAR components are included in Fedora Core: - - * `Archive_Tar` - * `Console_Getopt` - * `XML_RPC` - }}} Additional components may be packaged in Fedora Extras.