On Tue, Mar 23, 2010 at 5:18 PM, Ionut Biru <biru.ionut@gmail.com> wrote:
> On 03/23/2010 11:12 PM, Carlos Mennens wrote:
>> Any suggestions?
>
> yes. read the wiki about LAMP. installing packages is not enough. you have
> to tell apache to use php and is described on the wiki.
That's a hefty article on the wiki

I think you're only looking for
these two lines that go into httpd.conf:
LoadModule php5_module modules/libphp5.so
Include conf/extra/php5_module.conf
Denis.