Menu

Tree [r513] /
 History

HTTPS access


File Date Author Commit
 bin 2021-01-26 hanals [r513]
 doc 2021-01-26 hanals [r513]
 fcgi 2021-01-26 hanals [r513]
 plugin 2018-02-13 hanals [r474]
 sdk 2018-02-13 hanals [r473] New name minalicx
 src 2021-01-26 hanals [r513]
 readme.txt 2018-02-12 hanals [r472]

Read Me

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.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.