Apache是非常流行的Web服务器,目前市场占有率也是最高的,本网做一个简单的LAMP在CentOS 6下的安装教程。
一、安装和配置apache
更新系统,安装apache。
yum update
yum install httpd
备份apache配置默认文件。
cp /etc/httpd/conf/httpd.conf ~/httpd.conf.backup
配置虚拟主机,example.com改为您的域名。
NameVirtualHost *:80
VirtualHost *:80
ServerAdmin webmaster@example.com
ServerName example.com
ServerAlias www.example.com
DocumentRoot /srv/www/example.com/public_html/
ErrorLog /srv/www/example.com/logs/error.log
CustomLog 辽宁网站建设公司 /srv/www/example.com/logs/access.log combined
/VirtualHost
VirtualHost *:80
ServerAdmin webmaster@example.org
ServerName example.org
ServerAlias www.example.org
DocumentRoot /srv/www/example.org/public_html/
ErrorLog /srv/www/example.org/logs/error.log
CustomLog /srv/www/example.org/logs/access.log combined
/VirtualHost
为虚拟主机新建相应的文件或文件夹。
mkdir -p /srv/www/example.com/public_html
mkdir /srv/www/example.com/logs
mkdir -p /srv/www/example.org/public_html
mkdir /srv/www/example.org/logs
启动apache,并且把它设置为开机启动,然后重新加载配置。
/etc/init.d/httpd start
/sbin/chkconfig --levels 235 httpd on
/etc/init.d/httpd reload
二、安装和配置MySQL Server
安装mysql server。
yum install mysql-server
设置为开机启动,然后启动mysql。
/sbin/chkconfig --levels 235 mysqld on
/etc/init.d/mysqld start
这是mysql server就安装完成了,默认的用户名:root,密码:(空),如果想对其设置密码,大家公司企业品牌网站建设可以搜索下,这里不细说,推荐使用phpmyadmin设置数据库。
三、安装和配置PHP
安装php。
yum install php php-pear
在/etc/php.ini中加入以下几行内容,如果有重复的,请用;号在其前注释掉。
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
display_errors 淮北网站建设公司酒店网站建设公司 = Off
log_errors = On
error_log = /var/log/php.log
max_execution_time = 300
memory_limit = 64M
register_globals = Off
安装php-mysql扩展,使php加载mysql。
yum install php-mysql
如果需要加载其他扩展,请使用:
yum install php-*
这样一个lamp就安装完成了。
原文地址:http://www.iopenv.com/docs/lamp-centos-6/
南京牧狼文化传媒有限公司简介:
牧狼传媒,牧者之心,狼者之性,以牧之谦卑宽容之心待人,以狼之团结无畏之性做事!
公司注册资金100万,主营众筹全案服务、网站营销全案服务、网站建设、微信小程序开发、电商网店设计、H5页面设计、腾讯社交广告投放以及电商营销推广全案等相关业务,致力于为客户提供更有价值的服务,创造让用户满意的效果!
为百度官方及其大客户、苏宁易购、金山WPS秀堂、美的、创维家电、新东方在线、伊莱克斯、宝丽莱等国内国外知名品牌服务过,服务经验丰富!同时,公司也是南京电子商务协会会员单位、猪八戒网官方认证签约服务商、江苏八戒服务网联盟、南京浦口文化产业联合会会员单位,可以为您提供更好的服务!
主营项目:众筹全案服务、网站营销全案服务、网站建设、微信小程序开发、电商网店设计、H5页面设计、腾讯社交广告投放、竞价托管、网站优化、电商代运营等
合作客户:百度、苏宁易购、饿了么、美的、创维家电、新东方在线、宝丽莱、金山WPS秀堂、伊莱克斯
资质荣誉:百度商业服务市场2017年度最佳图片服务商、南京电子商务协会会员单位、猪八戒网官方认证签约服务商、江苏八戒服务网联盟、南京浦口文化产业联合会会员单位、八戒通TOP服务商、"易拍即合杯"H5创意大赛"三等奖"。