How can I separate cache for http and https in dispatcher
now the cache files through http and https drop on the same folder by following configuration, anyone know how to separate them to different places? thanks in advance
Alias / "/opt/dispatcher/cache/"
<Directory "/opt/dispatcher/cache/">
<IfModule disp_apache2.c>
# enable dispatcher for ALL request. if this is too restrictive,
# move it to another location
SetHandler dispatcher-handler
</IfModule>
Options FollowSymLinks
AllowOverride None
</Directory>