This reference documentation offers an in-depth description of the behavior and configuration options of the Paketo HTTPD Buildpack. For explanations of how to use the buildpack for several common use-cases, see the Paketo HTTPD Buildpack How To documentation.
The HTTPD Paketo Buildpack supports the installation of the
Apache HTTP Server binary distribution
onto the $PATH
inside a container. This makes it available to subsequent
buildpacks.
The HTTPD Paketo Buildpack supports several versions of Apache HTTP Server. For more details on the specific versions supported in a given buildpack version, see the release notes.
Enables reloadable processes.
Allows you to specify the version of Apache HTTP Server that is installed.
When the value is set to httpd
the buildpack will generate a default httpd.conf
.
Defaults to public
, setting this allows you to modify the location of the
static files served by the web server with either an absolute file path or a
file path relative to /workspace
.
Enables push state routing functionality.
Allows you to enforce HTTPS for server connections by redirecting all requests to use the HTTPS protocol.
The HTTPD buildpack can be configured using service bindings.
type |
Required Files | # Bindings of This Type Accepted |
---|---|---|
htpasswd |
type , .htpasswd |
0 or 1 |
When the HTTPD Buildpack participates in a build, it will contribute in one of three ways:
When an httpd.conf
file is present in your app’s source code, the
buildpack will set up an Apache HTTP server with that config.
When the httpd.conf
is not present in the app’s source code, the
buildpack simply provides the Apache HTTP Server dependency to subsequent
buildpacks without actually setting up a server.
When the BP_WEB_SERVER
is set to httpd
, the buildpack will set up an
Apache HTTP server with a default configuration.
Last modified: December 6, 2024