Centos5.2配置LAMP与Centos5.3配置LAMP(17)
2019-10-11 14:12Centos教程网 Centos
# Startup script for the Apache Web Server # # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd # pidfile: /usr/loc
# Startup script for the Apache Web Server
#
# chkconfig: - 85 15
# description: Apache is a World Wide Web server. It is used to serve \
# HTML files and CGI.
# processname: httpd
# pidfile: /usr/local/apache2/logs/httpd.pid
# config: /usr/local/apache2/conf/httpd.conf
# Source function library.
. /etc/rc.d/init.d/functions
if [ -f /etc/sysconfig/httpd ]; then
. /etc/sysconfig/httpd
fi
# This will prevent initlog from swallowing up a pass-phrase prompt if
# mod_ssl needs a pass-phrase from the user.
INITLOG_ARGS=”"
# Path to the apachectl script, server binary, and short-form for messages.
apachectl=/usr/local/apache2/bin/apachectl
httpd=/usr/local/apache2/bin/httpd
pid=/usr/local/apache2/logs/httpd.pid
prog=httpd
延伸 · 阅读
- 2022-03-10简单谈谈centos7中配置php
- 2022-03-10centos7下安装java及环境变量配置技巧
- 2022-03-10CentOs下安装gcc/g++/gdb的方法
- 2022-03-10在Ubunt16.04上安装LAMP的方法
- 2022-03-09CentOS 7中 Minimal 安装JDK 1.8的教程
- 2022-03-09CentOS环境下安装PHPUnit的方法分析
- Centos
CentOS命令大全 包括:系统命令,各种服务器搭建等
在电脑常用操作中,我们经常会用到CentOS常用命令。所以,我们对一些经常使用又很重要的CentOS常用命令进行了全面的整理 ...
- Centos
在CentOS 6.5上如何安装Screen?在CentOS 6.5上安装Screen的方法
Screen是一款由GNU计划开发的用于命令行终端切换的自由软件。那么在CentOS 6.5上如何安装Screen?今天小编就为大家带来在CentOS 6.5上安装Screen的方法!希望对大...
- Centos
在CentOS上配置Software Collections源的方法
这篇文章主要介绍了在CentOS上配置Software Collections源的方法,SCL软件集能够更方便地管理软件版本,需要的朋友可以参考下...
- Centos
CentOS 安装图形化界面方法
这篇文章主要介绍了centos下安装图形化界面的方法,有些时候纯命令界面确实比较累,个人学习可以使用图像界面,服务器强烈不建议用图形界面 ...
- Centos
Linux下如何查看某个软件是否安装???软件的安装路径又在哪
这篇文章主要介绍了Linux下如何查看某个软件是否安装???软件的安装路径又在哪???,本文以Redhat系统为例,讲解如何查询软件是否安装,软件的安装位...
- Centos
CentOS中检测IP地址是否冲突?IP地址冲突的解决方法
最近一些朋友会问如何知道自己的linux主机是否与网络中其它的windows主机IP地址冲突?今天小编为大家带来的是在CentOS中检测IP地址是否冲突?IP地址冲突的解...
- Centos
CentOS如何备份策略?CentOS备份策略的方法
很多朋友不知道CentOS如何备份策略?今天小编将为大家带来CentOS备份策略的方法;希望可以帮助到大家,有需要的朋友一起去看看吧...
- Centos
在CentOS上安装Percona服务器的方法
这篇文章主要介绍了在CentOS上安装Percona服务器的方法,Percona服务器上集成了基于MySQL的强大数据库支持功能,需要的朋友可以参考下 ...