Skip to main content
Level 3
October 16, 2015
Répondu

Dispatcher flush multiple domains

Hi, I believe I've followed the instructions in this document: http://docs.adobe.com/docs/en/dispatcher/disp-domains.html

It's not working, I wonder if I need to create a virtual host section for "invalidation_only"? The error I get is

<p>The requested URL /invalidation_only/dispatcher/invalidate.cache was not found on this server.</p>

 

If so, can someone provide me with a snippet?

Thanks

Ce sujet a été fermé aux réponses.
Meilleure réponse par Sham_HC

Yes you need to create an virtual host. Something like below in virtual host file

<VirtualHost *:80> ServerName invalidation_only DocumentRoot /var/docroot <Directory /> Set-Handler dispatcher-handler </Directory> </VirtualHost>

1 commentaire

Sham_HC
Sham_HCRéponse
Level 10
October 16, 2015

Yes you need to create an virtual host. Something like below in virtual host file

<VirtualHost *:80> ServerName invalidation_only DocumentRoot /var/docroot <Directory /> Set-Handler dispatcher-handler </Directory> </VirtualHost>