I know there have been several threads about this, but that MT does run on the win servers. However, I’m getting a new error when I try to access any of the .cgi files:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I do have .cgi and .pl extensions set in my CP. I’ve set up a database and put the required info in mt-config.cgi (thanks to info in several posts here).
Any idea what this error means?
I’m on win11. Anyone know if the necessary plugins, etc. are on this server?
I believe for MT we have to install a few perl modules, I am also confident there is a mt-check script that will tell you if we need t install them, can you please load that and give me the results?
mt-check runs ok, but all other cgis give the “application misbehaved” error - including if you try to run a non-ecisting cgi. All that appears to be missing is Image::Magick (I opened a ticket about this).
(forum doesn’t seem to let me paste in the contents of mt-check, so I’ll PM you the URL)
Thanks. According to mt-check, DB-File is only needed if using Berkeley DB/DB_File backend. DBI is installed for mySQL. But probably doesn’t hurt to have it.
Could the “application misbehaved” be due to execute permissions on those files? I know I initially put the cgi-bin in the wrong place (outside the doc root) and got this error on everything. Also strange that if you put in xxx.cgi you get the same error.