loading...

Tag: ngnix

Latest Posts
Install Weblogic Linux

=========================== Reference ===================================== https://www.youtube.com/watch?v=lnUl_JYRa1M&t=408shttps://www.youtube.com/watch?v=g5o-aVVmgTc https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.htmlhttps://javahelps.com/install-oracle-jdk-8-on-linuxhttps://www.oracle.com/in/java/technologies/javase/javase8u211-later-archive-downloads.html https://github.com/Mazahir02/IntegrateApachewithWeblogic14c/blob/db260ae8f1df4f08d2ced27f6ddeb4b829df4d3f/Config%20Steps.txthttps://www.youtube.com/watch?v=1nQZL3kU008 ———- To proceed installation, We need below mentioned basic Requirements.————– 4 CPUs.16GB of Physical Memory (RAM).20GB of Disk Space.Internet…

Install WordPress – ngnix – MariaDB in CentOS

1. https://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-install-linux-nginx-mariadb-php-lemp-stack-in-rhel-8.html2. https://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-install-wordpress-with-nginx-on-centos-8-rhel-8.html  —————————————————————–1. Install Nginx————————————————————– # yum -y install nginx # systemctl start nginx# systemctl status nginx Firewall# firewall-cmd –permanent –add-service=http# firewall-cmd –reload Verify…