QuestionQ28
DevSecOps Pipeline-Release and Deploy StageMichael Rady recently joined an IT company as a DevSecOps engineer. His organization develops software products and web applications related to online marketing. Michael deployed a web application on an Apache server. He would like to safeguard the deployed application from diverse types of web attacks by deploying ModSecurity WAF on the Apache server.
Which of the following commands should Michael run to install ModSecurity WAF?
- A sudo apt install libapache2-mod-security2 –x
- B sudo apt install libapache2-mod-security2 –z
- C sudo apt install libapache2-mod-security2 –w
- D sudo apt install libapache2-mod-security2 –y
Community Discussion