時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(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)服務
#chkconfig --add apachectl
手動啟動/停止服務
#/etc/init.d/apachectl start/stop
或:
#service apachectl start/stop
關鍵詞標簽:Redhat,CentOS,apahce
相關閱讀
熱門文章 ISAPI Rewrite實現(xiàn)IIS圖片防盜鏈 IIS6.0下配置MySQL+PHP5+Zend+phpMyAdmin 在Windows服務器上快速架設視頻編解碼器全攻略 win2000server IIS和tomcat5多站點配置
人氣排行 XAMPP配置出現(xiàn)403錯誤“Access forbidden!”的解決辦法 WIN2003 IIS6.0+PHP+ASP+MYSQL優(yōu)化配置 訪問網(wǎng)站403錯誤 Forbidden解決方法 如何從最大用戶并發(fā)數(shù)推算出系統(tǒng)最大用戶數(shù) Server Application Unavailable的解決辦法 報錯“HTTP/1.1 400 Bad Request”的處理方法 Windows Server 2003的Web接口 http 500內部服務器錯誤的解決辦法(windows xp + IIS5.0)