Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Support for running static content apps on Apache HTTP Server #39

@kvedurmu

Description

@kvedurmu

One thing to think supporting in this buildpack is the ability for users to use Apache HTTP Server to serve static content apps.

Provided the app has a buildpack.yml with the structure below, users would run pack build --buildpack paketo-buildpacks/httpd --buildpack paketo-buildpacks/staticfile.
Buildpack.yml

staticfile:
  httpd:
    root: "public"
     ...... # other keys

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions