What is Cron and How do I Use It? The system utility cron can be used to schedule programs to run automatically at predetermined intervals. Advanced users can use...
How to Create a Cron Job You can create a cron job in the Account Control Center interface. Cron jobs can be used to schedule...
Using reCAPTCHA Defining CAPTCHA A CAPTCHA (Completely Automated Turing Test To Tell Computers and Humans Apart) is an application that tries to...
How to Run PHP as CGI Running PHP as a CGI If you need to run an older version of PHP in order to maintain compatibility...
What is CGIwrap? What is CGIwrap? CGIwrap is a "script wrapper" program that allows people to use CGI scripts while removing the risk...
What is suEXEC and How do I Use It? What is suEXEC? SuEXEC is a feature of Apache that allows CGI scripts to run under your Pair Networks username...
How to Use formmail.pl formmail.pl We use a special version of formmail.pl. This version protects against abuse by ensuring the email recipient is legitimate....
How Do I Send Email with PHP? Why Would I Want to Use Email with PHP? PHP is a useful website building tool. It gives the website...
php.ini vs user.ini What is php.ini? php.ini is a file that allows you to control your PHP settings on your server. When your...
Creating a .user.ini File A .user.ini file can be used to control PHP settings in a specific directory. For a more in-depth explanation, visit...
Editing a .user.ini File Editing a .user.ini File If you want to edit an already-created .user.ini file, follow these steps: Navigate back to the...
How to Increase PHP Max Upload Size You can increase the allowed max upload size by using a PHP directive. By using this directive, you can change...
Apache Modules for VPS and Dedicated Accounts You can manage Apache modules from the Account Control Centers (ACC) of your VPS and Dedicated. Apache modules can add...
How to Add and Remove Your Apache Modules We’ve equipped our VPS and Dedicated accounts with a way to manage popular Apache modules in the Account Control Center...
What is mod_speling? What is mod_speling? You can add modules to Apache servers on VPS and Dedicated accounts for extra functionality. One such...
What is mod_passenger? What is mod_passenger? mod_passenger enables Phusion Passenger to host Ruby, Python, and Node.js apps on the Apache server. Phusion Passenger...
What is mod_maxminddb? What is mod_maxminddb? You can add modules to Apache servers on VPS and Dedicated accounts for extra functionality. One such...
What is mod_security2? mod_security2 is a web application firewall (WAF). On certain servers, this module can be added in the Apache Options interface....
Using mod_deflate for Page Compression What is mod_deflate? mod_deflate is an Apache module that uses GZIP to compress site files. Compressing your site files can...
How to Add a phpinfo() Page to a Site You can create a phpinfo() web page that will simplify accessing your server’s current PHP information. When visited, the phpinfo()...
Hosting vs Embedding Videos on Your Website Videos are a great way to share information, which is one of the reasons they're so popular. As such, it's...
Enabling and Disabling Crontab In order to use cron on your hosting account, you must first enable crontab. Crontab is disabled by default. However,...
Using zlib for Page Compression What is zlib? zlib is a lossless data-compression library built into PHP. Page compression is commonly used to achieve faster...