Apache定时重启 By admin | 2022-01-16 阅读次数: Apache定时重启@ECHO OFF net stop apache2 net start apache2 net stop mysql net start mysql 定时任务CMDat 04:00 c:\apacheautostart.bat 配合使用