Apache定时重启

By | 2022-01-16

Apache定时重启

@ECHO OFF
net stop apache2
net start apache2
net stop mysql
net start mysql

定时任务CMD

at 04:00 c:\apacheautostart.bat

配合使用