Page 1 of 1

Install under apache proxy

Posted: Tue May 07, 2019 5:23 am
by jcampos
Hi,

Is there any place where I can change the hostname of process maker installation?

I would like ProxyPass and ProxyPassReverse of apaceh but when I access to the app I'm redirected to the ip of the PM instalation.

Any tip?

Thanks

Re: Install under apache proxy

Posted: Tue May 07, 2019 9:23 am
by jcampos
I resolved adding a entry of the fqdn on hosts of the proxy machine and call on proxypass and proxypassreverse the fqdn.

Re: Install under apache proxy

Posted: Tue May 07, 2019 10:34 am
by Andrewgupta
I want to do the same but need more detail mcdvoice aadhar card

Re: Install under apache proxy

Posted: Tue May 07, 2019 11:32 am
by jcampos
Install and configure ProcessMaker normally on your machine.

On the proxy machine, exposed to internet, add an entry to/etc/hosts:
192.168.0.123 sub.domain.com

And configure an proxy on apache:
ProxyPass / http://sub.domain.com:80/
ProxyPassReverse / http://sub.domain.com:80/