Skip to main content
Level 3
October 16, 2015
Resuelto

Dispatcher flush multiple domains

  • October 16, 2015
  • 1 respuesta
  • 817 visualizaciones

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

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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 respuesta

Sham_HC
Sham_HCRespuesta
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>