Re: [arch-general] Unable To Rendor PHP Pages in Apache

2010-03-23 Thread Denis Kobozev
On Tue, Mar 23, 2010 at 5:18 PM, Ionut Biru 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 t

Re: [arch-general] Unable To Rendor PHP Pages in Apache

2010-03-23 Thread Ionut Biru
On 03/23/2010 11:12 PM, Carlos Mennens wrote: I today installed Apache on my Arch Linux server. I did the following: # pacman -S php apache php-apache mcrypt pcre Then I edited the /etc/php/php.ini file& un-commented the following: [...] extension=mcrypt.so extension=mysql.so extension=mysqli

Re: [arch-general] Unable To Rendor PHP Pages in Apache

2010-03-23 Thread Guilherme M. Nogueira
On Tue, Mar 23, 2010 at 6:12 PM, Carlos Mennens wrote: > Any suggestions? > Read this wiki entry: http://wiki.archlinux.org/index.php/LAMP It should get you to a working apache + php. -- Guilherme M. Nogueira "Any sufficiently advanced technology is indistinguishable from magic." - Arthur C.

[arch-general] Unable To Rendor PHP Pages in Apache

2010-03-23 Thread Carlos Mennens
I today installed Apache on my Arch Linux server. I did the following: # pacman -S php apache php-apache mcrypt pcre Then I edited the /etc/php/php.ini file & un-commented the following: [...] extension=mcrypt.so extension=mysql.so extension=mysqli.so ;extension=odbc.so ;extension=openssl.so ;ex