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 6.5系统安装配置LAMP(Apache+PHP5+MySQL)服务器环境
Ubuntu 14.04 配置 LAMP+phpMyAdmin PHP(5.5.9)开发环境