Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: nicolasdiogo on March 10, 2008, 03:04:02 pm

Title: howto install php 5 on ebox - sarge with webserver module
Post by: nicolasdiogo on March 10, 2008, 03:04:02 pm
hi,

i would like how i can install php5 on a ebox debian sarge?
could it cause problem to the ebox installation?

thanks

Nicolas
Title: Re: howto install php 5 on ebox - sarge with webserver module
Post by: sixstone on March 10, 2008, 04:46:19 pm
Add your favourite debian sarge repository to /etc/apt/sources.list, for instance:
Code: [Select]
deb http://ftp.de.debian.org/debian sarge main contrib

And run the following command prior to installing php5:
Code: [Select]
$ apt-get update

I should be ok. Every new created virtual host, you have a special directory (/etc/apache2/sites-available/user-ebox-$vhostName) to include every configuration file you need.

I hope this helps.