Category: apache server
Leverage browser caching is one of the use-and-it-works (must-have) techniques for hosting websites on Apache2 server. It is actually quite simple. You just have to enable the header module …
The crontab is a job executor that can be set to run at a given specified interval. The command crontab -l will list the current job lists one item …
On Linux OS, the crontab is a job list that comprises the list of tasks to do at a specified interval, e.g. daily, hourly, monthly etc. You can edit …
The Tweeter is not good at displaying all tweets. I have more than 600 tweets so far (most of them are sent by PHP script at VPS). If you …
My VPS is running at Ubuntu Linux. The Apache2 Server is serving 6 websites. If, on errors (e.g. out-of-memory), the websites are down until the apache2 server is restarted …