Jump to content

Trouble setting up Apache


BlinkSumGreen

Recommended Posts

What version of Apache do you have installed?

 

Note: PHP comes with there Apache modules these are following:

  • php5apache.dll - for use with Apache1.3.x
  • php5apache2.dll - for use with Apache2.0.x
  • php5apache2_2.dll = for use with Apache2.2.x

 

You must use the correct Apache module for the version of Apache you have installed.

I have version 2.2, so I changed it to be 'php5apache2_2.dll', and now I don't get an error anymore, but Apache itself won't open... and I tried putting a document in the htdocs folder and open it in a browser, but it doesn't work.

 

<?php

phpinfo();

?>

 

Unless that's wrong, I don't know what's up.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.