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

easyTravel: Apache Webserver not running

john23
Visitor

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.

 

Screenshot 2022-07-25 at 10-03-47 easyTravel Configuration Web-UI.png

 

1 REPLY 1

john23
Visitor

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"

 

Featured Posts