Beschreibung der Server-Features
This commit is contained in:
parent
90b877c7c3
commit
4783231805
2 changed files with 17 additions and 1 deletions
15
content/wordpress/features.md
Normal file
15
content/wordpress/features.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Technische Umsetzung"
|
||||
date: 2023-01-06T12:38:21+01:00
|
||||
---
|
||||
Auf dem Wordpress-Server läuft die jeweils aktuelle [Debian](https://debian.org)-Variante. Technisch haben wir es so umgesetzt:
|
||||
|
||||
| Option | Beschreibung |
|
||||
|--------|--------------|
|
||||
| Webserver | Apache 2.4 |
|
||||
| Datenbank | MariaDB |
|
||||
| PHP | 7.4 |
|
||||
| PHP-FPM | :heavy_check_mark: |
|
||||
| Deaktiviere PHP-Funktionen | `mail, proc_open, curl_ini, parse_ini_file, symlink, system_exec, exec, shell_exec, phpinfo` u.a. |
|
||||
| ACP | :heavy_check_mark: |
|
||||
| OPcache | :heavy_check_mark: |
|
Loading…
Add table
Add a link
Reference in a new issue