You get the following error message when you log in to the WFBS console:
The specified CGI application error misbehaved by not returning a complete set of HTTP headers. The headers it did return are: HTTP / 1.1 200 OK
Server: Microsoft – IIS / 5.0
Pragma: no-cache
To resolve the issue:
- Open a command prompt window.
- Check the W3SVC/CreateProcessAsUser property of the IIS metabase by running the following command:
c:\windows\system32\> Cscript.exe c:\inetpub\adminscripts\adsutil.vbs GET w3svc/createprocessasuser
The value of "true" means that the application pool processes are running under the account that is servicing the web request.
The message “The parameter createprocessasuser is not set at this node" means that the value is not set.
- Set the value to “false” by running the following command:
c:\windows\system32\> Cscript.exe c:\inetpub\adminscripts\adsutil.vbs SET w3svc/createprocessasuser "false"
The value of “false" means that the application pool processes are using the default privileges (local system or network service accounts).
If the procedure fails, refer to the KB article: How to resolve CGI errors when accessing the Worry-Free Business Security (WFBS) console.
If the issue persists, contact Trend Micro Technical Support and provide the Case Diagnostic Tool (CDT) log generated on the WFBS server.
For the instructions on how to get the CDT logs, refer to the KB article: Using the Case Diagnostic Tool (CDT).