Subscribe

Enter your email address:

Delivered by FeedBurner

Previous Posts

Wednesday, May 31, 2006

Feed Aggregator

Drupal also has a cool feed aggregator module that I just discovered. You can now see real estate info on my drupal site. Now I just need to figure out how to get cron configured. Any suggestions?

4 Comments:

Anonymous Anonymous said...

Drupal documentation regarding setting up the cron job is misleading, as it is mostly directed to people that don't have access to set up real linux box cron jobs. As I know you have access to cpanel, this is what you have to do:

1. Locate the real path to a file called cron.php located on your drupal root directory. This could be something like:

/var/www/vhosts/mydomain.com/cron.php

3. Locate which directory contains the php interpreter. This tends to be normally /bin/php, or /usr/bin/php. From a SSH terminal, you can do:

$ which php

2. Go to cPanel, and access the domain control panel. Navigate your way to Cron Jobs.

3. Add a new cron job, and specify as the command:

/usr/bin/php /var/www/vhosts/mydomain.com/cron.php

There are other ways, of course, that if you want me to I can help you with.

June 02, 2006 10:13 PM  
Blogger David said...

Thanks!

cron.php is located in the directory:

/var/www/vhosts/mydomain.com/httpdocs

June 04, 2006 6:22 PM  
Anonymous Anonymous said...

What a great site, how do you build such a cool site, its excellent.
»

June 30, 2006 5:04 PM  
Anonymous Anonymous said...

Your are Nice. And so is your site! Maybe you need some more pictures. Will return in the near future.
»

July 17, 2006 5:49 PM  

Post a Comment

<< Home