| 
											 Minalic Web Server 
											- 
											Version 
											1.0 
											MinaliC is a small web server that is developed in the 
C programming language.
        Currently it has been developed for the 
Windows platform.
        It is intended to be a minimal server to be 
used for small web applications, when full scale
        web server functionalities is not needed. The 
server has support for calling CGI scripts
        (Common Gateway Interface). It also has 
support for calling PHP and Perl scripts.
        MinaliC can be run either as a windows service 
or as a console application.
        The server only has one executable binary - 
minalic.exe.
        MinaliC can be expanded by building plug-ins 
that implements certain protocols, so the server
        can be more than just a web server. It can be 
a server for your own protocol. Multiple
        instances of the server can be installed, each 
listening to a certain port. |