Archive for the ‘cpanel’ Category

Re-running all website statistics in cpanel

Friday, March 28th, 2008

Found this:

for i in `ls /var/cpanel/users`;do /scripts/runweblogs $i;done

here:
Executing /scripts/runweblogs for all users in cpanel

Also while on the subject of cpanel … if you are a bit of a server n00b like me … this restarts the cron service …

service crond restart

SPF records on a cPanel Server

Tuesday, March 25th, 2008

Getting email delivered can be a problem without, among other things, an SPF (Sender Policy Framework) record.

Just found this:
how to install SPF records on a cPanel server

The whole site looks really useful.

Note to self: check back there and do some reading.