Linux环境中Apache也就是httpd服务的启动,查看版本等操作

Posted dieyaxianju

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux环境中Apache也就是httpd服务的启动,查看版本等操作相关的知识,希望对你有一定的参考价值。

  1. 本机是虚拟机,装的redhat Linux版本,默认是安装了httpd的

    打开terminal 

  2. 切换到root用户

     

     

  3. cd到/etc/rc.d/init.d/目录,并列出该目录下的所有文件,看看是否有httpd

     

  4. 使用httpd -v查看已经安装的httpd的版本

     

  5. 使用rpm -qa | grep httpd查看是否已经安装了httpd

     

  6. 使用ps -ef | grep httpd查看httpd的进程

     

  7. 使用service httpd status查看httpd的运行状态

     

  8. 使用service httpd stop可以停止httpd

    使用service httpd start 可以启动httpd

     

  9. service httpd服务启动后,可以在浏览器中输入http://localhost浏览测试,如果能看到如下所示的页面,说明Apache能正常工作。

    [外部服务器输入http://192.168.1.105(主机IP)]

     

以上是关于Linux环境中Apache也就是httpd服务的启动,查看版本等操作的主要内容,如果未能解决你的问题,请参考以下文章

我怎么在LINUX下查看apache日志

Linux下安装配置启动Apache

Linux下安装配置启动Apache

linux下lamp环境搭建(apache安装,mysql安装,php安装)

Linux Apache服务

基于 Linux 安装 web 服务及基本配置