Content
You are here:
How to create forwarding proxy to localhost:6000 on Apache?
Added by Jordan Urbanovich over 4 years ago
Hi, I've recently installed on my Ubuntu 16.04 server running Apache 2... had to skip the Apache setup in the OP configuration due to some other apps going on but let everything else configure itself automatically. Now I'm having a lot of trouble figuring out how to run the VirtualHost to forward to localhost:6000 ... I've setup the SSL fine, the DNS for the subdomain, etc, but I'm not getting any result when typing in the URL to my specified OP folder.
What do I need to put in my .conf file? Do I also need to modify anything else in my Apache setup? Some kind of link to a tutorial would be super helpful. Thanks in advance.
Replies (1)
Hello,
A minimal configuration would look like this (from https://github.com/opf/openproject/blob/dev/docker/proxy.conf.erb):
You would obviously need to adapt it if you're using SSL etc.
Does that help? For reference here is the official doc, although it only gives an example about nginx (https://docs.openproject.org/installation-and-operations/configuration/server/).