Is ImageMagick supported?
ImageMagick is the open-source image tool and is supported. We currently run Version 6.7.2. The path to the ImageMagick binary is: /usr/bin/convert Alternatively, some scripts may require just the directory path, in which case please enter: /usr/bin If you have any questions or issues, please get in touch with Support either through your StackCP dashboard (Cloud Hosting…
mod_fcgid
We do not use mod_fcgid, we use a custom web server setup to get FastCGI Process Manager (FPM) working on a large scale.
List of available PHP 7.3 modules
Some of the modules differ between PHP version, but here’s a list of PHP 7.3 for you: [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom enchant exif fileinfo filter ftp gd gettext gmp hash iconv imap interbase intl ionCube Loader json ldap libxml mbstring mysqli mysqlnd odbc openssl pcre PDO pdo_dblib PDO_Firebird…
How do I reset my WordPress user password?
Update the password using WordPress Tools If you would like to reset your WordPress User password, then you can use our WordPress Tools facility to do so. To reset your password: Head to your list of packages -> [select package] -> Users. Find the user you’d like to reset the password for and select Manage -> Change Password….
How do I add and use WordPress contact forms?
Here are a range of different WordPress form plugins out there such as WP Forms, Contact Form 7 and Pirate Forms. In this example, we’ll demonstrate with the free to use Contact Form 7 plugin. 1. Install the Contact Form 7 Plugin Log in to your WordPress Admin area and head to Plugins and select Add…
How do I run Composer via SSH?
At BelieveHost – Cloud we run multiple different versions of PHP. On our SSH servers, the execution of commands like “composer” will run with our default, system-level PHP that is also used for internal tools at BelieveHost – Cloud. This is a thin version of PHP without all the modules you may be used-to on…
How do I import a .sql file via the command-line?
If you’ve set up SSH access for a package then you can run the following command-line instructions to import a MySQL database: mysql -h hostname -u username -p username < databasefile.sql The above command connects to your database with the -h (hostname) -u (username) -p (database name in this case) then the unzipped file <…
How do I connect via SSH?
It’s only recommended that you connect to your package via SSH if you’re familiar with the command line interface. Windows If you’re using Windows, you’ll need to download an SSH Client to access SSH. This guide uses PuTTY which is a free SSH client and can be downloaded here: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Once you have downloaded PuTTY,…
How do I connect via SSH using 2FA?
It’s only recommended that you connect to your package via SSH if you’re familiar with the command-line interface. Here is how to connect using two-factor authentication (2FA). Windows If you’re using Windows you will want to download an SSH client to access SSH. You can download PuTTy from the following page: https://www.putty.org/ ⦁ You will…
How do I connect via SSH on an Apple Mac?
To connect via SSH on a Mac you can follow the instructions below: Log in to stackcp.com. Head to Manage Hosting and select Manage on the hosting package you want to connect to. Select the SSH Access icon. You’ll now need to generate a public key, on a Mac this is done via the Terminal utility. Open Terminal on the Mac. Enter the following command into…