2023-05-12 开启多语言插件支持……

ubuntu下apache相关命令

Linux 苏 demo 2340℃ 0评论

停用网站    a2dissite defalut

启用网站    a2ensite Mysite
重启apache
service apache2 reload
/etc/init.d/apache2 restart
启用apache spelling模块解决url大小写敏感问题

点击(此处)折叠或打开

  1. #!bin/bash
  2. # by personball
  3. cd /etc/apache2/mods-enabled
  4. ln -s ../mods-available/speling.load speling.load
  5. ln -s ../mods-available/speling.conf speling.conf
  6. cd ../mods-available
  7. echo “CheckSpelling on” >speling.conf
  8. /etc/init.d/apache2 restart
打赏

转载请注明:苏demo的别样人生 » ubuntu下apache相关命令

   如果本篇文章对您有帮助,欢迎向博主进行赞助,赞助时请写上您的用户名。
支付宝直接捐助帐号oracle_lee@qq.com 感谢支持!
喜欢 (0)or分享 (0)