logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Apache, PHP, MySQL, installation help...
Author
Aerodyne



Joined: 24 Apr 2007
Posts: 1

PostPosted: Tue 24 Apr '07 12:41    Post subject: Apache, PHP, MySQL, installation help... Reply with quote

Hi all,

I trying to install Apache 2.2.4, MySQL 5.0.37, PHP 5.2.1 & phpMyAdmin-2.10.1-rc1 on a Windows XP Pro SP2 machine to test development on!!! I can't seem to get them working correctly?

I've added this to the Apache config file:
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
PHPIniDir "C:/Program Files/PHP"
AddType application/x-httpd-php .php

But when I try to load a simple PHP page:
Code:
<html>
<head>
  <title>PHP Test</title>
</head>
<body>
<?php phpinfo(); ?>
 </body>
</html>

Nothing happens in firefox!!! the page is stored in "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test.php"


TIA
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 24 Apr '07 15:15    Post subject: Reply with quote

Did you open in your browser

C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test.php

oder

http://localhost/test.php

?

What does your error log say?
Back to top
raffe



Joined: 20 Dec 2005
Posts: 15

PostPosted: Thu 26 Apr '07 16:29    Post subject: Reply with quote

One really easy way is this:
http://www.apachelounge.com/viewtopic.php?t=1536

Otherwise, did you look here?:
http://www.apachelounge.com/viewforum.php?f=4
Back to top


Reply to topic   Topic: Apache, PHP, MySQL, installation help... View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules