From owner-freebsd-questions Sun Jul 16 21: 5:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 891F337B994 for ; Sun, 16 Jul 2000 21:04:57 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.61.229]) by www3.pacific-pages.com (8.8.5) id WAA12316; Sun, 16 Jul 2000 22:04:26 -0600 (MDT) Message-ID: <397285B1.5582B64E@www3.pacific-pages.com> Date: Mon, 17 Jul 2000 00:04:01 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Larry Rosenman Cc: David@SkytrackerCanada.com, Matthew West , questions@FreeBSD.ORG Subject: Re: simple php script won't show in netscape References: <200007170341.e6H3fxU08402@lerami.lerctr.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Larry Rosenman wrote: > > what you did should be sufficient. The -dist has the right magic. > > Larry > > Larry Rosenman wrote: > > > > > > Did you create the php.ini or php3.ini file and turn on the interprieter? What about turning on the interprieter? > > I simply copied /usr/local/lib/php3.ini from php3.ini-dist > > but did not modify it. I didn't see anything about turning on an > > interpreter > > in the manual - where is it, and how do I turn it on? > > > > > Larry > > > > Matthew West wrote: > > > > > > > > > > On Sat, Jul 15, 2000 at 09:49:34PM -0400, David Banning wrote: > > > > > > only executes a blank screen in netscape. > > > > > If you go View|Page Source (or hit alt-U), what do you see there? > > > > > > > > I see the source code (my file - test.php3) > > > > > > > > > > > 'AddType application/x-httpd-php4 .php' is in httpd.conf > > > > > that's for php_4_ though > > > > The actual lines I have instead are; > > > > > > > > AddType application/x-httpd-php3 .php3 > > > > AddType application/x-httpd-php3-source .php3s > > > > > > > > # > > > > # And for PHP 4.x, use: > > > > # > > > > > > > > AddType application/x-httpd-php .php > > > > AddType application/x-httpd-php-source .phps > > > > > > > > > > > > > > > > > > > I'm Using FreeBSD 4.0 Stable, and php3 > > > > > are you sure it's php3? > > > > yes, I tried php4 first, but having run into the same problem, > > > > and wondering whether it was php4 that was the culprit, > > > > I uninstalled php4 and installed php3 > > > > > > > > > > > > > > > > > > Any idea why it's not showing up in my browser? > > > > > Do this: > > > > > > > > > > telnet localhost 80 > > > > > then type: "HEAD / HTTP/1.0" and hit Enter twice > > > > > > > > > > you should get something like this: > > > > > HTTP/1.1 200 OK > > > > > Date: Sun, 16 Jul 2000 20:23:49 GMT > > > > > Server: Apache/1.3.12 (FreeBSD) PHP/4.0RC1 > > > > > Connection: close > > > > > Content-Type: text/html > > > > > > > > > > The "Server:" bit will at least tell you what version of PHP you've got in > > > > > there. > > > > here's what that got me; > > > > > > > > # telnet local 80 > > > > local: No address associated with hostname > > > > # telnet localhost 80 > > > > Trying 127.0.0.1... > > > > Connected to localhost. > > > > Escape character is '^]'. > > > > HEAD / HTTP/1.0 > > > > > > > > HTTP/1.1 200 OK > > > > Date: Mon, 17 Jul 2000 03:15:24 GMT > > > > Server: Apache/1.3.12 (Unix) > > > > Content-Location: index.html.en > > > > Vary: negotiate,accept-language,accept-charset > > > > TCN: choice > > > > Last-Modified: Sat, 20 Nov 1999 21:29:40 GMT > > > > ETag: "aeb9b-54e-383712c4;396fc5f4" > > > > Accept-Ranges: bytes > > > > Content-Length: 1358 > > > > Connection: close > > > > Content-Type: text/html > > > > Content-Language: en > > > > Expires: Mon, 17 Jul 2000 03:15:24 GMT > > > > > > > > Connection closed by foreign host. > > > > # > > > > > > > > but it doesn't mean much to me. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > -- > > > Larry Rosenman http://www.lerctr.org/~ler > > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > -- > > A vacuum is a hell of a lot better than some of the stuff that nature > > replaces it with. > > -- Tennessee Williams > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- A witty saying proves nothing, but saying something pointless gets people's attention. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message