Skip to content

Commit

Permalink
chapters/compute: Clarify apache2-simulator task
Browse files Browse the repository at this point in the history
Specify that students need to run `make run` to start the container and
that `strace` needs to be run inside that container.

Signed-off-by: Teodor Dutu <[email protected]>
  • Loading branch information
teodutu committed Nov 19, 2024
1 parent 7a333a8 commit dc21b9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Enter the `chapters/compute/processes-threads-apache2/drills/tasks/apache2/support/` folder and go through the practice items below.

1. Use `strace` to discover the server document root.
1. Use `make run` to start the container.
Use `strace` inside the container to discover the server document root.
The document root is the path in the filesystem from where `httpd` serves all the files requested by the clients.

First, you will have to stop the running container using `make stop`, then restart it with `make run-privileged`.
Expand Down

0 comments on commit dc21b9b

Please sign in to comment.