<<"\t-z, --nodatealiases\tcreate URL aliases for each content by removing the date"<<std::endl
<<"\t-c, --customIndex\tadd path to custom index.html for welcome page"<<std::endl
<<"\t-L, --ipConnectionLimit\tLimit on the number of (concurrent) connections made to the server from the same IP address (default: infinite, recommended: >= 6)"<<std::endl
<<std::endl
<<"Documentation:"<<std::endl
@ -202,6 +203,7 @@ int main(int argc, char** argv)
boolisVerboseFlag=false;
boolmonitorLibrary=false;
unsignedintPPID=0;
intipConnectionLimit=0;
staticstructoptionlong_options[]
={{"daemon",no_argument,0,'d'},
@ -220,13 +222,14 @@ int main(int argc, char** argv)