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

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

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

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

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

reload) reload ;; graceful|help|configtest|fullstatus) $apachectl $@ RETVAL=$? ;; *) echo $Usage: $prog {start|stop|restart|condrestart|reload|status echo $|fullstatus|graceful|help|configtest} exit 1


reload) 
reload 
;; 
graceful|help|configtest|fullstatus) 
$apachectl $@ 
RETVAL=$? 
;; 
*) 
echo $”Usage: $prog {start|stop|restart|condrestart|reload|status” 
echo $”|fullstatus|graceful|help|configtest}” 
exit 1 
esac 

exit $RETVAL 

########################### 


设置可运行和开机启动 

chmod +x /etc/rc.d/init.d/httpd 
chkconfig –add httpd 
chkconfig –level 3 httpd on 


配置apache 

groupadd www -g 48 
useradd -u 48 -g www www 

延伸 · 阅读

精彩推荐