Environment Variables(PHP)

Environment Variables(PHP):

Apache:

 

Variable

Value Example

Description

APACHE_VERSION

2.4.6

A version of the running Apache server (informational)

PHP_VERSION

7.2.1

A version of the running PHP engine (informational)

WEBROOT

/var/www/webroot

Sets a path to the directory for application deployment

 

NGINX:

 

Variable

Value Example

Description

NGINX_VERSION

1.12.2

A version of the running NGINX server (informational)

PHP_VERSION

7.2.1

A version of the running PHP engine (informational)

WEBROOT

/var/www/webroot

Sets a path to the directory for application deployment

PHPFPM_MAX_CHILDREN

8

Sets a number of child worker processes for PHP-FPM. Is equal to the number of CPU cores available for container by default (but no less than 2)

 

  • environment variables, environment variables(php)
  • 1 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Share Environment

Share Environment A client who originally created an environment becomes its Owner and share...

Clone Environment

Cloning Environment Apiqcloud provides multiple environments in just a few clicks, like...

Create Environment

How to Create your Apiqcloud Environment Firstly,  you need to create an appropriate...

Environment Aliases

Environment Aliases To ease the process of management, creating alternative (alias) for an...

Enviornment Variables

Environment Variables: To store the values of the frequently used parameters environment...