From owner-freebsd-questions Sun Apr 23 16:13: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [208.12.10.34]) by hub.freebsd.org (Postfix) with ESMTP id AC27937B55B for ; Sun, 23 Apr 2000 16:13:06 -0700 (PDT) (envelope-from marcw@lanfear.com) Received: from katana (katana.lanfear.com [10.0.0.3]) by akira.lanfear.com (8.9.3/8.9.3) with SMTP id QAA68985 for ; Sun, 23 Apr 2000 16:13:04 -0700 (PDT) (envelope-from marcw@lanfear.com) From: "Marc Wandschneider" To: Subject: Am I just being dumb (apache/php) Date: Sun, 23 Apr 2000 16:13:04 -0700 Message-ID: <000701bfad79$7a9caec0$0300000a@katana> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG whasssuuuppp? so, I have apache 1.3.9 running on my FreeBSD 3.3 server. I also compiled in PHP 3.0.12 support, and added in mysql support as well. next, I added the following to httpd.conf AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps and did the demanded copy of php3.ini-dist to /usr/local/lib/php3.ini. stopped & started apache, and it prints out the following: [Sun Apr 23 15:10:28 2000] [notice] Apache/1.3.9 (Unix) PHP/3.0.12 configured -- resuming normal operations Now, the problem is, I can't get any script to actually DO anything. I'm assuming that this stuff is basically just server side script that can be embedded in HTML, and the server executes right before downloading the HTML. that being the case, I can't get any code to run at all, like or any of the other tags suggested ... Am I just way off on my understanding of what I'm supposed to be doing here?? Any suggestions would be appreciated. Thanks. marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message