Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnurag/openshift-origin-cartridge-httpd-proxy
A cartridge for using Apache httpd as a reverse proxy server
https://github.com/gnurag/openshift-origin-cartridge-httpd-proxy
Last synced: 25 days ago
JSON representation
A cartridge for using Apache httpd as a reverse proxy server
- Host: GitHub
- URL: https://github.com/gnurag/openshift-origin-cartridge-httpd-proxy
- Owner: gnurag
- License: other
- Created: 2014-04-15T08:37:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T14:39:30.000Z (over 10 years ago)
- Last Synced: 2024-10-06T02:50:59.519Z (about 1 month ago)
- Language: Shell
- Size: 324 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - gnurag/openshift-origin-cartridge-httpd-proxy
README
HTTPd-Proxy cartridge for Openshift Origin
==========================================Synopsis
--------The **httpd-proxy** OpenShift cartridge allows users to set up an Apache based
reverse proxy server. This cartridge is based on Openshift Origin Mock
Cartridge.Installation
------------* Create a new application on Openshift.
* Scroll down and locate the section where you can specift custom
cartridge definition.* Enter the manifest URL
https://raw.github.com/gnurag/openshift-origin-cartridge-httpd-proxy/master/metadata/manifest.yml
and proceed with creating the application.* Openshift will validate the manifest file and create the
application.* Clone the git repository generated by Openshift.
Configuration
-------------**httpd-proxy** ships with a default VirtualHost definition that
serves your application from git repo's root directory. You can
configure the behavior of httpd-proxy by customizing
conf.d/httpd-proxy.conf.erb. This file is parsed and regenerated on
every application deployment and all of Openshift's environment
variables are available.Bugs
----Please use Github issue tracker to notify me of any bugs of features.
The End
-------