Skip to content

Soulou/apache-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Apache BuildPack

This BuildPack will install the Apache2 web server using the apt-buildpack.

Configuration

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.

Apache modules

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

Environment tweaks

  • APACHE_LOG_LEVEL: (default: info) Define the apache log level among the following:
    • emerg System is unusable
    • alert Action must be taken immediately
    • crit Critical conditions
    • error Error conditions
    • warn Warning conditions
    • notice Normal, but significant conditions
    • info Informational messages
    • debug Debugging messages
    • trace1trace8 Trace messages with gradually increasing levels of detail

About

Apache Buildpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.2%
  • HTML 41.8%