开发者

Daily tasks in Apache Server

开发者 https://www.devze.com 2023-03-12 19:01 出处:网络
I\'m writing some apache (2.2) modules in C and I\'m pretty new at it, so I was wondering: I want to make a daily task. One that will read a file and insert it\'s d开发者_如何学Pythonata into a list.

I'm writing some apache (2.2) modules in C and I'm pretty new at it, so I was wondering:

I want to make a daily task. One that will read a file and insert it's d开发者_如何学Pythonata into a list.

Is that possible?

Thanks!


Have a look at Cronjobs. They allow you to run a command at chosen intervals.

0

精彩评论

暂无评论...
验证码 换一张
取 消