Linux Bash Scripts Kodekloud 4 Comments Edit Question: Solution: At first login to app server02 ssh steve@stapp02 Then go to scripts folder and create media_backup.sh vi media_backup... Read More
Application Security KodeKloud 9 Comments Edit Question: Allow all incoming traffic to Nginx 8096 port and Block to Apache 5004 port Solution: Login to backup server and add these two r... Read More
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
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
Linux Remote Copy KodeKloud 1 Comment Edit Question: N.B: Location and App server can be changed according to question. Here, i have used App Server 3 and my locat... Read More