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?
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.
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.