Ausführen mehrerer PHP-Versionen auf einem Server unter Verwendung von Apache und PHP-FPM unter Ubuntu 18.04
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Der…
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Der…
Learn how to run Laravel with Nginx and MySQL using Docker Compose. Step-by-step setup for local development with containers.
Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such…
When you find yourself copying and pasting blocks of code to reuse in different sections of your program, you’re ready to write a function. In this tutorial, you will work with all the different pieces of a function: user-defined functions, arguments, parameters, default values, and passing by reference. We’ll discuss scope, which lets you manipulate the specific section of your code that needs to change. Finally we’ll take a look at the various built-in functions provided by PHP.
Автор выбрал организацию Open Sourcing Mental Illness для получения пожертвований в рамках программы Write for DOnations. Транзакция MySQL представляет собой группу логически связанных команд SQL,…
Composer is an open source dependency management tool for PHP, created primarily to facilitate the distribution and maintenance of PHP packages as individual application components. It has dramatically changed the PHP ecosystem by creating the basis for modern PHP development, with component-based applications and frameworks.
Como criar um ambiente de desenvolvimento com o Docker Compose, usando uma aplicação Laravel como caso de estudo.
A automação de servidores desempenha agora um papel essencial na administração de sistemas, devido à natureza descartável dos ambientes das aplicações modernas. Ferramentas de [Gerenciamento de…
In this tutorial you’ll configure Nginx as both a web server and as a reverse proxy for Apache to host four domains on a single server.
After completing this tutorial, you’ll have created Nagios Plugins with PHP on a CentOS 6 virtual server.