> For the complete documentation index, see [llms.txt](https://wiki.qwins.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.qwins.co/veb-razrabotka.md).

# Веб-разработка

- [Подключение домена через Cloudflare](https://wiki.qwins.co/veb-razrabotka/podklyuchenie-domena-cherez-cloudflare.md): Cloudflare — это сеть серверов по всему миру. Пользователи подключают свои сайты к сети Cloudflare для увеличения скорости загрузки и защиты от DDoS-атак.
- [Установка Apache2](https://wiki.qwins.co/veb-razrabotka/ustanovka-apache2.md): Apache является кроссплатформенным ПО, поддерживает операционные системы Linux, BSD, Mac OS, Microsoft Windows, Novell NetWare, BeOS.
- [Установка Nginx](https://wiki.qwins.co/veb-razrabotka/ustanovka-nginx.md): Nginx - это веб-сервер с большим количеством возможностей, сделанный по последним канонам технологий. Его используют самые крупные компании, такие как ВКонтакте, Google, Facebook и другие.
- [Установка PHP](https://wiki.qwins.co/veb-razrabotka/ustanovka-php.md): PHP - это распространенный язык программирования общего назначения с открытым исходным кодом. PHP специально сконструирован для веб-разработок и его код может внедряться непосредственно в HTML.
- [Установка MySQL](https://wiki.qwins.co/veb-razrabotka/ustanovka-mysql.md): MySQL - свободная реляционная система управления базами данных.
- [Подключение phpMyAdmin](https://wiki.qwins.co/veb-razrabotka/podklyuchenie-phpmyadmin.md): phpMyAdmin - СУБД приложение с открытым кодом, написанное на языке PHP и представляющее собой веб-интерфейс для администрирования СУБД MySQL.
- [Генерация Let's Encrypt SSL](https://wiki.qwins.co/veb-razrabotka/generaciya-lets-encrypt-ssl.md): Инструкция по созданию бесплатного сертификата от Let's Encrypt.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.qwins.co/veb-razrabotka.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.
