檢視CentOS上Apache位置,版本,停止,啟動
檢視Apache
是否被安裝:
[root@asg11 ~]# find / -name 'httpd'
/etc/sysconfig/httpd
/etc/httpd
/etc/logrotate.d/httpd
/etc/rc.d/init.d/httpd
/var/run/httpd
/var/log/httpd
/var/lock/subsys/httpd
/usr/sbin/httpd
/usr/lib64/httpd
由此確定Apache
被安裝的地方是/etc/httpd
檢視Apache
版本
首先進入httpd
所在目錄
[root@asg11 ~]# cd /etc/httpd
進而檢視版本
[root@asg11 httpd]# httpd -v
Server version: Apache/2.2.15 (Unix)
Server built: Aug 13 2013 17:29:28
停止httpd
[root@asg11 httpd]# service httpd stop
Stopping httpd: [ OK ]
啟動httpd
[root@asg11 httpd]# service httpd start
Starting httpd: [ OK ]
用瀏覽器訪問試試:
[root@asg11 httpd]#
Apache
的重要配置檔案httpd.conf
的位置在/etc/httpd/conf/httpd.conf
[root@asg11 conf]# pwd
/etc/httpd/conf
[root@asg11 conf]# ls
httpd.conf magic
[root@asg11 conf]#
相關文章
- linux停止和檢視啟動服務的命令Linux
- centos 檢視USB介面的版本CentOS
- CentOS8檢視系統版本CentOS
- Ubuntu下啟動、停止、重啟MySQL,檢視錯誤日誌命令大全UbuntuMySql
- 雲伺服器檢視CentOS版本方法伺服器CentOS
- CentOS下檢視系統版本的4種方法CentOS
- CentOS8中開機啟動檢視管理的命令chkconfigCentOS
- 強大的CSS:scroll-snap滾動事件停止及元素位置檢測CSS事件
- centos安裝php後apache不能啟動怎麼辦CentOSPHPApache
- PostgreSQL:啟動與停止SQL
- nginx啟動,停止命令Nginx
- 檢視程序的啟動命令
- 實驗二:檢視centos的版本號及版本號所代表的含義CentOS
- 試驗二:檢視centos的版本號以及版本號所代表的意義CentOS
- CUDA 版本檢視
- 檢視EBS版本
- 檢視python版本Python
- Python版本檢視Python
- 檢視HTML網頁滑鼠位置HTML網頁
- Hadoop CDH版本安裝和啟動(CentOS7)HadoopCentOS
- 啟動和停止任務
- Mac上檢視GIF動圖方法Mac
- 檢視IIS版本號
- 檢視Linux核心版本Linux
- navicat檢視mysql安裝位置命令MySql
- 檢視 yum 安裝的 PHP 位置PHP
- ASP.NET Core 5.0 MVC中的檢視分類——佈局檢視、啟動檢視、具體檢視、分部檢視ASP.NETMVC
- win10如何檢視版本_win10檢視版本的方法Win10
- 四、Docker的啟動與停止Docker
- nginx啟動命令和停止命令。Nginx
- centos7怎麼檢視、開啟和關閉防火牆CentOS防火牆
- 如何檢視 Apache 模組是否正常Apache
- [springboot]一啟動就自動停止了Spring Boot
- 谷歌檢視JavaScript程式碼出錯位置谷歌JavaScript
- 怎麼檢視php版本PHP
- CMake、Eigen、Ceres版本檢視
- 檢視weblogic版本資訊Web
- Centos7.2 上防火牆的狀態檢視和關閉CentOS防火牆