Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF9 to CF10 upgrade, default page in a loop

Community Beginner ,
Jan 14, 2013 Jan 14, 2013

Windows 2008 R1, IIS 7.5, CF10

We just upgraded our development standalone CF9 server to CF10. Had a few issues along the way, but got it installed (other forum entries refernce the issue with having to add individual sites in IIS via wsconfig). What happens is that our default page (default.cfm) gets an error 310, redirect loop. If I can get a cookie session set, I can get into the website, just not on the default page. I have completely removed and re-installed IIS, whci helped soem of our issues, but not the basic one of the loop. Any thoughts? BTW, I am a sys admin, not a CF expert by any means.

And just to verify, this was workign fine in CF9 on the same box.

This webpage has a redirect loop

The webpage at https://<SERVER-NAME-REMOVED>/<DIR-NAME-REMOVED>/default.cfm has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Feb 19, 2013 Feb 19, 2013

Yes, this is an issue. The Path_info variable no longer populates. You can substitute in cgi.SCRIPT_NAME instead.

Translate
Community Beginner ,
Jan 14, 2013 Jan 14, 2013

Our developer noticed if he comments out the contents of accessSecurity.cfm, the site works correclrty, albiet without the security. Just a piece of the puzzle.

It appears the PATH_INFO cgi variable is not being set, yet another piece of the puzzle. Does CF10 somehow handle anthing differently?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 15, 2013 Jan 15, 2013

I found some stuff out in the googleverse that refernces PATH_INFO not being set in CF10 with IIS OR Apache. Anyone else have this issue OR fix?

http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is.html

http://tomcatiis.riaforge.org/index.cfm?event=page.issue&issueid=452E7A63-9C09-61DE-85CE69978CD98A3C

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 19, 2013 Feb 19, 2013
LATEST

Yes, this is an issue. The Path_info variable no longer populates. You can substitute in cgi.SCRIPT_NAME instead.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources