#1 Did you open the Apache error.log file? Are you sure there is nothing there?
#2 Has the PHP been installed into C:\PHP\ ?

This is what I have for v5 set on my Apache:

LoadModule php5_module "c:/********/php5apache2.dll"
AddType application/x-httpd-php .php

PHPIniDir "C:*****/php"

<Directory /path/to/directory>
   Options +Indexes
</Directory>

On 12/26/05, Manuel Grau Aracil <[EMAIL PROTECTED]> wrote:
> Hi! I'm having problems configuring php 4.4.1. on apache 2.0.55. as a module
> over windows xp home os. I've followed the instructions given by install.txt
> from the php home folder. I have added this lines to httpd.conf:
>
> LoadModule php4_module "c:/php/sapi/php4apache2.dll"
> AddType application/x-httpd-php .php
> PHPIniDir "C:/php"
>
> I can't start the server. I have opened the apache's log but there is no
> information to know what is happening. Can somebody help me?
>


--
Live Long and Prosper,
by Andrey Kuznetsov aka "Death Owl"

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to