25 Jul 2022 02:46 AM - edited 25 Jul 2022 02:48 AM
Hi there,
I am new to Dynatrace and easyTravel. I selected UEM - standard scenario, but the Apache Webserver is not running. Can anyone give me some tips to solve this issue? Thanks.
Solved! Go to Solution.
03 Sep 2022 07:57 AM
OK, I figured out this issue by myself finally.
TLDR version: add "AcceptFilter https none" in <easytravel Installation_location>/apache2.4/plain_conf/plain_httpd.conf
EasyTravel's official documentation only mention how to solve this issue with Apache 2.2, but the latest version (I am using 2.0.0.3386) has used Apache 2.4. In Apache 2.4, "Win32DisableAcceptEx"was replaced by "AcceptFilter http none" and "AcceptFilter https none"