LAMP refers to the Linux (operating system), Apache (HTTP server), MySQL (Database software) and PHP (sometimes referred to as Perl or Python) The first letter, generally used to build a Web server. Linux is free open source software, which means that the source code is available to the operating system. Apache is one of the most popular open source web server software in use. MySQL is a multithreaded, multi-user SQL database management system. PHP is a programming language originally designed to produce dynamic Web sites. PHP is primarily used for server-side application software. Perl and Python are similar.
SOURCE Lamp Build Process:
1:[root@lyt ~]# Mkdir/mnt/cdrom
[Root@lyt ~]# mount/dev/cdrom/mnt/cdrom/
[Root@lyt ~]# cd/mnt/cdrom/server/
[Root@lyt server]# RPM-IVH vsftpd-2.0.5-16.el5.i386.rpm #安装ftp服务器, importing source code into a virtual machine
[Root@lyt server]# cd/var/ftp/
[Root@lyt ftp]# chmod o+w pub/#ftp匿名登录时需要将pub目录权限改为可读
[Root@lyt ftp]# vim/etc/vsftpd/vsftpd.conf #修改此配置文件, as shown in figure:
[Root@lyt ftp]# Service vsftpd start