Ok, first Apache is running because I can see any other pages that are not PHP Second php.ini and everything inside look like in place : This is not my first installation of AMP on a Windows system but this is the first time I have this "reaction". I can't display the phpinfo and for sur all the pages named .php can't be displayed... the root is changed (index.html is seen) What is funny is that the same Apache.conf and php.ini works perfectly in my other computer... Here is a piece of the error.log :
[Tue Sep 30 20:05:57 2003] [notice] Parent: Created child process 4028 [Tue Sep 30 20:05:57 2003] [debug] mpm_winnt.c(505): Parent: Sent the scoreboard to the child [Tue Sep 30 20:05:57 2003] [notice] Child 4028: Child process is running [Tue Sep 30 20:05:57 2003] [debug] mpm_winnt.c(426): Child 4028: Retrieved our scoreboard from the parent. [Tue Sep 30 20:05:57 2003] [info] Parent: Duplicating socket 208 and sending it to child process 4028 [Tue Sep 30 20:05:58 2003] [debug] mpm_winnt.c(623): Parent: Sent 1 listeners to child 4028 [Tue Sep 30 20:05:58 2003] [debug] mpm_winnt.c(582): Child 4028: retrieved 1 listeners from parent [Tue Sep 30 20:05:58 2003] [notice] Child 4028: Acquired the start mutex. [Tue Sep 30 20:05:58 2003] [notice] Child 4028: Starting 250 worker threads. [Tue Sep 30 20:05:58 2003] [debug] child.c(695): Child 4028: Worker thread 0 starting. [Tue Sep 30 20:05:58 2003] [debug] child.c(695): Child 4028: Worker thread 1 starting. Thanks "Shadow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Could be a number of things....you provided no info here.....you probably > need to verify each component. Questions you can ask yourself......Is > Apache running? If it wasn't, you couldn't display the page. If it is > running, did you configure it properly? Check the document root/web root to > make sure you are pointing it to the right directory. If you are trying to > open a PHP file, you may not have configured PHP properly.....Can you > display the php info? If not, that is a sure indication that it is not > configured properly. Check the php.ini file (you did move it to the > \windows directory...assuming you are running windows). If you are running > windows...is IIS installed? You can't run apache and IIS on the same port. > Basically, you need to check the documentation.... go to www.php.net > Shadow