Apache configuration
Example of an apache configuration to host pages under your existing server
Subdirectory Proxy Configuration for (Apache) servers
Step 1: Enable mod proxy on the server
Mod proxy is required for routing traffic to your Proxy
Step 2: Modify sites-available config file
Below is an example of configuring your Apache server VirtualHost entry to route traffic for some paths within your existing domain.
The two items you will need to edit:
Make sure the
ProxyPreserveHost On
is included in theVirtualHost
entry.Add the custom
<Location>
directives that will be provided by us. An example of these can be found below.
Example Location directives
This is just an example of the location directives that would be added to serve the path and some of the other assets (styles, images, etc) from our platform. The specific Location directives you will install will be provided by us.
Last updated