Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 53199 invoked by uid 500); 3 Nov 2002 00:30:56 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 53187 invoked from network); 3 Nov 2002 00:30:54 -0000 Received: from 100m.mpr200-1.esr.lvcm.net (24.234.0.78) by daedalus.apache.org with SMTP; 3 Nov 2002 00:30:54 -0000 Received: from gaming (cm102.50.234.24.lvcm.com [24.234.50.102]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.5) with SMTP id ANV02526; Sat, 2 Nov 2002 16:30:53 -0800 (PST) Reply-To: From: "George \"Gman\" Flatman" To: "Apache Users Forum" Cc: "PHP Install Forum" Date: Sat, 2 Nov 2002 16:25:24 -0800 Message-ID: <001701c282cf$803ce1f0$0401a8c0@gaming> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Getting Php to work I have Apache v2.0.43 and it runs fine tried to install PHP v4.2.3 and i added the following lines. In my php.ini file i added: extension_dir = "D:/php" Then i added the following lines in my http.conf and http.default.conf files: ScriptAlias /php/ "D:/php/" AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml Action application/x-httpd-php /php/php.exe I then created a test.php file with the following commands: I then typed in my local browser: http://localhost/test.php it came back and said page cannot be displayed. I also tried the following addresses: http://www.theedge2k.com/test.php http://24.234.50.102/test.php and neither one worked. Can someone tell me what i missed. I read the documentation but go so confused because it seemed like it was jumping around the docs. "Gman": The Local Trouble Maker Owner: The Edge Internet Radio http://www.theedge2k.com Email: lifegard@lvcm.com theedge2k@hotmail.com Georgfla@dellmail.com ICQ#: 136383819 IM: theedge2k Yahoo: theedgeIIk Aim: theedgeIIk --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org