When installing Nginx from source on a CentOS 7 server, I got the following error checking … CentOS Error checking for OpenSSL library … not foundRead more
How to reset CentOS 7 root password using console
If you have lost the root password of your CentOS 7 system and have access to … How to reset CentOS 7 root password using consoleRead more
How to Create Custom 404 Error Page in Apache
A 404 error happens when a visitor comes to your website and the page requested is … How to Create Custom 404 Error Page in ApacheRead more
Apache Proxy
To proxy requests in Apache The ProxyPreserveHost directive in Apache’s configuration is used in the context of a … Apache ProxyRead more
Apache Location
To only allow requests from a specific IP to a location, use Require ip 59.92.71.53 51.38.246.115 … Apache LocationRead more
Running Apache VirtualHost under separate user with mpm-itk
mpm-itk allow you to run Apache VirtualHost under a specific user/group instead of under the Apache … Running Apache VirtualHost under separate user with mpm-itkRead more
How to debug Apache VirtualHost not working
On an Apache webserver running in Ubuntu, I added a VirtualHost entry for a domain name. … How to debug Apache VirtualHost not workingRead more
How to Install Supervisord on CentOS 7
Supervisor is a program used to monitor and control programs. It can auto startup application on … How to Install Supervisord on CentOS 7Read more
Ionos Magento Internal Server Error
After migrating a Magento site to Ionos shared hosting, internal pages of the site stopped working … Ionos Magento Internal Server ErrorRead more
How to install MySQL 5.7 on CentOS 7 Server
To install MySQL 5.7 on CentOS 7 server, install the repository rpm -ivh http://repo.mysql.com/mysql57-community-release-el7.rpm import MySQL … How to install MySQL 5.7 on CentOS 7 ServerRead more