# Sunucu

## Genel

* Redis
* Memcached
* Varnish HTTPS

## CentOS 7

* Backup & Restore CentOS 7
* CentOS Auto .tar and Upload to Cloud?

Vesta Control Panel'i yeni bir sunucuya aşağıdaki komutla kurma;

```bash
# Connect to your server as root via SSH
ssh root@your.server
# Download installation script
curl -O http://vestacp.com/pub/vst-install.sh
# Run it
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named no --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --hostname hostname-buraya --email e-posta-buraya --password sifre-buraya
```


---

# 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://notlar.ogulcanozugenc.com/yapilacaklar/sunucu.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.
