Configure protected directories in Apache Kodekloud 2 Comments Edit Question: Solution : Login to server ssh banner@stapp03 Add a user and set password sudo htpasswd -c /etc/httpd/.htpasswd james Restart ... Read More
Linux Find Command Kodekloud Add Comment Edit Question: Copy all files with .css extension with their parent folder from /var/www/html/ecommerce to ecommerce Solution: Login to your de... Read More
Setup SSL for Nginx Kodekloud 3 Comments Edit Question: Solution: Login to app server mentioned in question ssh steve@stapp02 Then install nginx yum install epel-release yum... Read More
Linux Nginx as Reverse Proxy KodeKloud 5 Comments Edit Question Solution At first login to backup server Then install httpd annd nginx by running following commands yum install httpd yu... Read More
Linux Resource limits KodeKloud Add Comment Edit Question: Solution: You may get another values. Check your question and apply according to your question. Login to storage server at... Read More
Apache troubleshooting KodeKloud 1 Comment Edit Task: Change Port to 8084 and Access all App Servers from jump host. Document root should be /var/www/html Solution: I have showed here... Read More
Linux Create a User for Apache KodeKloud 3 Comments Edit Question: For some security reasons xFusionCorp Industries security team has decided to use custom Apache users for each web application... Read More
NFS Troubleshooting Kodekloud Add Comment Edit Question: Here, i used /appdata. You may get /webdata, or /opt. You should use what you will get. Solution: Login t... Read More
How to Dockerize Angular CRUD Firebase Web App Add Comment Edit Video Tutorial: https://www.youtube.com/watch?v=hee4wyqAN4g Source Code: https://github.com/shawon100/Angular-CRUD Read More
MariaDB Troubleshooting KodeKloud 12 Comments Edit Task: After digging the issue team found that mariadb is down on the database server. Fix the issue. Solution: Login to database... Read More