This repository is obsolete and no more updated. Please visit https://jexus.codeplex.com/documentation for latest documentation.
####Version 5.5 Released on Jan 12, 2014
- Fixed "ASP.NET log entry might be incomplete" bug in logging.
- Added two settings in server configuration,
httpd.MaxTotalMemory
andhttpd.MaxCpuTime
. - Added
app_offline.htm
support.
####Version 5.4.4 Released on Oct 1, 2013
- Maximum number of worker processes is increased to [number of CPU cores] + 1 (still need to be <= 8).
- Maximum connections are now dynamically adjusted to avoid file descriptor exhaustion.
- Enabled TCP_DEFER_ACCEPT option at TCP layer.
- Fixed "cannot find all hang worker processes" bug in application pool ping.
- Fixed "Range: byte=0-x is not properly processed" bug in Range header processing.
- Fixed "ASP.NET module cannot get external port number in NAT setup where external and internal port numbers differ" bug.
####Version 5.4 Released on July 1, 2013
- Added application pool ping support.
- Added a new option to change socket listener binding from default to a certain IP address.
- Added a new option to control IP address whitelist.
####Version 5.3 Released on May 11, 2013
- Fixed "Chinese characters in request path or query string can not be resolved correctly" bug in reverse proxy module.
- Fixed "pathinfo is lost" bug.
- Improved HTTPS support.
- (Breaking) ASP.NET State Service is now incorporated into Jexus master service process to simplify management;
- (Breaking) Added a single command "jws" to replace individual commands like "jws.start", "jws.stop".
- Core thread pool is optimized.
####Version 5.2 Released on Jan 21, 2013
- FastCGI and reverse proxy modules now support multiple cookies.
- Added chunked transfer encoding support.
- Improved support for files with Chinese names mangled on Linux after copying from Windows.
- ASP.NET module now has OPTIONS/PUT/DELETE verbs enabled to support Web API projects.
- Improved data transmission method used in application pool control and cross app domain communication. Boosted static file performance by 5% and ASP.NET by 40%.
- Other bug fixes.
####Version 5.1 Released on Sept 19, 2013
- Added FastCGI support.
- Improved overall performance.