Restricting access to phpMyAdmin on an Ubuntu LAMP stack
Under Ubuntu, the phpMyAdmin apache conf file is located at: /etc/apache2/conf.d/phpmyadmin.conf Simply add the following order, allow, deny directives to make it available to localhost only.
CentOS, Hosting, Linux / September 22, 2021 / ashishpsk / 0
Under Ubuntu, the phpMyAdmin apache conf file is located at: /etc/apache2/conf.d/phpmyadmin.conf Simply add the following order, allow, deny directives to make it available to localhost only.
CentOS, Linux / May 19, 2021 / ashishpsk / 0
As usual make sure the system is fully up to date before installing any packages: We are going to use Apache as our web server, install it using this command: Install mod_ssl as well as we are going to need it to configure our Let’s Encrypt SSL certificate: Configure Apache: Create a document root folder
CentOS, Linux / March 27, 2021 / ashishpsk / 0
Command to list groups on a CentOS / RHEL 7 Another option: Command to install GCC and Development Tools on a CentOS / RHEL 7 server: If above command failed, try: A note about failing groupinstall on CentOS/RHEL 7.x: To install all the packages belonging to a package group called “Development Tools” use the following