Mo' php woes!

Matt Fuerst fuerstma@msu.edu
Mon, 27 Aug 2001 22:27:39 -0400


Hi Jeremy!

Thanks for the tip.. it's insight at the very least... I am really perplexed
as to where to go next.. I guess I could just do standard RedHat RPM
installs but I really wanted to use the /usr/local layout instead of the
RedHat one.. it's hard for me to figure out where it puts everything!

I have tried over by wiping out the /usr/local/apache and /usr/local/lib/php
directories... untarring all of the source directories again, and starting
fresh.. I have taken SSL out of the equation also, just doing apache and
php... man! what a pain!

Matt

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Matt Fuerst
fuerstma@msu.edu
----- Original Message -----
From: "Jeremy Paul Bowers" <bowersj2@pilot.msu.edu>
To: "Matt Fuerst" <fuerstma@msu.edu>
Sent: Monday, August 27, 2001 10:02 PM
Subject: Re: Mo' php woes!


> Matt Fuerst, you said. . .
> >I run this file, and it produces an empty document. I save the document,
and
> >every time it weighs in at 4,096 bytes. Curious...
> >
> >I also have http://mathosting.dyndns.org/test.php, it contains the
> >following:
>
> I just did a wget -s http://mathosting.dyndns.org/test.php, and I got
this:
>
> HTTP/1.1 200 OK
> Date: Tue, 28 Aug 2001 02:02:17 GMT
> Server: Apache/1.3.20 (Unix) PHP/4.0.7-dev
> X-Powered-By: PHP/4.0.7-dev
> Connection: close
> Content-Type: text/html
>
>
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
^@^@
>
> That's from "less", so the ^@ are NULs (aka 0's).  It goes on for another
> 40,000+ bytes. I have no idea what this means, but I'd have to guess
something
> is seriously wrong with your compiling. It's like you've got the right
buffer
> size but the wrong pointer... not everything is ^@, but mostly.
>
> My first intuitions were wrong... your MIME type is correct, it looks like
PHP
> is running...
>
> --
> -----------------------------------------------------
> - Jeremy Bowers  jerf@jerf.org  http://www.jerf.org -
> - http://www.jerf.org/irights :                     -
> -   * Eternal Vigilance is the Price of Freedom *   -
> -----------------------------------------------------
>
>