luther@gliethttp:~$ sudo apt-get install apache2
luther@gliethttp:~$ firefox 127.0.0.1
luther@gliethttp:~$ ls /var/www 这就是默认的根目录
index.html
luther@gliethttp:~$ sudo ln -s /vobs /var/www
-rw-r--r-- 1 root root 177 2009-11-19 14:39 index.html
lrwxrwxrwx 1 root root 5 2010-03-03 12:48 vobs -> /vobs
luther@gliethttp:~$ firefox 127.0.0.1/vobs 这样就可以浏览/vobs下的所有文件了
查看登录log日志
luther@gliethttp:~$ vim /var/log/apache2/access.log
阅读(1244) | 评论(0) | 转发(0) |