cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reverse proxy configuration in apache to make appdynamics EUM server available over internet

Santosh.Dandi
New Member

Dear All,

I am trying to configure reverse proxy configuration to redirect the internet request to appdynamics eum server. Requesting your expertize to configure the same. I have configured the reverse proxy which is working for other sites and not working for appdynamics EUM. Please let me know if anything needs to be changed in context root.Will be Thanksfull for your suggestion.

 

Thanks,

Nageswar.

1 REPLY 1

Mohammed.Rayan
AppDynamics Team

Hi Nageswar,

Can you share the config snippet you tried for EUM.

 

Here's an example:
 
Assume below as the URL's the needs to be mapped.
 
 
/etc/httpd/conf/httpd.conf
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>
 
ProxyRequests       Off
ProxyPreserveHost   On
 
ProxyPass /eum http://eum.example.com:7001/
ProxyPassReverse /eum  http://eum.example.com:7001/

 

Hope this helps

 

 

Regards,

Mohammed Rayan

 


Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.