# Prepare Web Server

The web server acts as the **entry point** for client requests, receiving HTTP requests from web browsers and returning HTTP responses along with application content such as web pages and static resources.

Within the ONEWEB platform, the web server is responsible for:

* Handling incoming client traffic
* Serving static content (HTML, images, assets)
* Forwarding application requests to the ONEWEB runtime layer

ONEWEB supports standard enterprise web servers, including:

* **Apache HTTP Server**
* **IBM HTTP Server**

The choice of web server depends on organizational standards, deployment architecture, and operational requirements.\
Detailed configuration and integration steps are covered in the following sub‑sections.


---

# 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://docs.onewebstack.com/oneweb-platform-th/getting-started/platform-configuration/platform-components-overview-and-management/prepare-prerequisite-software/prepare-web-server.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.
