Hey Matt

Thanks for the info...

This server will always be on the LAN and is for development only (mainly
because I think I need a challenge...i.e. the evil empire and all...). I may
take your suggestion on Apache on another computer because I'll let myself
get locked into using .asp (.NET, VBScript  or whatever they call it today)
when I don't have to use MS tools to use it. (The win2000 server didn't cost
me anything.)

But I digress...since I have to use their products in the office everyday I
want to try and figure out what's causing it (or what undocumented feature,
read bug, it is and how to work around it)

Thanks  --  Kevin
"Matt Parlane" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Kevin...
>
> I had the same problem a while back, and I came to the conclusion that PHP
> on windows with IIS is just plain dodgy.
>
> This may or may not help, but I managed to get around the problem by
> installing Apache, then setting up all the sites which needed ASP on IIS
on
> a different port.  Set up all the ASP sites in the httpd.conf file using
> ProxyPass and ProxyPassReverse to point to the IIS web server on the
> non-standard port.  My web server is now running beautifully, with all the
> ASP pages served through IIS, and all the PHP pages served through Apache
> (and I'm desperately trying to outsource all of our ASP sites so I can
> migrate to Linux...   :)
>
> Of course, if you don't have any ASP sites, then get rid if IIS
> alltogether.....
>
> If this is of any use to you, get back to me and I'll let you know the
> nitty-gritty of how to get it going.
>
> Thanks,
>
> Matt
>
> "Kevin Lilly" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
> >
> > After configuring the server and php I tested it on that computer by
> calling
> > phpinfo() and it served the page fine. I then tried to call the page
from
> a
> > windows 98SE computer on the LAN and the server crashed (blue screen of
> > death -- memory dump -- computer restarted).
> >
> > After trying this several times with the same result I tried to call
> another
> > page with a simple print() statement which comes up with no problem on
> > either machine.
> >
> > Any suggestions would be greatly appreciated.
> > Thanks  --  Kevin
> >
> >
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to