How to run proftpd in debug mode
If you are having any issues logging in, or uploading files, creating directories, etc.. you can run proftpd in debug mode to see what the proftpd server is doing and possibly find out why it’s generating the errors it is.
To do so, type the following:
/etc/init.d/proftpd stop
proftpd -n -d 20
Tags: debug, proftpd
Showing hidden files through ftp
To show hidden files through ftp (files that start with a dot), edit your /etc/proftpd.conf.
In the section add the following code
Save, exit, then restart proftpd.
Tags: proftpd
CA (Certificate Authority) Bundle: A file on your server that verifies that your public and private keys were issued by a trusted entity. If your Certificate Authority sent you a CA bundle file, you can install it to your server using WHM’s Install a SSL Certificate and Setup the Domain feature, or the Manage Service SSL Certificates feature.
Certificate (Public Key Certificate): An electronic document that states the identity of a server so that the end user knows that he or she is communicating with the correct website.
Certificate Authority: An entity that issues digital certificates for server verification.
Certificate Signing Request (CSR): A request for a certificate sent by a server’s administrator to a certificate authority.
Tags: Certificate Authority
BoxTrapper: An application included with cPanel that filters spam by requiring would-be senders to reply to a verification email (also known as challenge-response verification). Only after the sender is verified through the reply will his or her original email be accepted.
BoxTrapper Blacklist: A list of email addresses from which incoming mail will be automatically blocked by the BoxTrapper application. cPanel automatically sends a configurable warning message upon receipt of mail from a blacklisted address.
BoxTrapper Ignore List: A list of email addresses from which incoming mail will be blocked. cPanel does not send a warning message upon receipt of mail from an address ignored by the BoxTrapper application.
BoxTrapper Whitelist: A list of email addresses from which incoming mail will automatically be accepted by the BoxTrapper application. See also BoxTrapper Ignore List and BoxTrapper Blacklist.
Tags: BoxTrapper
WHM Scripts
When cPanel and WHM is installed, a number of predefined scripts become available in your server’s /scripts directory.
For example, if you wanted to run the update script, you would type:
#easyapache — Upgrades and reinstalls Apache.
#phpextensionmgr — Manages PHP extensions.
# restartsrv_* — Restarts a service.
# *up — Updates a service.
* bandminup — Bandmin application.
* courierup — Courier mail server.
* cpaddonsup — cPanel’s addon scripts.
* dovecotup — Dovecot mail server.
* eximup — Exim mail exchanger.
* ftpup — FTP servers (ProFTP and Pure-FTP).
* imapup — IMAP mail server.
* mysqlup —MySQL service.
* nsdup — BIND nameserver.
* phpup — Current version of PHP.
* suphpup — SuPHP tool for handling PHP requests.
Tags: cpanel, Scripts, WHM