導航:首頁 > 操作系統 > 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開機啟動相關的資料

熱點內容
守望執行命令 瀏覽:367
加密狗插上去了怎麼辦 瀏覽:622
錘子m1怎麼把文件夾重置 瀏覽:213
APP的數據會存在哪裡 瀏覽:64
一支輕快又解壓的舞 瀏覽:586
80x86編程手冊 瀏覽:765
android機制使用 瀏覽:361
國外太空探索網站源碼 瀏覽:643
dotaimba命令大全 瀏覽:13
手解剖pdf 瀏覽:733
單片機無法燒寫程序 瀏覽:413
pline命令 瀏覽:111
760貼片機編程視頻 瀏覽:333
歐姆龍plc編程第36講 瀏覽:915
我的世界如何將一個伺服器弄崩 瀏覽:8
php網站訪問量代碼 瀏覽:431
怠速壓縮機咔咔響 瀏覽:176
怎麼才能修改APP中的數據 瀏覽:688
哪裡有搶單的app 瀏覽:462
演算法概率題 瀏覽:465