# httpd-url

## Description:

Client 요청 URI와 서버 파일간의 character set 문제가 있을 경우 보정을 한다.

[httpd](/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-httpd.md)의 sub package이다.

## Features:

* client에서 UTF8 문자셋으로 URI를 요청했을 경우, 서버의 파일이 EUC-KR이라면 mod\_url은 내부적으로 원 요청으로 확인을 한 후, 없으면 EUC-KR로 변환을 하여 다시 체크를 함.
* 설정 예제

```
&lt;IfModule redurl_module&gt;
    CheckURL On
    ServerEncoding EUC-KR
    ClientEncoding UTF-8
&lt;/IfModule&gt;
```

## Reference:

* <https://github.com/Joungkyun/mod_url/blob/master/apache2/README>

## Dependencies:

* [httpd](/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-httpd.md)

## Sub Packages:

* None

## Related Packages:

* None


---

# 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/annyung3-package-catalog/annyung3-core-packages/pkg-core-httpd-url.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.
