Lampwrights Forum > Linux, Apache, MySQL, PHP > Linux

Reply
 
Thread Tools
07-30-2010, 11:20 AM   #1
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Keeping it on time!

Time is always important! Most of your web applications will rely heavily on the time being correct. I usually set my servers up to periodically check/adjust the time via a cronjob:

Code:
22 * * * * /usr/sbin/ntpdate -u time.mytimeserver.com >/dev/null 2>&1
Every 22 minutes after the hour the server checks its time. Of course you need a time server to ping. Your host should have one in house but there are many free ones that you can find on google.
Jeff is offline   Reply With Quote

Reply

Tags

configuring linux

,

linux administration

,

linux best practices

,

linux how-to


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 07:10 AM.


Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.