To block attacks to server_ip and port 443, add the following code to /etc/apache2/conf.d/includes/pre_virtualhost_global.conf <VirtualHost IP_HERE:443> <Location /> Deny from all Redirect "/" "" </Location> </VirtualHost>...
Given the following options, which indicates the ideal source from which you should obtain your server’s resolver IP addresses? Your hosting provider or data center. What happens when a domain with two NS records in its zone is queried for its...
In the context of MySQL databases, which of the following is best described as “plaintext” output containing a re-usable set of MySQL data? MySQL dump Which of the following file extensions are associated specifically...
All of the following resource limits may be set in a package except … cPanel accounts Which API allows you to manage cPanel licenses Manage2 API What is the purpose of the template file in a Plugin? Displays UI content The location of the...
cPanel Certified Partner Accreditation (CPCP) Exam is divided in 6 sections, first 5 consist of 40 questions each, and last section has only 10 questions. Web Server Administration Domain Name Server (DNS) Administration Database Server...
When you change a package for a cpanel account,new limits are applied immediately but the statistics section in the dashboard still shows old info. To refresh the data for a single cpanel account simply delete the .cpanel/datastore directory for...
Restarting a NodeJS application in cPanel *(CloudLinux) gives 503 error and the stderr.log states: Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe node[175421]:...
Here is how to detect user country from the IP address that cPanel displays on the right side of the Tools page, and add a flag representing that country. Display Country based Flags for cPanel last Login IP Address 1.) First download the flag icons...
cPanel update script that is executed every night is /scripts/upcp and according to its code, file named /scripts/postupcp will get executed at the end: if (-e "/scripts/postupcp") { system("/scripts/postupcp"); } We can use this file to add a...
Jupiter is the name of the new default cPanel theme, and one of the most hated things about the new theme is the new icon style: jupiter cpanel theme icons To bring back the old icons from the Paper Lantern theme to Jupiter, simply copy the icons cp...