Linux under the source way to build lamp and build a forum

Source: Internet
Author: User
Tags ftp linux

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.