DirectAdmin控制面板的Web环境启动、重启等操作SSH命令
# Apache:

service httpd {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}


# MySQL

/sbin/service mysqld {start|stop|restart|reload|force-reload|status}
或者
/etc/init.d/mysqld {start|stop|restart|reload|force-reload|status}

# DirectAdmin 面板

service directadmin {start|stop|status|reload|restart}

标签: DirectAdmin

添加新评论