Fortitude HTTP v1.0.1.7

Version: 1.0.1.7
Status: Pre-release
Released: 2010-06-15
License: MIT License
Downloads
HTTPServer32.exe • 1,020.56 KB
HTTPServer64.exe • 1.05 MB
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Split the service and GUI into separate processes for stability purposes.
  • Introduced full support for the 32-bit and 64-bit windows 2008, Vista and 7.
  • Removed support for standalone process, the server must be run as a service.
    • Can be overridden by passing /standalone to the service executable.
  • The service now keeps track of any errors in the "{installed folder}\ErrorLogs\" folder.
    • This is speaking of actual errors such as the inability to start a site, and not referring to HTTP errors.
  • Implemented remote management. The management application connects to the service on TCPIP port 76947.
    • Remote management connections are disabled by default and must be enabled by clicking on the server root in the management application and checking the "Allow remote managements" check box.