WordPress Çalışma Ağacağı
Production WordPress sunucusunun bütün servis envanterini
INTERNET
│
▼
DNS
│
▼
[ Firewall ]
│
▼
[ TLS / HTTPS ]
│
▼
┌─────────────────┐
│ HTTP SERVER / │
│ REVERSE PROXY │
│ │
│ Nginx │
│ Apache │
│ Caddy │
│ HAProxy │
│ Traefik │
└────────┬────────┘
│
▼
[ PHP RUNTIME ]
│
┌────────┴────────┐
│ │
PHP-FPM OPcache
│
▼
[ WORDPRESS ]
│
┌───────┼─────────┐
│ │ │
▼ ▼ ▼
Database Cache Files
│ │ │
│ │ ├── themes
│ │ ├── plugins
│ │ └── uploads
│ │
│ ├── Redis
│ └── Memcached
│
├── MySQL
└── MariaDB
WORDPRESS
│
┌─────────┼──────────┐
│ │ │
▼ ▼ ▼
Cron SMTP Backup
│ │ │
│ │ ├── rsync
│ │ ├── restic
│ │ ├── Borg
│ │ └── snapshot
│ │
│ ├── Postfix
│ ├── Exim
│ └── External SMTP
│
├── system cron
├── systemd timer
└── WP-Cron
│
▼
MONITORING
│
┌────────┼─────────┐
▼ ▼ ▼
Logs Metrics Alerts
│
▼
SECURITY
│
┌────────┼─────────────┐
▼ ▼ ▼
Firewall WAF Brute-force
protection
WordPress Çalışma Ağacağı 1
│
├── A. HARDWARE / VM
│
├── B. OPERATING SYSTEM
│ │
│ ├── Linux Kernel
│ ├── systemd / init
│ ├── filesystem
│ ├── users/groups
│ ├── permissions
│ ├── process management
│ └── time synchronization
│
├── C. NETWORK
│ │
│ ├── NIC
│ ├── IP
│ ├── routing
│ ├── DNS resolver
│ ├── firewall
│ └── SSH
│
├── D. DNS
│ │
│ └── DOMAIN
│ ├── A
│ ├── AAAA
│ ├── CNAME
│ └── TXT
│
├── E. HTTP ENTRY POINT
│ │
│ ├── Nginx
│ ├── Apache HTTP Server
│ ├── Caddy
│ ├── OpenLiteSpeed
│ ├── Lighttpd
│ └── diğer PHP destekli HTTP server'lar
│
├── F. TLS / HTTPS
│ │
│ ├── OpenSSL / TLS library
│ ├── Certificate
│ ├── Private Key
│ └── ACME client
│
├── G. PHP RUNTIME
│ │
│ ├── PHP
│ ├── PHP-FPM
│ ├── PHP-CLI
│ ├── PHP extensions
│ └── OPcache
│
├── H. DATABASE
│ │
│ ├── MySQL
│ └── MariaDB
│
├── I. WORDPRESS
│ │
│ ├── WordPress Core
│ ├── wp-config.php
│ ├── wp-content
│ ├── plugins
│ ├── themes
│ └── uploads
│
├── J. CACHE
│ │
│ ├── OPcache
│ ├── Redis
│ ├── Memcached
│ ├── Page Cache
│ └── CDN Cache
│
├── K. CRON / SCHEDULER
│ │
│ ├── WP-Cron
│ ├── cron/crond
│ └── systemd timer
│
├── L. MAIL
│ │
│ ├── External SMTP
│ ├── Postfix
│ ├── Exim
│ └── diğer MTA'lar
│
├── M. SECURITY
│ │
│ ├── Firewall
│ ├── SELinux / AppArmor
│ ├── WAF
│ ├── Fail2ban
│ └── malware scanner
│
├── N. BACKUP
│ │
│ ├── Files
│ ├── Database
│ ├── Configuration
│ └── Remote storage
│
└── O. OBSERVABILITY
│
├── Logs
├── Metrics
├── Health checks
└── Alerting