From owner-freebsd-questions Fri Nov 1 6:33: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146B037B401 for ; Fri, 1 Nov 2002 06:33:07 -0800 (PST) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC5B43E6E for ; Fri, 1 Nov 2002 06:33:05 -0800 (PST) (envelope-from lefty@asda.gr) Received: from asda.gr (lefty.ene.asda.gr [193.92.118.162]) (authenticated bits=0) by ene.asda.gr (8.12.6/8.12.6) with ESMTP id gA1EWxNq024388; Fri, 1 Nov 2002 16:33:03 +0200 (EET) (envelope-from lefty@asda.gr) Message-ID: <3DC2909D.FDE4C095@asda.gr> Date: Fri, 01 Nov 2002 16:33:01 +0200 From: Lefteris Tsintjelis X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: Rotaru Razvan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: regarding php installation References: <20021101105444.31858.qmail@web11201.mail.yahoo.com> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, the httpd.conf should look like this: ... LoadModule php4_module libexec/apache/libphp4.so ^ Add "2" if u use apache v2 ... AddModule mod_php4.c ... AddType application/x-httpd-php .php .php4 .php3 .phtml AddType application/x-httpd-php-source .phps ... That should work just fine. U probably forget the "AddModule...". Actually, looks like u have apache v2. Adding php4 to apache v1 took care automatically for me the first two statements but not the "AddType...", I had to manually add those. However, I am not sure how apache v2 behaves. U should check your docs just to make sure. Run an "apachectl configtest" just to make sure. Rotaru Razvan wrote: > > Hi, > > Thanks for all these good advices. I have one more question: > I added to httpd.conf the '' stuff as you said and it did > not work. > When I remove the if clause it works. In httpd conf i have the > following line: > > LoadModule php4_module libexec/apache2/libphp4.so > > What is the correct name in ? > > Thanks again > Razvan > > --- Lefteris Tsintjelis wrote: > > DaleCo Help Desk wrote: > > > > > > From: "John Bleichert" > > > To: "Rotaru Razvan" > > > Cc: > > > Sent: Thursday, October 31, 2002 8:45 AM > > > Subject: Re: regarding php installation > > > > > > > On Thu, 31 Oct 2002, Rotaru Razvan wrote: > > > > > > > > > Date: Thu, 31 Oct 2002 06:41:45 -0800 (PST) > > > > > From: Rotaru Razvan > > > > > To: freebsd-questions@FreeBSD.ORG > > > > > Subject: regarding php installation > > > > > > > > > > Hello, > > > > > > > > > > Well I have apache2+mod_php4 installed. Still my apache server > > > does not > > > > > execute php scripts (it just sends them as plain text). After > > > > > installing mod_php4 i didn't modify anything in httpd.conf. > > > > > Should I? As i can tell the module is loaded. Why is the server > > > not > > > > > running the scripts? > > > > > > > > > > Regards, > > > > > Razvan > > > > > > > > > > > > > Assuming it's the same setup as 1.2.x you need to tell the server > > > what > > > > type of files to interpret as php. See the comments in the file, > > > search it > > > > for 'php'. > > > > > > > > JB > > > > > > > > # John Bleichert > > > > > > That's pretty much it. Load_Module, Add_Module, > > > and AddType application should get it. Do your scripts have the > > > .php extension? > > > > Try adding the following in your httpd.conf: > > > > > > AddType application/x-httpd-php .php .php4 .php3 .phtml > > AddType application/x-httpd-php-source .phps > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message