sh apache2 - 启用和禁用站点#apache2 #apache #debian #linux #ubuntu #webserver

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh apache2 - 启用和禁用站点#apache2 #apache #debian #linux #ubuntu #webserver相关的知识,希望对你有一定的参考价值。

# enable site
sudo a2ensite
 
# disable site
sudo a2dissite
 
# enable an apache2 module
sudo a2enmod
 
# e.g. a2enmod php4 will create the correct symlinks in mods-enabled to allow the module to be used. In this example it will link both php4.conf and php4.load for the user
 
# disable an apache2 module
sudo a2dismod
 
# force reload the server:
sudo  /etc/init.d/apache2 force-reload

# https://blog.basilediougoant.com/2016/01/21/secure-apache-with-lets-encrypt-certificate/

以上是关于sh apache2 - 启用和禁用站点#apache2 #apache #debian #linux #ubuntu #webserver的主要内容,如果未能解决你的问题,请参考以下文章

启用和禁用站点

禁用 ssl/https 重定向 apache2

启用目录浏览 apache2 - Ubuntu

Apache2:启用的虚拟主机目录未加载,而是获取默认页面

启用apache压缩模块节约网站带宽

sh 启用和禁用Raspberry Pi上的HDMI端口:`rpi-hdmi on`打开,`rpi-hdmi off`关闭。 X正确地重新初始化了