Splunk AppDynamics

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

CommunityUser
Splunk Employee
Splunk Employee

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.

Labels (1)
0 Karma

Mohammed_Rayan
Contributor

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

 
0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...