# 4. 고객사 요청사항

고객사는 아래와 같이 WEB, WAS를 구성을 한다고 합니다.

{% hint style="info" %}
단, 해당 내용으로 **정상적으로 서비스가 되지 않는다면** 문의를 하여 정상 서비스가 되도록 진행합니다.
{% endhint %}

## WEB 서버

<table><thead><tr><th>Domain</th><th width="96">경로</th><th width="140">호스트</th><th width="81">Port</th><th>위치</th></tr></thead><tbody><tr><td>www</td><td>/</td><td>web1, web2</td><td>8080</td><td>/var/www/html/networklab/web-8080/</td></tr><tr><td>www</td><td>/check/</td><td>web1, web2</td><td>8080</td><td>/var/www/html/networklab/web-8080/check/</td></tr><tr><td>www</td><td>/news/</td><td>web1</td><td>8080</td><td>/var/www/html/networklab/web-8080/news</td></tr><tr><td>dev</td><td>/</td><td>web1, web2</td><td>9090</td><td>/var/www/html/networklab/web-9090/</td></tr><tr><td>info</td><td>/</td><td>web1, web2</td><td>31100</td><td>/var/www/html/networklab/web-31100/</td></tr></tbody></table>

## WAS 서버

<table><thead><tr><th width="185">Domain</th><th width="77">경로</th><th width="137">호스트</th><th width="89">Port</th><th>위치</th></tr></thead><tbody><tr><td>safari</td><td>/</td><td>was1, was2</td><td>8080</td><td>/var/www/html/networklab/was-animal/</td></tr><tr><td>guestbook</td><td>/</td><td>was1, was2</td><td>9000</td><td>/var/www/html/networklab/was-guestbook/</td></tr></tbody></table>


---

# 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://newbie.gitbook.io/quest-alb-rule/4..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.
