How to Deactivate ModSecurity in cPanel
This post will show you how to deactivate ModSecurity in cPanel. Let us follow these…
Commands for fixing the Webalizer stats under Hsphere: Webalizer for Windows
==================
at c://webalizer >, fire the command,
Webalizer -n domainame -o E://hshome/username/domainname/Webalizer E://hslogfiles/logfile name
* -n — domain name for which Webalizer is not working.
* -o — path to the directory where the Webalizer generates the output.
* name of the log file which should used to generate the website statistics.
It is the name of the file that you generated in step 3.
Webalizer is not working for UNIX plans.
==========================
Fire the command on the shell prompt.
/hsphere/shared/bin/webalizer -n domainname -o hsphere/local/home/username/domainname/webalizer
/hsphere/local/home/username/logs/domain/name of the most recent log file
If the stats of the current month do not generate,
Explore more hosting insights, tips and industry updates.
This post will show you how to deactivate ModSecurity in cPanel. Let us follow these…
Optimization in MySQL involves three components: Optimizing the MySQL Server Optimizing the database Query Optimization…
Introduction Git is a popular open-source version control system (VCS). It widely used for source…