Empty CGI.REDIRECT_URL at ColdFusion 2016

I'm going to move the site in ColdFusion 2016 to Linux / Apache, but one problem we have is that the CGI.REDIRECT_URL value CGI.REDIRECT_URL empty. I checked and the following was in the /etc/apache2/mod_jk.conf file:

 JkEnvVar REDIRECT_URL 

It exists, but it is empty.

I could not find much on the Internet to help, except in this article , but such a setting has already been configured. Vivio suggested that 2016 was redirect_url in the request area, but that is also empty.

+3
source share

Source: https://habr.com/ru/post/1275369/


All Articles