In this exercise, you will introduce yourself to some basic features of Apache and its plugins. In addition, one useful SSH feature is covered here.
2.1 | What's the magic with "index.html"? | 1p |
2.2 | Why isn't everything quite right with the problematic.txt? How to fix the issue? | 1p |
2.3 | What is MIME? | 2p |
2.4 | How does the authentication work with apache? | 1p |
3.1 | Explain your solution | 1p |
3.2 | What information can a certificate include? What is necessary for it to work in the context of a web server? | 1p |
3.3 | What does requesting a certificate mean? | 1p |
4.1 | Demonstrate the concept. | 1p |
4.2 | What is HSTS? | 1p |
5.1 | How do the approaches of mod_cgi, mod_fcgi and mod_php differ from each other? | 2p |
5.2 | What are the security considerations do for these techniques? What if the server was shared or dedicated? | 1p |
5.3 | How does the counter work? What's the flaw in it? | 1p |
6.1 | When to use .htaccess? In contrast, when not to use it? | 1p |
6.2 | What kind of solution would you use to run Python application as a web service? | 1p |
6.3 | What does GET and POST mean in HTTP? What else can you do with HTTP? What is REST? | 2p |