Chinaunix首页 | 论坛 | 博客
  • 博客访问: 32397
  • 博文数量: 28
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 283
  • 用 户 组: 普通用户
  • 注册时间: 2014-01-03 23:56
文章分类

全部博文(28)

文章存档

2014年(28)

我的朋友

分类: LINUX

2014-01-04 00:31:39

    虚拟机配置 
      #vi /etc/httpd/conf/httpd.conf (#配置文件)  
        
            ServerAdmin webmaster@localhost
            ServerName 
            DocumentRoot /home/www-root/xxxx
            
              Options Indexes FollowSymLinks MultiViews
              AllowOverride All
              Order allow,deny
              allow from all
            
            ErrorLog ${APACHE_LOG_DIR}/error_mo.log
            LogLevel warn
            CustomLog ${APACHE_LOG_DIR}/access_mo.log combined
        
阅读(206) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~