From owner-freebsd-questions Sat Jul 15 21:39: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 5303E37B6AF for ; Sat, 15 Jul 2000 21:38:53 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from computer (idxwc04-178.idx.com.au [203.166.1.178]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA06051; Sun, 16 Jul 2000 14:38:11 +1000 Message-Id: <3.0.6.32.20000716144530.007c5ba0@192.168.1.194> X-Sender: dannyh@192.168.1.194 X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 16 Jul 2000 14:45:30 +1000 To: David@SkytrackerCanada.com From: Danny Subject: Re: newbie of php problem - code shows no output Cc: questions@freebsd.org In-Reply-To: <39707F7F.C765CB89@www3.pacific-pages.com> References: <3.0.6.32.20000715151018.007f84f0@192.168.1.194> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you checked your AddType application directive for php3 ? it looks like is not part of your httpd.conf I can't prove it 100% because I am now using Windows as the OS instead of FreeBSD. At 11:13 AM 7/15/00 -0400, David Banning wrote: >It seems like httpd.conf has been configured for php3 (I uninstalled >php4 and >installed php3 to see if it would make a difference); > >LoadModule unique_id_module libexec/apache/mod_unique_id.so >#LoadModule php4_module libexec/apache/libphp4.so >LoadModule php3_module libexec/apache/libphp3.so > >and; > >AddModule mod_so.c >AddModule mod_setenvif.c >#AddModule mod_php4.c >AddModule mod_php3.c > >and; > > > > > DirectoryIndex index.php index.php3 index.html > > > DirectoryIndex index.php3 index.html > > > > > DirectoryIndex index.php index.html > > > DirectoryIndex index.html > > > > >Is that all that's needed? > >Danny wrote: >> >> You have to modify httpd.conf to support the php4 extension. >> >> And remember to restart your Apache server after you modified httpd.conf >> >> At 06:19 PM 7/14/00 -0400, you wrote: >> >Actually my file is /usr/David/php/test.php so it does have a .php >> >extension. >> > >> >I tried your script, with do difference - it does seem to read the >> >script, >> >as for a moment in netscape - at the bottom it says "reading file...", >> >then "DONE." >> > >> > >> >David Daugherty wrote: >> >> >> >> Try naming the file with a .php extension. Also try this instead, it tells >> >> you a whole lot more: >> >> >> >> Example >> >> >> >> >> >> >> >> >> >> >> >> >> >> David >> >> Software Engineer - NetManage >> >> Work email: david.daugherty@netmanage.com >> >> Home email: doc@wcug.wwu.edu >> >> ICQ 21106703 >> >> Washington State Resident >> >> >> >> On Fri, 14 Jul 2000, David Banning wrote: >> >> >> >> > >> >> > >> >> > Hi - I am starting out 1st time with PHP4 - just installed. >> >> > >> >> > My first script called test.php4 gives a blank screen in Netscape; >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > > >> > >> >> > $myvar = "Hello World"; >> >> > echo $myvar; >> >> > >> >> > ?> >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > I know the code is there, as when I save the netscape screen to a file, >> >> > the code is there. Any idea what could cause this? >> >> > >> >> > >> >> > To Unsubscribe: send mail to majordomo@FreeBSD.org >> >> > with "unsubscribe freebsd-questions" in the body of the message >> >> > >> > >> >-- >> >"Honesty is the best policy, but insanity is a better defense" >> > >> > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org >> >with "unsubscribe freebsd-questions" in the body of the message >> > > >-- >"It was a virgin forest, a place where the Hand of Man had never set >foot." > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message