Sanity check not displaying after migration
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
People
(Reporter: robzilla, Unassigned)
Details
I'm running Bugzilla 3.2.3. Unfortunately, due to the level of customization that's been done, I'm unable to upgrade. It's working fine on a Windows 2003 server under IIS with ActiveState Perl.
Now we've been tasked with migrating Bugzilla to a new server since Win2k3 is long out of support.
I've migrated it to a Windows Server 2019 machine, by simply copying the Perl and Bugzilla folders over, setting up the appropriate environment variables, and then setting up the site in IIS, mapping *.cgi to {C:\perl\bin\perl.exe -xC:\Inetpub\Sites\bugzilla -wT "%s" %s}
Things seem to be ok for the most part. However, there is a problem with sanitycheck.cgi. When I navigate there, nothing happens until the entire sanity check completes. In production, the sanity check scrolls in real-time, as expected.
Can anyone provide any insight as to what might be causing this?
Description
•