PHP on Scale Martin Helmich Mittwald CM Service GmbH & Co. KG 10. Secure Linux Administration Conference, Berlin 23. Mai 2017 CC-0, coffy https://pixabay.com/de/thailand-elefanten-sonnenuntergang-142982
Dieses Werk ist lizensiert unter einer Creative Commons (Namensnennung & Weitergabe unter gleichen Bedingungen) 4.0 International Lizenz. http://creativecommons.org/licenses/by-sa/4.0/
Martin Helmich Software- & Systemarchitekt bei Mittwald CM Service Dozent (Private Hochschule für Wirtschaft & Technik, Hochschule Hamm-Lippstadt) http://stackoverflow.com/story/martinhelmich https://github.com/martin-helmich https://www.martin-helmich.de
< Erste Regel für PHP-Performance: „Neuer ist besser!“ CC BY-SA, Grm https://commons.wikimedia.org/wiki/File:Macintosh_128k_transparency.png CC BY-SA, Sonicscrewdriver https://commons.wikimedia.org/wiki/File:Late_2016_MacBook_Pro.jpg
Dritte Regel für PHP-Performance: „Viel hilft viel!“ CC BY-SA Victorgrigas https://commons.wikimedia.org/wiki/File:Wikimedia_Foundation_Servers-8055_35.jpg
[Session] -session.save_path = "tcp://:6379" +session.save_path = "tls://:6379?auth=" Security-Tipp: Verbindung über reines TCP nur in vertrauenswürdigen Netzen! Ansonsten TLS-Proxy (HAProxy, Hitch, …) und Passwort-Authentifizierung verwenden!