Skip to main content

Posts

Showing posts with the label Web Hosting

cPanel / WHM Explained

cPanel and WHM Details                    *******Cpanel Explanation In Detail *******   Cpanel Introduction -------------------- Cpanel Important directories. /usr/local/cpanel /var/cpanel /scripts /usr/local/cpanel --------------- cpsrvd cpsrvd-ssl cpkeyclt /usr/local/cpanel/bin ------------------- *Houses only scripts and binaries which provide installation and configuration of many cPanel managed services Notable Contents: eximstats checkperlmodules /usr/local/cpanel/logs -------------------- CPSRVD -------access_log, error_log CPANELLOGD---stats_log CPKEYCLT------license_lo /usr/local/cpanel/base -------------------- frontend-------x, x2,xmail,monsoon webmail-------x, monsoon neomail horde 3rdparty-------squirrelmail, phpPgAdmin, phpMyAdmin /usr/local/cpanel/etc ------------------- init -----------start | stop cpsrvd AND start | stop AND start | stop cppop exim---...

The Virtuozzo CheatSheet

              The Ultimate Virtuozzo Guide  The Virtuozzo Ultimate Guide             1. Create a container with vid 101 ————- # vzctl create 101 –config vps.plesk7.fc2 –pkgset fedora-core-2 # vzpkgadd 101 psa-fc2 ############################################# 2. How do I validate configuration of VPSes on the hardware node? There is a set of utilities which can help you with a resources management. 1.  vzcfgvalidate : checks the resource’s cross-dependencies for a single VPS 2.  vzcheckovr : checks if the hardware node is overcommitted 3.  vzcpucheck : check the CPU utilization on the hardware node 4.  vzmemcheck : shows the current memory utilization 5.  vztop ,  vzstat : utilities which can be used for VPS monitoring ############################################# 3. How do I install APF firewall into the VPS...