Reply to comment
Ubuntu 7.04 : Apache-PHP-MySQL Server
Here are the packages you need to install to make your Ubuntu 7.04 as webserver with PHP and MySQL support.
- Install Apache:
sudo apt-get install apache2 - Install PHP5:
sudo apt-get install php5-common php5 libapache2-mod-php5 - Install MySQL:
sudo apt-get install mysql-server mysql-client - To use MySQL with PHP:
sudo apt-get install php5-mysql
- Add new comment
- 10601 reads
Recent comments
5 days 1 hour ago
2 weeks 2 days ago
2 weeks 5 days ago
2 weeks 5 days ago
2 weeks 5 days ago
4 weeks 2 days ago
7 weeks 3 days ago
10 weeks 20 hours ago
16 weeks 1 day ago
16 weeks 1 day ago