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: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:PHPIniDir "C:/Program Files (x86)/PHP/" LoadModule php5_module "C:/Program Files (x86)/PHP/php5apache2_2.dll" AddType application/x-httpd-php .php .htmlThis statement seems to crash Apache no matter which way I install it, why is Apache doing that??Code:AddType application/x-httpd-php .php .html
Apparently the Mime types is kept in a different configuration file. The installer updated it correctly, but the script is still not executed.


LinkBack URL
About LinkBacks

Reply With Quote
