运维常用软件
未读
apache 自启动脚本
apache 自启动脚本 #!/bin/bash
. /etc/rc.d/init.d/functions
if [ -f /etc/sysconfig/httpd ]; then
. /etc/sysconfig/httpd
fi
INITLOG_ARGS=""
apachectl
运维常用软件
未读
httpd 自定义ssl 证书
一、安装https
yum install mod_ssl openssl
安装完毕后,会自动生成 /etc/httpd/conf.d/ssl.conf 文件
1、重定向(可选),HTTP访问自动重定向为HTTPS,在httpd.conf文件尾加入如下内容:
1、取消注释
ServerName l
运维常用软件
未读
编译安装apache
编译安装apache
1、安装apr之前需要的的几个环境
1、autoconf :安装:yum install autoconf
2、libtool 安装:yum install libtool
3、C的编译器 安装:yum
运维常用软件
未读
启动apache报错处理
启动apache报错:httpd: Could not reliably determine the server's fully qualified domain name 启动apache遇到错误:httpd: Could not reliably determine the server's