Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Is there a way to run two separate instances of the dispatcher module within one instance of apache?

Avatar

Level 2

For Example:

aem.domain.co.uk - configured as virtual host - uses dispatcher-handler and uses 'dispatcher.any' for configuration

author.domain.co.uk - configured as virtual host - uses dispatcher-handler and uses 'author_dispatcher.any' for configuration

I have tried this in various combinations as follows:

apache.conf - all normal <IfModule dispatcher> statement with the default settings.
aem.domain.co.uk - use the <Directory /> with the <IfModule> and set-handler declaration
author.domain.co.uk - same as above.

each of the virtual host tries to override the DispatcherConfig parameter - but this doesnt seem to work?

Is there a way to achieve this?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

why do you want to have multiple instances of the dispatcher? If you do virtualhosting on apache, you can configure virtualhosts in the dispatcher as well and do all settings of dispatcher.any on a virtualhost-basis.

Jörg

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi,

why do you want to have multiple instances of the dispatcher? If you do virtualhosting on apache, you can configure virtualhosts in the dispatcher as well and do all settings of dispatcher.any on a virtualhost-basis.

Jörg