停用网站 a2dissite defalut
启用网站 a2ensite Mysite
重启apache
service apache2 reload
或
/etc/init.d/apache2 restart
启用apache spelling模块解决url大小写敏感问题
点击(此处)折叠或打开
- #!bin/bash
- # by personball
- cd /etc/apache2/mods-enabled
- ln -s ../mods-available/speling.load speling.load
- ln -s ../mods-available/speling.conf speling.conf
- cd ../mods-available
- echo “CheckSpelling on” >speling.conf
- /etc/init.d/apache2 restart
转载请注明:苏demo的别样人生 » ubuntu下apache相关命令