LiteSpeed crawler CronJob (not working)
-
Hello,
I am on a LiteSpeed server but they did not have this function enabled which is needed for the crawler to pre-cache the pages.
My crawler in the LiteSpeed is enabled. If I click on Manual, nothing happens…
I have tried this recommendation:
Here, you can set up a cron job by inputting a ‘crontab’ command. The cron job command to execute might be site-specific, LiteSpeed’s crawler uses this URL format:
https://<your_site>/wp-admin/admin-ajax.php?action=litespeed-crawler-cron
So the command should be something like:
*/20 * * * * wget -q -O - "https://<your_site>/wp-admin/admin-ajax.php?action=litespeed-crawler-cron" > /dev/null 2>&1
but it did not work. I got an error. When I visit the link in the browser, I see the output 0.
Any suggestions what I can do to solve it?
Thanks in advance!
- The topic ‘LiteSpeed crawler CronJob (not working)’ is closed to new replies.