Re: .PHP code does not parse php5 Apache2 on windows
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: .PHP code does not parse php5 Apache2 on windows

From: Jim Dornbos <usenet@work.com>
Date: Tue Apr 04 2006 - 19:34:03 CEST

On Tue, 04 Apr 2006 09:27:18 -0400, Massa Batheli <mngong@yahoo.com> wrote:

> Can anyone tell me why .php code is not parsed
>
>
> #For PHP 5:
> short_open_tag = Off
> httpd.conf
> # Add to the end of the LoadModule section
> LoadModule php5_module "C:/PHP/php5apache2.dll"
> AddType application/x-httpd-php .php
> #Add to the end of the AddModule section
> #AddModule mod_php5.c

Don't you want to uncomment that last line? Should be:

AddModule mod_php5.c
Received on Mon May 1 02:48:13 2006