- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業(yè)務經(jīng)營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯(lián)網(wǎng)協(xié)會理事單位
- 安全聯(lián)盟認證網(wǎng)站身份V標記
- 域名注冊服務機構(gòu)許可:滇D3-20230001
- 代理域名注冊服務機構(gòu):新網(wǎng)數(shù)碼
1.源碼安裝的httpd24后啟動httpd的方法是 :apachectl start,如果想讓httpd實現(xiàn)自啟動那么得實現(xiàn)如下步驟:
2.先復制apachectl到/etc/init.d/目錄中
cp /usr/local/httpd24/bin/apachectl /etc/init.d/httpd
3.在添加httpd到chkconfig的時候出現(xiàn)錯誤
chkconfig --add httpd
解決方法:
vi /etc/init.d/httpd 在#!/bin/sh下面添加兩行
# chkconfig: 2345 10 90
# description: Activates/Deactivates Apache Web Server
注意前面必須有#符號,保存后進行添加
4.其他問題:
(1)chkconfig httpd status 出現(xiàn)語法錯誤提示lynx命令沒有安裝,只要進行安裝即可
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP