Search results

  1. K

    Steps to enable or disable output_buffering directive

    Output buffer is a location where data is where data ready and wait until the output device or display device is not ready. Normally when a PHP script runs it sends output in multiple parts until the processing complete. But if output butter is enabled PHP sends data when script processing is...
  2. K

    How to set quota values for the cpanel accounts?

    You can follow below steps if you are getting any issue related to quota in cpanel: * vim /etc/fstab First you have to check whether the quota is enabled or not. * mount -o remount /home Then remount the /home partition with above command. Now we have to create file ”aquota.user ” and for...
  3. K

    How to enable permission to create subdomains of hostname?

    If you are getting error “You do not have permission to create subdomains of server’s hostname then you can resolve this issue with below steps: Login to WHM. Here click on “Tweak Settings” under “Server Configuration”. You have to enable below option in “Tweak Settings”. Allow users to park...
  4. K

    SSL (Secure Sockets Layer) certificate is going to expire in 30 days

    In this we are going to learn how to reset cpanel SSL certificates: Login to WHM. Go to Service >> Configuration >> Manage Secure Sockets Layer Certificates Here you will find “Actions” column, you have to click on Reset Certificate, but make sure your SSL is valid for all the services.
  5. K

    Not able to accessing emails from Roundcube

    Most of the time this happens due to permission issue, we can easily resolve this with below steps: To resolve this issue you can run below script: /scripts/mail per username Sometimes email account shows negative size for few cpanel users, you can resolve this by using below script...
  6. K

    Image icon is missing from cpanel

    If you are not able to see any icon of options in cpanel then you just have to run below script: /script/upcp or /scripts/upcp –force
  7. K

    Steps to remove Wordpress Toolkit feature

    You can easily remove Wordpress toolkit feature for cpanel in WHM. For this you have to access Feature List option in WHM: Login to WHM. Here click on “Feature Manager” option under “packages” option. Now click on “Edit Feature List”. Here uncheck “Wordpress Toolkit” option and click on Save.
  8. K

    Is it possible to manage Wordpress Toolkit via command-line?

    We can easily manage Wordpress Toolkit with wp-toolkit command, we can run commands in Terminal but we need root access. # which wp-toolkit /usr/local/bin/wp-toolkit If you want to know all the options of wp-toolkit then you can use below command for help: wp-toolkit --help You can check the...
  9. K

    Ioncube extension available or not in ea-php80

    Right now IonCube extension is not released by upstream provider, so we cannot install it now. IonCube extension is not available in cpanel repositories: yum search ea-php80-php-ioncube Whenever the provider release, we can install it through EasyApache 4 in WHM.
  10. K

    How to find clone data location store by Wordpress Toolkit?

    You will find the clone data of your Wordpress website in installation path, but its available in hidden directory with ".wp-toolkit_X". Here X represents a variable which ensures that directory has unique name. You can check below example: /home/user/public_html/.wp-toolkit_z
  11. K

    How to check backup of account in JetBackup removed from WHM?

    In Jetbackup we can say the “Orphan” account which we have removed from cpanel and WHM. The orphaned account will remain till 14 days on server by default. We can also update Jetbackup settings and update the time according to our need. Here you will find “Delete orphan backups older than”...
  12. K

    What is the difference between JetBackup 4 and Jetbackup 5?

    You can follow below steps to know the difference between JetBackup 4 and JetBackup5. The main difference is that JetBackup 5 support various control panels like DirectAdmin, Plesk native support, etc but JetBackup 4 supports only cpanel. JetBackup 4 supports CentOS and CloudLinux but JetBackup...
  13. K

    Can we do Multisite cloning in Wordpress Toolkit?

    In Wordpress Toolkit we cannot do multisite Wordpress installation, but if you tried to attempt multisite cloning then you will get below output: "Cpanel LIVE Site" was cloned with errors Unable to clone remote WordPress instance #1 ('http://www.domain.com' at server 'localhost'): cloning of...
  14. K

    How to add new currency in WHMCS?

    In WHMCS you we can easily sell our products to multiple currencies, we can manually set the price of product, it will automatically update according to rate fluctuation Login to WHMCS. Go to Setup >> Payments >> Currencies Now you will have to enter all the details of new currency and click on...
  15. K

    Steps to enable HTTP 2 for Litespeed

    You have to follow below steps, but for that you have to use web console: You can login into WebAdmin Console. Here you have to find “Enable SPDY/HTTP2/HTTP3” option and for that you have to click on “SSL” tab. Select HTTP/2 option to enable HTTP/2.
  16. K

    Is it possible to use opcache in suphp handler?

    No, you cannot use opcache in suphp as its not compatible. If you want to use opcache then you have to install any other PHP handler like CGI. You can easily change handler in WHM : Login to WHM. Here click on “EasyApache 4”. Here you can customize your handler according to your need.
  17. K

    Steps to install NodeJS selector on Cloudlinux

    If you want to enable NodeJS Selector then you have to install multiple packages for the user. You can follow below steps to install it: First you have to install Alt-NodeJS package with below command: yum groupinstall alt-nodejs After that you have to install other modules too like: Pushion...
  18. K

    Want to know about enabling of mod_deflate for PHP files

    To enable mod_deflate in Apache you have to enable zlib.output_compression in MultiPHP INI Editor, for that you have to follow below steps: Login to WHM. Click on MultiPHP INI Editor under Software. Here you can also use editor tab to enable zlib.output_compression. You have to enable it for...
  19. K

    Steps to add Tomcat to CageFS

    You can follow below steps add Tomcat to CageFS: First you have to add tzdata-java RPM to CageFS with below command: $ cagefsctl --addrpm tzdata-java Now create /etc/cagefs/conf.d/java.cfg with following: [java-custom] comment=Java-custom paths=/usr/bin/java, /etc/alternatives/java At last...
  20. K

    How can we enable application manager in cpanel?

    You can enable it with below steps: First you have to check that “Application manager” is available in Feature Manager or not. If it’s not available then you have to install below packages: ea-ruby24-mod_passenger ea-apache24-mod_env You can use this command to install both packages: yum...
Top