Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Web hosting, Cloud server Tips and Tricks
Web hosting, Cloud server Tips and Tricks
How to use PHP 8.1 in CyberPanel You should definitely upgrade to PHP 8.1 if you want to benefit from the latest features, get better error handling, improved RFCs, and optimizations.Carrying the legacy forward, PHP surprised its enthusiasts with the…
by default, encrypted PHP source code cannot be executed directly on the server. It needs to be decrypted before the PHP engine can process it. This is where the ionCube loader comes in. Step 1: Log in to your Cyberpanel…
Disk size not increase after resize In some cases, Disk size not increase after resize to higher plan. This may be due to 100% disk usage as some space is still required for temporary files or when the particular release…
ionCube encoding method is used to secure the PHP files. It helps to encrypt PHP files and read encrypt PHP files. However, to decode the encrypted PHP files, ionCube loaders should install on the server as an additional requirement. To…
Edit the following file to configure PHP parameters: nano LSPHP 7.4 as example. If you are using a different version, please adjust the number in the URL accordingly.
How to block XMLRPC Attacks using CSF We will need to create custom log from which CSF will be able to search for wp-login.php and xmlrpc.php requests. Now, edit your ecsf.conf nano Have a look : Now, create a…
Symptoms Applications are unable to access the MySQL database and report the following error: [3118] Access denied for user ‘username’@’localhost’. Account is locked. Description This error occurs when the account being used to access a database is marked as locked…
Check for Existing SSH Keys You may already have an SSH key pair generated on your machine. To see whether you have SSH keys on the system, run the command: Generate SSH Key Pair 1. The first thing you need…
define ~/.ssh/config file with the following contents: mars is identical name which we use in terminal for example : ssh mars
You will need to remove mod_ruid2 & install mod_suexec Remove mod_ruid2 : Install mod_suexec : Done. You may check it now: Output looks like : K: It looks ok [php.conf:cgi with suexec, lsapi]