This is a discussion on HELP: installing PHP 5.1.4 on Windows XP Pro with Apache 2.2 within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Greetings. It's been a while since I installed a new server and the documentation doesn't seem to help. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Greetings.
It's been a while since I installed a new server and the documentation doesn't seem to help. I have a Windows XP Pro system. Already installed the Apache server and it is working. To install PHP 5.1.4 I already: - extracted the PHP files to a folder - copied the file "php5ts.dll" to the "bin" folder under Apache - copied the file "php.ini-recommended" to "php.ini" and edited the line "include_path" to point to the PHP folder - add the following lines to the Apache "httpd.conf" file: LoadModule php5_module "C:/Program Files/PHP-5.1.4/php5apache.dll" AddModule mod_php5.c AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Now, everytime I try to start the Apache server, it replies: "Error: The requested operation has failed" If I remove the "PHP" lines" from the httpd.conf" file, the server starts. Can anyone help me, please? Thank you, Joaquim Amado Lopes |