Supports HTTP/1.1, resumable downloads, large file downloads, regular expression URL rewriting, virtual directories, etc., and can execute server scripts (such as PHP, asp, asp.net, etc.) through the ISAPI interface and FastCGI interface, with complete performance Surpassing many mainstream WEB server software such as IIS.
How to use
When using FastCGI, set the mapping module to the command to start FastCGI in the mapping settings, and the command line must contain server information in the IP:port format (such as: 127.0.0.1:8988). When the WEB server is not required to start FastCGI, Just fill in the FastCGI server information in the IP:port format in the command line.
If you use the ISAPI interface, just specify the ISAPI dll file.
Note (this server does not integrate any dynamic script support, please install it yourself if you want to use it): ASP support can be installed by installing IASP (this software requires the installation of Java operating environment) through the isapi interface; PHP can be implemented through the isapi and FastCGI interfaces (the isapi method is recommended PHP 5.2, because versions above 5.3 no longer provide ISAPI support); asp.net support can be installed through mono and then implemented through the FasctCGI interface. The above script has been tested and works.
URL rewriting command (using VBscript-based regular expressions):
Ifsve will execute if it matches the specified server variable, otherwise it will execute the next rule after exitr. (Currently only three server variables HTTP_HOST REMOTE_ADDR HTTP_REFERER are supported)
Ifurl if it matches the requested URL, execute the wrurl rewrite command, otherwise execute the rule after the next exitr.
wrurl performs URL rewriting
exitr ends url rewriting and no longer executes.
it works
it works
it works