From f6f06b30717d2101d0d07549125d3a2536ec2a53 Mon Sep 17 00:00:00 2001 From: Savic Prvoslav Date: Wed, 17 Dec 2014 08:59:48 +0100 Subject: [PATCH] more apache proxy explanations --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a1b7094..bb05451 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ ProxyPass /service/ http://localhost:8081/activiti-rest/service/ retry=0 timeout ProxyPass / http://localhost:9000/ retry=0 timeout=30 ``` +Apache will require few of the modules to be enabled, this can be done using next commands( linux) +``` +a2enmod proxy +a2enmod proxy_http +``` +if you are having problems notify us or check this [nice tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension) + + Then access the angular app at ```