staring in the face of going completely bald and broke i once again come in need of help.
i can for the fricken life of me get PHP 5 and Apache to communicate. i can install Apache 2.2 and it runs fine, but when i go to my browser and put in the localhost it returns an error. i have added the required LoadModule code to get Apache and PHP to talk, but still the browser returns an error. i have tried just about everything i can find from googling and am going crazy. over 2 weeks i have spent trying to get this happening!!
OS-Vista
PHP-5
Apache 2.2
Followed complete word for word instructions from PHP and MySQL Web Development - Devolpers Library Manual and still no luck.
the error log from Apache looks like this (with the PHP Load Module section commented out at the moment, it starts but im not sure it is correct)
[Fri Jun 11 19:50:04 2010] [notice] Apache/2.2.9 (Win32) configured -- resuming normal operations
[Fri Jun 11 19:50:04 2010] [notice] Server built: Jun 13 2008 04:04:59
[Fri Jun 11 19:50:04 2010] [notice] Parent: Created child process 4988
[Fri Jun 11 19:50:04 2010] [notice] Child 4988: Child process is running
[Fri Jun 11 19:50:04 2010] [notice] Child 4988: Acquired the start mutex.
[Fri Jun 11 19:50:04 2010] [notice] Child 4988: Starting 64 worker threads.
[Fri Jun 11 19:50:04 2010] [notice] Child 4988: Starting thread to listen on port 80.
[Fri Jun 11 19:50:08 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Jun 11 19:50:08 2010] [notice] Child 4988: Exit event signaled. Child process is ending.
[Fri Jun 11 19:50:09 2010] [notice] Child 4988: Released the start mutex
[Fri Jun 11 19:50:10 2010] [notice] Child 4988: All worker threads have exited.
[Fri Jun 11 19:50:10 2010] [notice] Child 4988: Child process is exiting
[Fri Jun 11 19:50:10 2010] [notice] Parent: Child process exited successfully.
then when i add the PHP load module part
[Fri Jun 11 19:36:03 2010] [notice] Apache/2.2.9 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Fri Jun 11 19:36:03 2010] [notice] Server built: Jun 13 2008 04:04:59
[Fri Jun 11 19:36:03 2010] [notice] Parent: Created child process 5080
[Fri Jun 11 19:36:03 2010] [notice] Child 5080: Child process is running
[Fri Jun 11 19:36:03 2010] [notice] Child 5080: Acquired the start mutex.
[Fri Jun 11 19:36:03 2010] [notice] Child 5080: Starting 64 worker threads.
[Fri Jun 11 19:36:03 2010] [notice] Child 5080: Starting thread to listen on port 80.
[Fri Jun 11 19:36:06 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Jun 11 19:36:06 2010] [notice] Child 5080: Exit event signaled. Child process is ending.
[Fri Jun 11 19:36:07 2010] [notice] Child 5080: Released the start mutex
[Fri Jun 11 19:36:08 2010] [notice] Child 5080: All worker threads have exited.
[Fri Jun 11 19:36:08 2010] [notice] Child 5080: Child process is exiting
[Fri Jun 11 19:36:08 2010] [notice] Parent: Child process exited successfully.

