The LAMP (Linux-Apache-MySQL-PHP) website architecture is currently a popular Web framework, which includes: Linux operating system, Apache network server, MySQL DATA library, perl, PHP, or Python programming language. All components are open-source software and are internationally mature architecture frameworks. Many popular commercial applications adopt this architecture. Compared with the Java/J2EE architecture,
Install and configure LAMP in CentOS 6.5
1. installation environment:
System: CentOS6.5x64
Apache: httpd-2.4.10.tar.gz
Mysql: mysql-5.6.20-linux-glibc2.5-x86_64.tar.gz
Php: php-5.6.0.tar.gz
Apr: apr-1.5.1.tar.gz
Apr-util: apr-util-1.5.3.tar.gz
Libxml2: libxml2-2.9.1.tar.gz
By default, the installation path is always under/usr/local.
Ii. Apache installation:
Install the required development kit before installing Apache, and use yum-y install gcc-c ++ p
Quickly build a lamp website platform1.1 QuestionsThis example requires a fast build of the lamp dynamic Web platform based on a Linux host and ensures that PHP applications and databases can be supported to accomplish the following tasks:1) Install the Lamp platform components to start the lamp platform软件包:httpd、maria
Compile and install the LAMP source code package to implement PHP as a module and FastCGI separation:
Httpd-2.4.9
Apache2.4.9 compile the installation package
Apr-1.5.1
Apache Portable Runtime Library
Apr-util-1.5.3
Apache runtime tool
Php-5.5.30
PHP source package
Mysql-5.5.47
General binary edition (Generic)
I. compile L
installshell> CP Php.ini-production/etc/php.ini # #将安装目录下的php. ini-production Copy to/etc as configuration fileV. Configure Apache to combine with PHPEdit the vi/usr/local/apache/conf/httpd.conf file to see if the PHP module is automatically added in the LoadModule module:To make Apache associated with the file type extension. PHP: Add a sentence in the/usr/local/apache/conf/httpd.conf file: AddType application/x-httpd-php. phpAdd index.php page as default access page:Restart the Apache service
When we install the lamp environment, we usually use localhost for local address access, however, when we in the experimental environment, we need to configure multiple domain names, for different access, for example, a localhost and a test.cn two host, add a website test.cn Doing experiments, this is when we need to use the virtual host.Here I use the PHP environment is Lamp-server, operating system for Ub
First, the preparation of lamp constructionLamp is the abbreviation for four sets of software, refers to l-linux,a-apache,m-mysql,p-php, the use of these four sets of software to build the environment of the web.Need to download good software before buildingApache http://syslab.comsenz.com/downloads/linux/httpd-2.2.16.tar.gzMySQL 32-bit: http://syslab.comsenz.com/downloads/linux/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz64-bit: http://syslab.comsenz.c
Build and install the lamp environment platform based on Linux, Apache, Mysql, PHP, and use XCache to accelerate PHPCompile and install the lamp platform:1, download the package, install the dependency package# yum Install-y pcre-devel2. Unpacking and installing Apache2.1 Compiling and installing apr-1.5.0# tar XVF apr-1.5.0.tar.bz2# CD apr-1.5.0 /configure--prefix=/usr/local/apr# Make make install2.2 Comp
in the previous period, the lamp environment was installed under Ubuntu, recording the installation process for easy access later. InstallationLampEnvironment① Installing Apachesudo Install apache2The system will pop up prompt, at this time need to enter the user's password to install, the following other installation operations need to enter the password, each time the same.At this point, open the browser input localhost, the following interface show
I've been building the lamp environment on my Ubuntu virtual machine, and I learned some basic instructions the first day.My system is window, in the VM virtual machine to build the lamp environment1. Download VMS, install2, download Ubuntu Server version http://releases.ubuntu.com/, choose one, I choose Ubuntu 15.04 (Vivid vervet) Download, there are server version and desktop version, I am building a serv
When you see the "Manual Build" in the title, do you think that it's hard to get "auto-build"? Of course...... No, the "manual build" here refers to the step-by-step construction of Apache, MySQL, and PHP environments, relative to the integration package. So are you able to guess that I'm going to sort through an article that builds a lamp environment through an integrated package?In fact, about the lamp en
1. Install Lamp on UbuntuApt-get Install lamp-server^2. Set the MySQL password during installation3. Test Create index.phpvar/www/html/index.phpThe content of index.php isRestart Apache,Service Apache2 RestartEnter in the browserhttp://localhost/index.phpor localhost to an IP address5 Configuring MySQLcat/etc/hosts | grep localhostdisplaying: 127.0.0.1 localhostcat/etc/mysql/my.cnf | grep bind-addressDispla
ObjectiveAlready do not remember how many times the environment of lamp, not only in Windows toss over, also on Linux, Windows is OK, trouble things, build once basically next time know how to configure, But I always forget how the last time I built a successful Linux lamp.So again and again to Google, find tutorials, and found that the tutorial is a mixed-bag, a set of tricks, people feel as if the environment under Linux will have n methods, but jus
DescriptionOperating system: CentOS 6.5 64-bitDemand:Compile and install lamp operating environmentThe software versions are as follows:mysql:mysql-5.1.73apache:httpd-2.2.31php:php-5.2.17Specific operation:Prepare the articleFirst, configure the firewall, open 80 port, 3306 portVi/etc/sysconfig/iptables #编辑防火墙配置文件# Firewall configuration written by System-config-firewall# Manual Customization of this file are not recommended.*filter: INPUT ACCEPT [0:0
Recently began to learn PHP development, so first understand the following how to prepare the development environment under Ubuntu, during the review of a lot of articles, but also encountered a lot of problems, special records are as follows, I hope that other developers can be helpful:1. Install the base packageHttp://howtoubuntu.org/how-to-install-lamp-on-ubuntuRefer to the above steps for the line.2. Point the apache2 localhost default path to the
Transferred from: http://www.cnblogs.com/myzhibie/p/4330327.htmlFor many PHP beginner developers, to build a lamp environment can be used for production is a time-consuming and laborious thing, this article takes ubuntu-server14.04 as an example, gives a tutorial to build the environment for everyone to reference;1. Update the SOFTWARE sourcesudo apt-get update2. Installing Apachesudo apt-get install apache23. See if Apache is installed successfully
Some win8.1 system users found that the computer shutdown after the hard drive light has been on, and has been issued sound, as if suspended animation status. Why is this happening? Hard drive light illuminated steady representative is still running. So how to solve the win8.1 system computer hard disk lamp illuminated steady problem? The following small series for everyone to bring win8.1 system computer hard disk
Lamp is an abbreviation for a group of free software that is usually used together to run a dynamic Web site or server:
Linux, operating system;
Apache, Web server;
MySQL, database management system (or database server);
PHP and sometimes Perl or Python, scripting language.
Although these open source programs are not specifically designed to work with several other programs, this combination is becoming popular because of their cheapness and ubiq
Linux+apache+mysql+perl/php/python A group of open source software commonly used to build dynamic Web sites or servers is itself separate programs, but because they are often used together, With an increasing degree of compatibility, a powerful Web application platform has been formed. And from the traffic on the site, more than 70% of the traffic is lamp to provide, lamp is the most powerful web site solut
A What is lamp
Lamp is an abbreviation for a group of free software that is usually used together to run a dynamic Web site or server:
Linux, operating system;
Apache, Web server;
MySQL, database management system (or database server);
PHP and sometimes Perl or Python, scripting language.
Two prepare to compile the installation environment
On the Linux system, compiling the installation software requ
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.