Big Apache Issues

Twinkie

Banned
Messages
1,389
Reaction score
12
Points
0
I just tried to install a home server on Vista-64 bit, all (MySQL 5 and Apache 2.2.10) installs and configures correctly. HTTP works perfectly with HTML, but Apache refuses to install PHP 5.2.6 as a module. I tried first manually installing it, putting the code below into the configuration file:
Code:
PHPIniDir "C:/Program Files (x86)/PHP/"
LoadModule php5_module "C:/Program Files (x86)/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php .html
The last statement for some reason could not be loaded without the server crashing. I tried again with the automatic windows installer, installed correctly but the PHP files does not run it's scripts. The phpinfo() function shows up blank.
Code:
AddType application/x-httpd-php .php .html
This statement seems to crash Apache no matter which way I install it, why is Apache doing that??

Apparently the Mime types is kept in a different configuration file. The installer updated it correctly, but the script is still not executed.
 
Last edited:

Twinkie

Banned
Messages
1,389
Reaction score
12
Points
0
Somebody has to have sucessfully installed PHP on a 64 bit system?
 
Last edited:
Top