Hi Mark a quick question before I decide if I need to change to using a system Cron for sending digests.
Your faq says that a PHP cron occurs when traffic hits the forum, is this any traffic or just logged in traffic.
Can I just use an automated server to access www.site/phpBB3/index.php and ignore the page that comes back ?
Thanks, Bill
Question about how sending digests via PHP Cron works - Digests
-
- Registered User
- Posts: 5
- Joined: Sun Feb 17, 2019 3:01 pm
Re: Question about how sending digests via PHP Cron works
ACP traffic does not count. It has to be HTTP traffic, so a ping won't do it. It doesn't matter if it is logged in traffic or not.
You could use a site monitoring service as long as it uses a HTTP monitor and goes to a valid page like the index. In this case do not change the server settings saying you are using a system cron.
You could use a site monitoring service as long as it uses a HTTP monitor and goes to a valid page like the index. In this case do not change the server settings saying you are using a system cron.
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
-
- Registered User
- Posts: 4933
- Joined: Fri Aug 02, 2002 12:36 am
- Location: Florence, MA USA
Re: Question about how sending digests via PHP Cron works
Thanks Mark, I use my own designed and programmed IOT devices that monitor conditions and periodically report them to an HTTP server, so I can just add some code to access the phpBB3 index page every 15 minutes.
Thanks again for a great extension.
Bill
Thanks again for a great extension.
Bill
-
- Registered User
- Posts: 5
- Joined: Sun Feb 17, 2019 3:01 pm