VMware Images:
|
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)
|
Submitted by falko (Contact Author) (Forums) on Sun, 2009-07-26 18:29. :: Ubuntu | Apache | MySQL | PHP
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)Version 1.0 LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you!
1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace them where appropriate. I'm running all the steps in this tutorial with root privileges, so make sure you're logged in as root: sudo su
2 Installing MySQL 5.0First we install MySQL 5.0 like this: aptitude install mysql-server mysql-client You will be asked to provide a password for the MySQL root user - this password is valid for the user root@localhost as well as root@server1.example.com, so we don't have to specify a MySQL root password manually later on: New password for the MySQL "root" user: <-- yourrootsqlpassword
3 Installing Apache2Apache2 is available as an Ubuntu package, therefore we can install it like this: aptitude install apache2 Now direct your browser to http://192.168.0.100, and you should see the Apache2 placeholder page (It works!): Apache's default document root is /var/www on Ubuntu, and the configuration file is /etc/apache2/apache2.conf. Additional configurations are stored in subdirectories of the /etc/apache2 directory such as /etc/apache2/mods-enabled (for Apache modules), /etc/apache2/sites-enabled (for virtual hosts), and /etc/apache2/conf.d.
4 Installing PHP5We can install PHP5 and the Apache PHP5 module as follows: aptitude install php5 libapache2-mod-php5 We must restart Apache afterwards: /etc/init.d/apache2 restart
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning






print: 

Recent comments
15 hours 15 min ago
17 hours 16 min ago
20 hours 27 min ago
22 hours 46 min ago
23 hours 56 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 23 hours ago