服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Centos - Centos5.2配置LAMP与Centos5.3配置LAMP(19)

Centos5.2配置LAMP与Centos5.3配置LAMP(19)

2019-10-11 14:12Centos教程网 Centos

killproc $httpd -HUP RETVAL=$? echo } # See how we were called. case $1 in start) start ;; stop) stop ;; status) status $httpd RETVAL=$? ;; restart) stop start ;; condrestart) if [ -f $pid ] ; then st

killproc $httpd -HUP 
RETVAL=$? 
echo 


# See how we were called. 
case “$1″ in 
start) 
start 
;; 
stop) 
stop 
;; 
status) 
status $httpd 
RETVAL=$? 
;; 
restart) 
stop 
start 
;; 
condrestart) 
if [ -f $pid ] ; then 
stop 
start 
fi 
;; 

延伸 · 阅读

精彩推荐