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!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...