So you need to upgrade PHP3 after the PHP security advisory a few days ago. Here’s how to do it if you can’t compile Apache with DSO support and also need SSL.
|
$ cd apache_1.3.23 $ cd php-3.0.18 compile openssl (http://www.openssl.org/) $ cd ../mod_ssl-2.8.7-1.3.23 $ cd ../apache_1.3.23 |
Some important links:
