Commit 6ec36b67 authored by luciddreamz's avatar luciddreamz

Updates name to Apache HTTP Server

parent 5ce83b9e
# S2I HTTPD Sample Application # Apache HTTP Server (httpd) S2I Sample Application
This is a very basic sample application repository that can be built and deployed This is a very basic sample application repository that can be built and deployed
on [OpenShift](https://www.openshift.com) using the [s2i httpd build image](https://github.com/sclorg/httpd-container). on [OpenShift](https://www.openshift.com) using the [Apache HTTP Server builder image](https://github.com/sclorg/httpd-container).
The application serves a single static html page via httpd. The application serves a single static html page via httpd.
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
"metadata": { "metadata": {
"name": "httpd-example", "name": "httpd-example",
"annotations": { "annotations": {
"openshift.io/display-name": "Httpd", "openshift.io/display-name": "Apache HTTP Server",
"description": "An example Httpd application that serves static content. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.", "description": "An example Apache HTTP Server (httpd) application that serves static content. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.",
"tags": "quickstart,httpd", "tags": "quickstart,httpd",
"iconClass": "icon-apache", "iconClass": "icon-apache",
"template.openshift.io/long-description": "This template defines resources needed to develop a static application served by httpd, including a build configuration and application deployment configuration.", "template.openshift.io/long-description": "This template defines resources needed to develop a static application served by Apache HTTP Server (httpd), including a build configuration and application deployment configuration.",
"template.openshift.io/provider-display-name": "Red Hat, Inc.", "template.openshift.io/provider-display-name": "Red Hat, Inc.",
"template.openshift.io/documentation-url": "https://github.com/openshift/httpd-ex", "template.openshift.io/documentation-url": "https://github.com/openshift/httpd-ex",
"template.openshift.io/support-url": "https://access.redhat.com" "template.openshift.io/support-url": "https://access.redhat.com"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment