×
×

Ubuntu 10.04 (Lucid) x64 LAMP image notes

Back

Ubuntu 10.04 (Lucid) x64 LAMP image notes

IFor more details on operating system please read the Ubuntu 10.04 (Lucid) x64 image instruction.
LAMP - Linux with Apache, MySQL and PHP installed

Apache Apache Hypertext Transfer Protocol Server.

MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.

PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages.

The services versions (shown in native reported format ) are:

# /usr/sbin/apache2 -V
Server version: Apache/2.2.14 (Ubuntu)
Server built:   Apr 13 2010 20:22:19
Server's Module Magic Number: 20051115:23
Server loaded:  APR 1.3.8, APR-Util 1.3.9
Compiled using: APR 1.3.8, APR-Util 1.3.9
Architecture:   64-bit
Server MPM:     Worker
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
# mysql --version
mysql  Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (x86_64) using readline 6.1
# dpkg -l |grep php
ii  libapache2-mod-php5             5.3.2-1ubuntu4.2         server-side, HTML-embedded scripting languag
ii  php5-common                     5.3.2-1ubuntu4.2         Common files for packages built from the php
ii  php5-mysql                      5.3.2-1ubuntu4.2         MySQL module for php5

Apache and MySQL servers are configured to start at the VM boot time.

Please find more about Apache Hypertext Transfer Protocol Server in Ubuntu 10.04 (Lucid) x64 Apache image notes.

Please find more about MySQL server in Ubuntu 10.04 (Lucid) x64 MySQL image notes.

PHP scripting language preferences.

The following PHP modules installed:

mysqli
mysql
pdo_mysql
pdo

Please check corresponded *.ini file(s) located in /etc/php5/apache2/conf.d/ directory for modules status and configuration.