Hi.
I must to schedule my creation of sitemap but I can't install the packet "php5-cli" on my Linux server.
There is an another option? Maybe using Lynx?
Thanks in advance.
Regards.
Re: Schedule creation of sitemap with no packet "php5-cli" installed?
« Reply #1 on: November 13, 2010, 08:48:47 AM »
Hello,

regular PHP installation has a command-line processor, so you should be able to use:
/usr/bin/php /path/to/generator/runcrawl.php
Re: Schedule creation of sitemap with no packet "php5-cli" installed?
« Reply #2 on: November 13, 2010, 11:20:59 AM »
Hi.
On my Linux server I have/use PHP Apache Module, so I don't have the PHP command line.
Any suggestion?
Regards.
Re: Schedule creation of sitemap with no packet "php5-cli" installed?
« Reply #3 on: November 13, 2010, 03:43:26 PM »
Hello,

even with PHP running as apache there is always a php interpreter (never seen a linux server without it :) ).
Also, if  your server doesn't support cron tasks you can use an URL like: http://www.domain.com/generator/index.php?op=crawlproc