Linux 操作系统如何启动httpd服务

Linux下启动httpd服务方法

首先查看本机linux是否安装httpd,放在何处

再用httpd -v 查下版本

然后看下是否安装了httpd

查看httpd的运行状态

使用service httpd stop可以停止httpd

使用service httpd start 可以启动httpd

原文地址:http://blog.51cto.com/13477944/2066844

时间: 2024-10-30 00:53:50

Linux 操作系统如何启动httpd服务的相关文章

linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.

安装好apache启动httpd服务时,出现httpd: Could not reliably determine the server's fully qualified domain name, using XXX for ServerName. 网上找了不少资料,叫修改安装apache根目录下的httpd/conf/httpd.conf配置文件 1.打开apache_home/httpd/conf/httpd.conf 2.找到 #ServerName www.example.com:80

启动httpd服务:SSLCertificateFile: file '/var/www/miq/vmdb/certs/server.cer' does not exist or is empty

启动httpd服务,失败: [[email protected] vmdb]# service httpd restart Stopping httpd: [FAILED] Starting httpd: Syntax error on line 17 of /etc/httpd/conf.d/cfme-https-application.conf: SSLCertificateFile: file '/var/www/miq/vmdb/certs/server.cer' does not ex

在Virtual Box上安装linux系统,启动SSH服务

? 一.????在Virtual Box上创建虚拟机????1 二.????安装linux系统????6 三.????重新设置 root 的密码:????8 四.????启动ssh服务????8 五.????建立共享文件夹????9 ? ? 摘自以下网页内容: 如何在Virtual Box上安装linux系统 : http://jingyan.baidu.com/album/2009576197fd24cb0721b409.html?picindex=1 Linux终端得到root权限 :htt

无法启动httpd服务

系统环境: 1.操作系统:CentOS 6.7 2. Web服务器软件:Apache/2.2.15 3.问题:无法启动 4.故障分析: (98)Address already in use: make_sock: couldnot bind to address [::]:80 (98)Address already in use:make_sock: could not bind to address 0.0.0.0:80 no listening sockets available,shut

启动httpd服务失败及解决方法

刚刚安装完php7(已经安装有php5,两个版本同在) 想执行apachectl graceful的时候,利用-t检查配置,发现以下报错. [[email protected] ~]# /usr/local/apache2.4/bin/apachectl start /usr/local/apache2.4/bin/apachectl: line 79:  1966 Segmentation fault      $HTTPD -k $ARGV 原因是在httpd.conf没有把其中一个php加

Ubuntu15 10下制作Linux 操作系统优盘启动盘

上次电脑出现了一些问题,于是不得不重新装机了.下面就跟大家分享一下我在Ubuntu下制作优盘启动盘的一些心得. 准备原料 我这里用到的是 镜像文件是:debian-8.3.0-amd64-DVD-2.iso 优盘是: kingston 8.0G 操作系统是:Ubuntu 15.10 安装Unetbootin软件 在Ubuntu下安装一个软件是非常easy的事情,如下: sudo apt-get install unetbootin 1 格式化优盘 其实这一步可以省略的,毕竟等会制作启动盘的时候还

Linux操作系统开机启动流程

1.开机BIOS自检 -------------->检查cpu,硬盘等硬件信息2.MBR引导 -------------->主分区引导,读取0磁道,0柱面,1扇面的前446字节,确定服务的启动方式3.grub引导 -------------->确定加载某个操作系统4.加载内核信息 5.运行init进程6.读取/etc/inittab7.启动内核模块,执行不同的脚本程序8.执行/etc/rc.d/rc.local9.执行登录程序,启动mingetty(终端登录进程),进入系统登陆界面 原文

Linux下的启动oracle服务 启动监听 开放端口操作

尝试登录oracle 使用root用户将没有sqlplus命令 [[email protected] ~]# sqlplus /nolog bash: sqlplus: 未找到命令... [[email protected] ~]# su oracle [[email protected] root]$ sqlplus /nolog bash: sqlplus: 未找到命令... 切换为oracle账户尝试登录oracle 此处的/和as之间要有空格 而且只有用oracle账户登录才能生效 否则

五 Linux安装httpd 服务

/* 安装目的: centos 下利用httpd 搭建服务器. 切换到ec2-user用户 ec2-user 登陆 1 安装命令? sudo yum install httpd -y 2 查看安装位置 whereis httpd [[email protected] /]$ whereis httpd httpd: /usr/sbin/httpd /usr/lib64/httpd /etc/httpd /usr/share/httpd /usr/share/man/man8/httpd.8.gz