Skip to content

Files

Latest commit

cfd5842 · Apr 27, 2022

History

History

0x17-web_stack_debugging_3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 27, 2022
Apr 27, 2022

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