<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable Real User Monitoring on Apache? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/286682#M7107</link>
    <description>&lt;P&gt;You need to define a web application with detection rules for the particular virtualhost and disable RUM on that virtual host. Also, make sure the web app detection rule is on the top. There is no alternative if you need RUM enabled on other hosts within the same Apache httpd process.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 06:40:22 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-09-24T06:40:22Z</dc:date>
    <item>
      <title>How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126821#M2566</link>
      <description>&lt;P&gt;Hi, I need to install Dynatrace on my Apache server, but I would need the RUM to be turned off from the beginning. I just need the API response time, and I don't want to be bothered with RUM.&lt;/P&gt;
&lt;P&gt;The thing is, I will be doing it on the Production server and don't want it to break anything.&lt;/P&gt;
&lt;P&gt;Is it possible to do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 08:37:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126821#M2566</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2025-10-08T08:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126822#M2567</link>
      <description>&lt;P&gt;There’s a couple of ways that you can do that:&lt;/P&gt;&lt;P&gt;1) Define the application and disable RUM for it: Application &amp;gt; Select the new applications &amp;gt; edit &amp;gt; disable Real User Monitoring &lt;/P&gt;&lt;P&gt;2) Disable the JS injection on the process group: technologies  &amp;gt; select de process group &amp;gt; edit &amp;gt; disable JS injection ( if you have more that one instance of Apache on that process group, this will afect all of them).&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 16:15:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126822#M2567</guid>
      <dc:creator>alonso_decosio</dc:creator>
      <dc:date>2020-01-20T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126823#M2568</link>
      <description>&lt;P&gt;@Alonso - Thanks Alonso for your response. Is there a way to do it from the server?&lt;/P&gt;&lt;P&gt;I mean I am installing it by using the following instructions by extracting the zip file of Dynatrace on apache server -&lt;/P&gt;&lt;P&gt;I mean is there a way to do it via configuration or by enabling/disabling any tag in the configuration?&lt;/P&gt;&lt;P&gt; &lt;A href="https://www.dynatrace.com/support/help/technology-support/operating-systems/solaris/installation/install-oneagent-on-solaris/#installation"&gt;https://www.dynatrace.com/support/help/technology-support/operating-systems/solaris/installation/install-oneagent-on-solaris/#installation&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 16:25:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126823#M2568</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-01-20T16:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126824#M2569</link>
      <description>&lt;P&gt;It's not possible in that way, but you can just disable default user application in dynatrace. In such case, RUM will work only for those that were already configured. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 18:22:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126824#M2569</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-01-20T18:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126825#M2570</link>
      <description>&lt;P&gt;Based on my experience it is almost always safer to disable the RUM injection at the process group level. In that case, the RUM code does not get executed in the agent at all.&lt;BR /&gt;&lt;BR /&gt;If you just define an application and disable real user monitoring for the application, the RUM code in the agent will still be active.  If for any reason someone accesses web application that is not disabled via this apache http server, the RUM injection will happen.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2020 07:34:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126825#M2570</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-01-21T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126826#M2571</link>
      <description>&lt;P&gt;You're right but if this process group does not exist, you will not be able to do it before agent installation. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2020 08:30:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126826#M2571</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-01-21T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126827#M2572</link>
      <description>&lt;P&gt;Actually the Apache restart time matters.  Process groups are discovered immediately after OneAgent installation. So you can disable it on the process group level just after OneAgent installation and before Apache server restart. That is probably the safest practice. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2020 09:47:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126827#M2572</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-01-21T09:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126828#M2573</link>
      <description>&lt;P&gt;You're right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2020 10:02:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/126828#M2573</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-01-21T10:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/286639#M7106</link>
      <description>&lt;P&gt;Anyway to disable on just one of the VirtualHosts in for a single instance of Apache httpd?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 15:55:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/286639#M7106</guid>
      <dc:creator>PatG</dc:creator>
      <dc:date>2025-09-23T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Real User Monitoring on Apache?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/286682#M7107</link>
      <description>&lt;P&gt;You need to define a web application with detection rules for the particular virtualhost and disable RUM on that virtual host. Also, make sure the web app detection rule is on the top. There is no alternative if you need RUM enabled on other hosts within the same Apache httpd process.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 06:40:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-disable-Real-User-Monitoring-on-Apache/m-p/286682#M7107</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-09-24T06:40:22Z</dc:date>
    </item>
  </channel>
</rss>

