Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
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