Message-ID: <1084477507.3664.1485854710202.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_3663_598753017.1485854710202" ------=_Part_3663_598753017.1485854710202 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Web Server

Web Server

=20
=20
=20
=20

Configuration files

You can find configuration files in the doc/ directory of t= he software, for the following web server engines:

and also configuration files for

Generate vhost config script=

In addition to that, you have a Bash script for generating a virtual hos= t configuration based on template, containing variables among the once defi= ne below.
For help text, execute: ./bin/vhost.sh -h

Help

 

=20
./bin/vhost.sh [-h|--help]
=20

 

Usage

=20
$> ./bin/vhost.sh --basedir=3D/var/www/ezplatform \\

  --template-file=3Ddoc/apache2/vhost.template \\

  | sudo tee /etc/apache2/sites-enabled/my-site > /dev/null
=20

Default values will be fetched from the environment variables $env= _list, but might be overridden using the arguments listed below.

Arguments

Option Description

--basedir=3D<path>

Root path to where the eZ installation is placed= , used for <path>/web

--template-file=3D<file.template>

The file to use as template for the generated= output file

--host-name=3Dlocalhost Primary host name, default "localhost"

--host-alias=3D*.localhost

Space separated list of host aliases, default "*= .localhost"

--ip=3D*|127.0.0.1

IP address web server should accept traffic on.<= /td>

--port=3D80]

Port number web server should listen to

--sf-env=3Dprod|dev|..

Symfony environment used for the virtual host, d= efault is "prod"

--sf-debug=3D0|1

Set if Symfony debug should be on, by default on= if env is "dev"

--sf-trusted-proxies=3D127.0.0.1,....

Comma separated trusted proxies (e.g. Varnish), = that we can get client IP from

--sf-http-cache=3D0|1

To disable Symfony HTTP cache Proxy for using a = different reverse proxy

By default disabled when env is "dev", enabled ot= herwise.

--sf-http-cache-class=3D<class-file.php> To specify a different class than the default on= e, to use as the Symfony proxy
--sf-classloader-file=3D<class-file.php> To specify a different class than the default on= e, to use for PHP auto loading

--body-size-limit=3D<int>

Limit in megabytes for max size of request body,= 0 value disables limit
--request-timeout=3D<int> Limit in seconds before timeout of request, 0 va= lue disables timeout limit
=20
=20
=20
=20

=20
=20
=20
------=_Part_3663_598753017.1485854710202--