Is there a place to put apache configurations in dm server? We need to do the following:
Place the following commands in your apache conf file or an .htaccess file within the scope of your remoting gateway:
Header unset "Expires"
Header unset "Pragma"
Header set "Cache-Control" "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
Where do we go to do that? Does dm server provide support for setting those headers?



