Search found 1 match

by m.ferrara
10 Mar 2020, 19:50
Forum: "How do I do this"
Topic: How to configure Reverse Proxy to Axes using path
Replies: 1
Views: 24804

How to configure Reverse Proxy to Axes using path

Hi,
I'm trying to configure a reverse proxy to access from internet to my Axes server.

I configured Apache 2.4.6 on CentOS 7 in this way:
ProxyRequests off

<Proxy *>
Order deny,allow
Deny from all
Allow from all
</Proxy>

ProxyTimeout 300
<VirtualHost externalexes.mysite.com:80>
ServerName ...