# Web Access Control

이 장에서는 웹서버 데몬에서 Access control을 하는 방법에 대해서 기술을 하며, 안녕 리눅스 3에서 제공을 하는 apache, nginx, lighttpd에 대해 기술을 합니다.

tomcat의 경우 middle ware로 사용하는 것을 권장하고, 또한 ACL에 대해서 그리 좋은 기능을 제공하지 않으므로, tomcat을 외부 서비스에 바로 노출 시키는 것은 권장하지 않기 때문에 tomcat의 access control에 대한 방법은 여기서 다루지 않습니다.

1. [Apache 2.4](https://joungkyun.gitbook.io/annyung-3-user-guide/chapter3/chapter3-5-web-acl/chapter3-5-web-acl-apache)
2. [Nginx](https://joungkyun.gitbook.io/annyung-3-user-guide/chapter3/chapter3-5-web-acl/chapter3-5-web-acl-nginx)
3. [lighttpd](https://joungkyun.gitbook.io/annyung-3-user-guide/chapter3/chapter3-5-web-acl/chapter3-5-web-acl-lighttpd)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/chapter3/chapter3-5-web-acl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
