時(shí)間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
apache安裝路徑:/usr/local/apache
方法1
編輯/etc/rc.d/rc.local,增加一行:
/usr/local/apache/bin/apachectl start
方法2
#cp /usr/local/apache/bin/apachectl /etc/rc.d/init.d/
編輯/etc/init.d/apachectl,在第一行#!/bin/sh下增加兩行:
# chkconfig: 2345 80 60
# description: Apache Start&Stop Scripts
添加到系統(tǒng)服務(wù)
#chkconfig --add apachectl
手動(dòng)啟動(dòng)/停止服務(wù)
#/etc/init.d/apachectl start/stop
或:
#service apachectl start/stop
關(guān)鍵詞標(biāo)簽:Redhat,CentOS,apahce
相關(guān)閱讀
熱門文章 ISAPI Rewrite實(shí)現(xiàn)IIS圖片防盜鏈 IIS6.0下配置MySQL+PHP5+Zend+phpMyAdmin 在Windows服務(wù)器上快速架設(shè)視頻編解碼器全攻略 win2000server IIS和tomcat5多站點(diǎn)配置
人氣排行 XAMPP配置出現(xiàn)403錯(cuò)誤“Access forbidden!”的解決辦法 WIN2003 IIS6.0+PHP+ASP+MYSQL優(yōu)化配置 訪問網(wǎng)站403錯(cuò)誤 Forbidden解決方法 如何從最大用戶并發(fā)數(shù)推算出系統(tǒng)最大用戶數(shù) Server Application Unavailable的解決辦法 報(bào)錯(cuò)“HTTP/1.1 400 Bad Request”的處理方法 Windows Server 2003的Web接口 http 500內(nèi)部服務(wù)器錯(cuò)誤的解決辦法(windows xp + IIS5.0)