维基天空

June 5, 2007

Ubuntu Apache-PHP-MySQL Server

Filed under: 涅磐思考|Thinking — admin @ 1:03 pm

After the default normal installation of Ubuntu, here are the additional steps I need to do to have a Apache-PHP-MySQL Server.

1. SSH Server (for my remote access)

sudo apt-get install ssh
2. Database Server

sudo apt-get install mysql-server
3. Apache HTTP Server

sudo apt-get install apache2
4. PHP for Apache HTTP Server

sudo apt-get install php4
5. MYSQL for Apache HTTP Server

sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php4-mysql

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress