Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1012 Bytes

File metadata and controls

30 lines (20 loc) · 1012 Bytes

Web stack debugging #3

This was the fourth in a series of web stack debugging projects. In these projects, I was given broken/bugged webstacks in isolated containers, and tasked with fixing the web stack to a working state. For each task, I wrote a script automating the commands necessary to fix the web stack.

Concepts

For this project, students are expected to look at these concepts:

Background Context

Tasks 📃

  • 0. Strace is your friend
    • 0-strace_is_your_friend.pp: Puppet manifest that fixes a typo error causing a WordPress application being served by an Apache web server to fail.
    • Usage: puppet apply 0-strace_is_your_friend.pp