摘记
停用网站 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
阅读(4539) | 评论(0) | 转发(0) |