php nadlers compared pcx3 - PHP handlers Compared

PHP handlers Compared

In plain English: PHP handlers are Apache modules that interpret and run PHP code. Using right PHP handler on your website can have a huge impact on the overall performance. In cPanel you can have different PHP versions with different handlers for...

delete trash cpanel - How to auto-delete the 🗑️ trash content in cPanel

How to auto-delete the 🗑️ trash content in cPanel

By default in WHM this setting is set to “Disabled” which means that the content in .trash folder is kept indefinitely. To auto-delete content from the .trash folder for all cPanel users simply do the following: Step 1. login to WHM and...

modsecurity disable url - How to disable Mod_Sec for a specific domain in cPanel

How to disable Mod_Sec for a specific domain in cPanel

Here is how to disable mod_sec for a single domain name in cPanel. To disable mod_security COMPLETELY, add the following line to the .htaccess file SecFilterEngine Off To only disable HTTP POST scanning, use the following instead: SecFilterScanPOST...

unnamed - Troubleshooting 🕒 cron job issues on cPanel

Troubleshooting 🕒 cron job issues on cPanel

Check if Cronjob is properly created The first thing that we need to check when troubleshooting issues with corn jobs on cpanel is if the corn job is properly created. For this we go to cPanel > Cron Jobs Make sure that the cronjob is listed on...

Copyright David Farrell 2014

wget not working on Linux 😲

wget not working? Add user/agent, for example: Mozilla/5.0 wget -U Mozilla/5.0 or wget -U mozilla By default wget uses an uncommon user-agent Wget/VERSION, which due to various security policies some servers are blocking. To solve this, specify the...

rename session - How to rename an existing screen session in Linux?

How to rename an existing screen session in Linux?

To create a named session use: screen -S testsession to list all session: # screen -ls There is a screen on: 19415.something (Detached) 1 Socket in /var/run/screen/S-root. to rename an active session use -X sessionname screen -S 19415.something -X...

compass - How to enable remote access to MongoDB 🍃 in cPanel

How to enable remote access to MongoDB 🍃 in cPanel

Here is how to enable remote access to MongoDB in cPanel: Open port on the firewallEnable remote access in mongodb.confCreate a new admin user for mongodb Open default MongoDB port 27017 on firewall Default port for mongodb is 27017 so we need to...