Getting started with minalicx
----------------------------------------------------------------------------
The server ships with a binary build for the x86 plattform.
To build the server for your platform, type make -B in the src directory.
You need gcc and make for that.
The server binary is placed in the bin directory.
The configuration file (minalicx.conf )is also placed in that directory.
Start the server by typing ./minalicx (or ./minalicx -D) in the bin directory.
The server will by default start listening on port 80.
For that reason you need to be root to start the server.
By default the server is set up for SSL and IPV6.
You need libssl-dev and openssl for that.
To change that, comment out the lines in the top of sourcefile common.h and
rebuild the server with make.
By default the server is also build with altering the thread stack size
and the number of allowed open files. That is also setup in top of the
source file common.h
The document root directory is by default set up in minalicx.conf to be
the docroot directory in the bin directory.
Se the minalicx.conf and minalicx.txt for documentation of the server functions.