aboutsummaryrefslogtreecommitdiff
path: root/ejabberdctl.cfg.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-10Document EJABBERD_CONFIG_PATH in ejabberdctl.cfgHolger Weiss1-0/+11
2014-07-22reflect correct default value un example documentationChristophe Romain1-1/+1
2013-06-18improve ejabberdctl, and support different node names (thanks to Zach ↵Christophe Romain1-3/+2
Calvert)(EJAB-1611)
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-0/+0
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
2011-06-28Comment in the cfg file the correct node name used in ejabberdctl.templateBadlop1-2/+2
2011-05-31New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03Badlop1-0/+16
2011-03-17Fix typo (thanks to Krzee)Badlop1-1/+1
2011-02-16New DIST_USE_INTERFACE to restrict IP where erlang connections are listened ↵Badlop1-0/+11
(EJAB-1404)
2010-02-05Bug Fix: The value of max # of erlang process specified in ejabberdctl.cfg ↵Pablo Polvorin1-2/+2
was not used. It was called PROCESSES in the .cfg file, and ERL_PROCESSES in the script. The latter is the correct, to be coherent with ERL_MAX_PORTS and ERL_MAX_ETS_TABLES. SVN Revision: 2959
2009-08-24Write PID file, path is configurable in ejabberdctl.cfg (EJAB-1023)Badlop1-0/+12
SVN Revision: 2526
2009-05-15Allow to define additional Erlang options in ejabberdctl.cfg (thanks to ↵Badlop1-1/+19
Sergei Golovan) SVN Revision: 2079
2009-04-22* src/ejabberd.cfg.example: Fix English typos. Fix line length:Badlop1-14/+23
max 80 characters per line. Remove trailing blankspaces. Added markers for Vim fold, you may want to add to $HOME/.vimrc this line: set modeline * src/ejabberdctl.cfg.example: Likewise SVN Revision: 2035
2008-04-01Add firewalling port range definitionChristophe Romain1-0/+11
SVN Revision: 1264
2008-01-08* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTERBadlop1-14/+0
because it is almost useless regarding ejabberd's performance. * src/ejabberdctl.cfg.example: Likewise SVN Revision: 1140
2008-01-01* src/ejabberdctl.template: Create logs_dir if doesn't exist. NewBadlop1-13/+15
parameters --config, --ctl-config, --logs, --spool. Crash dump renamed to erl_crash_DATETIME.dump. * src/ejabberdctl.template: Backport improvements from binary installer (EJAB-488): options are simple values; enable Kernel Poll by default, set SMP to auto, set max ports to 32000, max processes to 250000. * src/ejabberdctl.cfg.example: Likewise * src/ejabberd.inetrc: Renamed ejabberd.inetrc to inetrc * src/inetrc: Likewise * src/Makefile.in: Likewise * doc/guide.tex: Likewise SVN Revision: 1133
2007-12-06* src/ejabberdctl.cfg.example: Explain that each connection usesBadlop1-3/+3
two or three ports (thanks to Max Loparyev) SVN Revision: 1043
2007-12-02* src/ejabberdctl.cfg.example: Bugfix in kernel poll. Added SMPBadlop1-39/+57
option. Reorganization of options * src/ejabberdctl.template: Added SMP option SVN Revision: 1014
2007-10-17* src/ejabberdctl.template: Several improvements (EJAB-380)Alexey Shchepin1-0/+71
(thanks to Sander Devrieze, Sergei Golovan, Torsten Werner and Badlop) * src/ejabberdctl.cfg.example: Likewise * src/ejabberd.inetrc: Likewise * src/Makefile.in: Likewise SVN Revision: 959