linux 下 apache启动、停止、重启命令

正文开始

<p>http://blog.sina.com.cn/s/blog_70ac6bec01018mqs.html</p><p><br /></p><p></p><p>基本的操作方法:<br />本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况</p><p>apahce启动命令:<br />推荐/usr/local/apache2/bin/apachectl start apaceh启动</p><p>apache停止命令<br />/usr/local/apache2/bin/apachectlstop   停止</p><p>apache重新启动命令:<br />/usr/local/apache2/bin/apachectl restart 重启</p><p>要在重启 Apache 服务器时不中断当前的连接,则应运行:</p><p>/usr/local/sbin/apachectl graceful</p><p>如果apache安装成为linux的服务的话,可以用以下命令操作:</p><p>service httpd start 启动</p><p>service httpd restart 重新启动</p><p>service httpd stop 停止服务</p><p><br /></p><p style="font-weight: bold;">Linux系统为Ubuntu</p><p>一、Start Apache 2 Server/启动apache服务</p><p># /etc/init.d/apache2 start<br />or<br />$ sudo /etc/init.d/apache2 start</p><p>二、 Restart Apache 2 Server/重启apache服务</p><p># /etc/init.d/apache2 restart<br />or<br />$ sudo /etc/init.d/apache2 restart</p><p>三、Stop Apache 2 Server/停止apache服务</p><p># /etc/init.d/apache2 stop<br />or<br />$ sudo /etc/init.d/apache2 stop</p><br />

正文结束

阿里云、腾讯云 apache的vhost配置https You don't have permission to access / on this server.