"Jeroen Smaal" <jsnews DeleteThis @REMOVE-THIS.zippy.xs4all.nl> wrote in message news:<3f05c2f1$0$2244$e4fe514c@dreader6.news.xs4all.nl>...
> "Ashley" <hot_geezer DeleteThis @hotmail.com> wrote in message
> news:f560e709.0307040413.52e5ee4c@posting.google.com...
> > I got Apache 2.0.43 running on Windows 2000.
> > I've intalled PHP 4.2.3 into c:\php-4.2.3-Win32
> >
> > Both programs are binary.
> >
> > Im using a step by step guide from a new book i bought. The two
> > programs were supplied with it.
> >
> > It says to configure apache to use PHP, add the following lines:
> >
> > LoadModule php4_module c:\php-4.2.3-Win32\sapi\php4apache2.dll
>
> Replace \ with / (Unix custom - It's also mentioned in httpd.conf).
>
> LoadModule php4_module c:/php-4.2.3-Win32/sapi/php4apache2.dll
>
> That should do it.
>
> Jeroen
IN RESPONSE TO BOTH ARTICLES
I had alreay tried \'s and /'s, neither worked. I tried again and it
still didn't work.
In addition the error log has no error messages, but there is this
warning message. It says:
[Thu Jul 03 20:10:01 2003] [warn] pid file C:/Program Files/Apache
Group/Apache2/logs/httpd.pid overwritten -- Unclean shutdown of
previous Apache run?
Could this be the reason or help?
I have always used the stop button in Apache Monitor to stop apache,
and also restart.
My pages are not also being displayed when i view them, I have set the
DocumentRoot directory. A little more help please?<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Apache 2.0.43 PHP 4.2.3 Windows 2000 My config ..