Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

adobe campaign - confiiguring tracking Apache HTTP server

Avatar

Level 1

How to use Apache HTTP (xampp) as the tracking server for Adobe Campaign. I have the Apache server running on localhost (80) and Adobe Campaign installed on the same machine. When I try to register the tracking server by using the 'Deployment wizard' I get following error:

 

invalid 404 HTTP status received during execution of the 'Logon' method for the 'xtk:session' service.

 

Do I need to install any package on the Apache server?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hello,

We generally recommend using IIS on Windows but here are a few tips for Apache.

  1. First make sure the module is loaded by adding the following line in your apache configuration file: 
    LoadModule requesthandler24_module "C:/<yourpath>/nlsrvmod.dll"
  2. Please also check the online documentation for RHEL, which is pretty close to what needs to be done on Windows:
    https://docs.campaign.adobe.com/doc/AC6.1/en/INS_Installation_for_Linux__Integration_into_a_Web_serv...

I hope this helps,

Florent.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hello,

We generally recommend using IIS on Windows but here are a few tips for Apache.

  1. First make sure the module is loaded by adding the following line in your apache configuration file: 
    LoadModule requesthandler24_module "C:/<yourpath>/nlsrvmod.dll"
  2. Please also check the online documentation for RHEL, which is pretty close to what needs to be done on Windows:
    https://docs.campaign.adobe.com/doc/AC6.1/en/INS_Installation_for_Linux__Integration_into_a_Web_serv...

I hope this helps,

Florent.