Reply to comment
Ubuntu Apache-PHP-MySQL Server
After the default normal installation of Ubuntu, here are the additional steps I need to do to have a Apache-PHP-MySQL Server.
- SSH Server (for my remote access)
sudo apt-get install ssh
- Database Server
sudo apt-get install mysql-server
- Apache HTTP Server
sudo apt-get install apache2
- PHP for Apache HTTP Server
sudo apt-get install php4
- MYSQL for Apache HTTP Server
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php4-mysql
Note: Ubuntu 8.04 "Hardy Heron" update is here.
- Add new comment
- 110060 reads
Recent comments
5 days 41 min 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 19 hours ago
16 weeks 1 day ago
16 weeks 1 day ago