This BuildPack will install the Apache2 web server using the apt-buildpack.
If an apache.conf.erb
is present at the root of your project, it will be
rendered (useing ERB template system) and included in the default
configuration.
You can install custom apache modules by adding a .apache-mods
file at the root
of your project. It must include one module per line.
Example:
auth-openidc
auth-mellon
APACHE_LOG_LEVEL
: (default:info
) Define the apache log level among the following:emerg
System is unusablealert
Action must be taken immediatelycrit
Critical conditionserror
Error conditionswarn
Warning conditionsnotice
Normal, but significant conditionsinfo
Informational messagesdebug
Debugging messagestrace1
–trace8
Trace messages with gradually increasing levels of detail