What's the best way to install Apache and PHP on Ubuntu?
Answers
|
The easiest way is to use apt-get or synaptics. Use these commands:
sudo apt-get install apache2 php5 libapache2-mod-php5 There are several full guides as well: http://joeabiraad.com/linuxunix/in...achemysqlphp/100 http://www.lejnieks.com/2009/02/17...n-ubuntu-server/ http://www.atsutane.net/2009/11/in...p-on-ubuntu.html 1 month ago Report Abuse |












