Linux安装LAMP开发环境及配置文件管理(2)

wuxiwei.conf文件内容基本如下。

<VirtualHost *:80> #管理员邮箱 ServerAdmin admin@wxw.cn #访问的主机名 ServerName wuxiwei.cn #ServerName别名,通过别名也可以访问这个虚拟主机 ServerAlias #主机目录 DocumentRoot /wuxiwei <Directory "/wuxiwei/"> #指定该目录启用FollowSymLinks特性,None:表示不起用任何的服务器特性,Indexes:如果输入的网址对应服务器上的一个目录,而此目录中又没有Directorylndex指令(例如:Directorylndex index.php index.html),那么服务器就会返回由mod_autoindex模块生成的一个格式化后的目录列表,并列出该目录下所有的文件。 Options FollowSymLinks #允许所有都可以访问 AllowOverride All Require all granted </Directory> #错误日志 Errorlog /var/log/httpd/wuxiwei_error.log #访问日志 CustomLog /vat/log/httpd/wuxiwei_access.log combined </VirtualHost>

下面关于LAMP相关的内容你可能也喜欢

LAMP平台安装Xcache和Memcached加速网站运行   

CentOS 7下搭建LAMP平台环境 

CentOS 6.5系统安装配置LAMP(Apache+PHP5+MySQL)服务器环境

CentOS 7.2 yum安装LAMP环境 

Ubuntu 14.04 配置 LAMP+phpMyAdmin PHP(5.5.9)开发环境 

Ubuntu 14.10 下安装 LAMP 服务图文详解 

LAMP结合NFS构建小型博客站点 

CentOS7下安装部署LAMP环境 

Ubuntu Server 14.04 LTS下搭建LAMP环境图文详解 

Ubuntu Server 16.04下配置LAMP环境

Ubuntu 16.04搭建LAMP开发环境

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/9d8ae9a0ef5310baa9e509226e954661.html