#cd /etc/apache2/sites-available
#touch default-me
#vim default-me
內(nèi)容:
Alias /me/ /wwwroot/
<Directory /wwwroot/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
#cd ../sites-enabled
#ln -s /opt/apache2/sites-available/default-me default-me
#/etc/init.d/apache2 restart
|----------------------------------------------------------------------------------------|
版權(quán)聲明 版權(quán)所有 @zhyiwww
引用請(qǐng)注明來(lái)源 http://www.aygfsteel.com/zhyiwww
|----------------------------------------------------------------------------------------|
posted on 2010-05-24 19:38
zhyiwww 閱讀(497)
評(píng)論(0) 編輯 收藏 所屬分類(lèi):
linux