# 가상서버 구성 방법

- [FTP 구성 방법](https://docs.cafe24cloud.com/home/server/server/config/ftp.md): 가상서버의 vsftp Passive mode 설정 방법은 다음과 같습니다.
- [SFTP 구성 방법](https://docs.cafe24cloud.com/home/server/server/config/sftp.md): SSH 키페어를 이용한 SFTP 접속 방법은 다음과 같습니다. 본 메뉴얼에서는 FTP 소프트웨어로 FileZilla를 사용합니다.
- [NTP 구성 방법](https://docs.cafe24cloud.com/home/server/server/config/ntp.md): 가상서버 시간 동기화를 하는 방법은 아래와 같습니다. 카페24클라우드의 가상서버는 기본적으로 UTC 시간대로 설정되어있습니다. 변경이 필요한 경우 본 매뉴얼을 참고해 주세요.
- [Docker 구성 방법](https://docs.cafe24cloud.com/home/server/server/config/docker.md): 가상서버에서 Docker를 정상적으로 사용하기 위해서는 아래와 같은 설정이 필요합니다.
- [NFS 구성 방법](https://docs.cafe24cloud.com/home/server/server/config/nfs.md): 가상서버에 NFS를 구성하는 방법은 아래와 같습니다.
- [APM 구성 방법](https://docs.cafe24cloud.com/home/server/server/config/apm.md): 가상서버에 APM를 구성하는 방법은 아래와 같습니다.
- [Apache 웹서버 성능 튜닝 방법](https://docs.cafe24cloud.com/home/server/server/config/tuning.md): 본 매뉴얼은 대규모 Apache 웹서버 동시 접속 유입에 대응 하기 위해 성능을 최적화하는 방법을 소개합니다.


---

# 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.cafe24cloud.com/home/server/server/config.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.
