Today we’re going to install Ruby on Rails using RVM (the Ruby Version Manager) onto a CentOS 8 server. Let’s start by defining a few terms and definitions we will be using during the process.
Continue reading “How to Install Ruby on Rails on CentOS 8”Tag: Curl
How to Install Tomcat 9 on CentOS 8
What is Tomcat?
In this article, we will be demonstrating how to install Apache Tomcat on CentOS 8. Before we begin, let’s define exactly what Apache Tomcat is. Apache defines Tomcat as: “An open-source, servlet container, JavaServer Pages, Java Expression Language, and WebSocket technology that also acts as a web server. It affords a “pure Java” based HTTP server environment in which Java can be executed.” Tomcat works with the Java programming language and is associated with web applications written in Java.
Continue reading “How to Install Tomcat 9 on CentOS 8”Update: WHMCS CURL Bug
WHMCS has discovered a problem in an earlier EA4 Curl Package introduced on CentOS servers.
Update!
UPDATE: This is reportedly fixed in ea-libcurl-7.67.0-2.2.1, so it should no longer be necessary to downgrade.
Working versions:
* ea-libcurl-7.66.0-1.1.2.cpanel.x86_64
* ea-libcurl-7.67.0-2.2.1.cpanel.x86_64
Buggy version:
*ea-libcurl-7.67.0-1.1.2.cpanel.x86_64
Per https://forums.cpanel.net/threads/cpanel-curl-update-breaks-whmcs-enom-module.663449/ it may be necessary to restart PHP-FPM to apply the changes to the running PHP binaries.
Fun With Curl
cURL is a Linux command that is used to transfer multiple data types to and from a server. It operates utilizing the libcurl library, which allows it to use the following protocols to move information:
Continue reading “Fun With Curl”