仔细的看/etc/apache2/apache2.conf
终于发现有这么一句:
Include /etc/apache2/sites-enabled/
然后打开这个目录,看到一个 000-default
打开一看,全明白了。
改吧:
DocumentRoot /media/sda3/wwwroot
重启Apache2服务即可。
sudo /etc/init.d/apache2 restart
原文:
http://www.cnblogs.com/xxcainiao/archive/2008/07/21/1247802.html