From 7a94defcb7bf8e1c3ef3fdef1af3c74193481322 Mon Sep 17 00:00:00 2001 From: Radha Date: Wed, 3 Apr 2024 14:09:46 +0100 Subject: [PATCH] add troubleshooting exercise 1 + update reading material (#179) --- website/content/workbooks/workbook-1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/content/workbooks/workbook-1.md b/website/content/workbooks/workbook-1.md index 8740013f7..1e4b8f2ba 100644 --- a/website/content/workbooks/workbook-1.md +++ b/website/content/workbooks/workbook-1.md @@ -12,6 +12,10 @@ weight=2 - [ ] [Troubleshooting Primer](../../primers/troubleshooting/) - [ ] [Linux process Intro](https://tldp.org/LDP/tlk/kernel/processes.html) - [ ] [Linux Process and Signals](https://www.bogotobogo.com/Linux/linux_process_and_signals.php) - This doc has some commands to give you an insight on how to view processes and pass signals to a process; we recommend running those commands and documenting your learning. +- [ ] [PHP fastcgi](https://www.php.net/manual/en/install.fpm.php) +- [ ] [Systemctl](https://www.freedesktop.org/software/systemd/man/systemctl.html) and then [this](https://www.redhat.com/sysadmin/linux-systemctl-manage-services) +- [ ] [Nginx](https://nginx.org/en/docs/) and [How request processing works in Nginx](https://nginx.org/en/docs/http/request_processing.html) +- [ ] [Nginx with PHP FastCGI](https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/) ## Projects @@ -19,7 +23,7 @@ weight=2 - [ ] [Multiple Servers](../../projects/multiple-servers) - [ ] [Docker & Cloud Deployment](../../projects/docker-cloud) - [ ] [gRPC](../../projects/grpc-client-server) -- [ ] [Troubleshooting project #1](https://docs.google.com/document/d/1V6HEu_OcJ3MHH-aHzUfANf06VJa1rPcGHcpBwql7QLA/edit#heading=h.cjnguaxmynan) TOADD +- [ ] [Troubleshooting project #1](https://docs.google.com/document/d/1V6HEu_OcJ3MHH-aHzUfANf06VJa1rPcGHcpBwql7QLA/edit#heading=h.jwm4rlknw31h) ## Product