PHP Newsletter

Join now and receive weekly updates pertianing to the world of PHP.

Polls

What do you think about the new PHPMine Design?
Awesome
Not Bad
Sucks

PHP Gigs By City

PHP Jobs By Topic

Advertisements

problems with php and apache?

Asked 2008-05-20 03:40:59 by Hernan B

Apache 5.2.6 is not working .. Please HELP !!!?
I'm frustrated trying to make PHP and Apache works.
Here you have what I'm doing:

1. First of all download the Apache 2.2.8 MSI Installer and the PHP 5.2.5 zip package save these files to your Desktop

2. I ran the apache and chose localhost and I went to the locahost and I got "It Works"

3. I extracted the php-5.2.5-Win32 zip file to C:\PHP.
And I went to the "httpd.conf" and scroll down to the line
"# Secure (SSL/TLS) connections"
And before that line and put
# Secure (SSL/TLS) connections
#Include conf/httpd-php5.conf

4. And then, I created a folder "httpd-php5.conf" on the "conf" folder.

5. And I put into this folder
LoadModule php5_module "C:/php/php5apache2_2.dll...
PHPIniDir "C:/php"
AddType application/x-httpd-php .php
6. I restarted apache and create a folder with "<?php phpinfo(); ?>" and still is not working :-( please help

Anwered 2008-05-20 03:58:12 by TalentedChimp

Posting multiple times won't get your question answered any faster.

Questions and answers provided by the Yahoo Answers Community.