server configuration

Apache and Nginx - Quick Tips

Following are some quick tips related to Apache and Nginx Web Servers:

Read

Cron Jobs - Quick Tips

Following are some quick tips related to Cron Jobs:

Read
server configuration

Increasing web server timeout

If your website is based on PHP and is being served by Apache web server with Nginx as reverse proxy, then you may have experienced 504 Gateway Timeout errors. The error usually happens because some PHP script takes longer than usual to run.

Read
server configuration

Getting /etc/rc.local file to work on Debian 9 (Stretch)

Debian Stretch uses the rc.local service for executing commands on system startup. To use this service we need to run the following commands:

Read