导航:首页 > 操作系统 > linuxapache开机启动

linuxapache开机启动

发布时间:2023-03-13 18:41:11

A. linux开机后apache不能自动启动

开机启动的话可以配置/etc/rc.local文件,把启动apache服务的命令写到rc.local里,
比如echo
"/etc/init.d/httpd
start"
>>
/etc/rc.local
也可以把在对应的运行级别里创建apache服务启动脚本的链接。

B. Linux设置apache,mysql,snmp等开机启动

mysql设为linux服务cp
/usr/local/mysql/share/mysql/mysql.server
/etc/init.d/mysqldchkconfig
--add
mysqldchkconfig
--level
2345
mysqld
onchown
mysql:mysql
-R
/usr/local/mysql/service
mysqld
startapache设为linux服务cp
/usr/local/apache2/bin/apachectl
/etc/init.d/httpdvi
/etc/init.d/httpd在在#!/bin/sh后面加入下面两行#chkconfig:345
85
15#description:
Start
and
stops
the
Apache
HTTP
Server.然后chmod
+x
/etc/rc.d/init.d/httpdchkconfig
--add
httpd然后可以用setup命令进入服务设置,设置为开机启动第二种方法:在/etc/rc.d/rc.local中增加启动apache的命令,如:/usr/local/apache2/bin/apachectl
start/usr/local/mysql/bin/mysqld_safe
--user=root
&

C. linux怎么启动apache

基本的操作方法: 本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况 apahce启动命令: 推荐/usr/local/apache2/bin/apachectl start apaceh启动 apache停止命令 /usr/local/apache2/bin/apachectl stop 停止 apache重新启...

D. linux 如何重启apache

假设当前Linux用户的apahce安装目录为/usr/local/apache2,那么在命令行终端中使用以下命令启动,停止和重启apache。x0dx0a1. 启动apahce的命令:x0dx0a/usr/local/apache2/bin/apachectl start apachex0dx0a2. 停止apache的命令:x0dx0a/usr/local/apache2/bin/apachectl stop x0dx0a3. 重启apache的命令:x0dx0a/usr/local/apache2/bin/apachectl restart x0dx0a要在重启 Apache 服务器时不中断当前的连接,则应运行:x0dx0a/usr/local/sbin/apachectl gracefulx0dx0ax0dx0a如果当前用户的apache已经安装为linux的服务的话,可以使用以下命令进行以上操作。x0dx0a1. 启动apachex0dx0aservice httpd start x0dx0a2. 停止服务apachex0dx0aservice httpd stop x0dx0a3. 重新启动apachex0dx0aservice httpd restart

E. 在linux下怎样启动apache

如果是yum或者rpm安装的
#find / -name httpd
/etc/rc.d/init.d/httpd 这个就是启动文件 后边加上 start 就可以启动,
如果是编译安装的
#find / -name apachectl
/usr/local/apache/bin/apachectl 这个是启动文件,后边加上start启动,stop停止

F. Linux中启动Apache

基本的操作方法:
本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况

apahce启动命令:
推荐/usr/local/apache2/bin/apachectl start
apaceh启动

apache停止命令
/usr/local/apache2/bin/apachectl stop 停止

apache重新启动命令:
/usr/local/apache2/bin/apachectl restart 重启

要在重启 Apache 服务器时不中断当前的连接,则应运行:

/usr/local/sbin/apachectl graceful

如果apache安装成为linux的服务的话,可以用以下命令操作:

service httpd start 启动

service httpd restart 重新启动

service httpd stop 停止服务

Linux系统为Ubuntu

一、Start Apache 2 Server /启动apache服务

# /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start

二、 Restart Apache 2 Server
/重启apache服务

# /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart

三、Stop Apache 2 Server /停止apache服务

# /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop

阅读全文

与linuxapache开机启动相关的资料

热点内容
程序员和硕士 浏览:949
gcc编译消耗内存过多 浏览:279
昌邑网站制作源码 浏览:127
单片机的反向编译 浏览:463
subsample算法 浏览:899
苹果免费看书app哪个最好 浏览:885
c语言加密怎么弄 浏览:842
c语言编译的错误提示 浏览:767
验机苹果app哪个最好 浏览:666
光遇国际服安卓如何购买礼包 浏览:55
163app怎么下载 浏览:247
电脑程序员下场 浏览:45
编译原理ll1文法判断 浏览:727
qt用vs2015编译 浏览:553
结婚日子最好的算法 浏览:794
安卓怎么把数据传到苹果里 浏览:504
编译器标识 浏览:792
编程珠玑第三章 浏览:785
windows如何开启tftp服务器 浏览:110
欧姆龙plc编程指令表 浏览:189