Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Chat admin settings.

Chat admin settings

From MoodleDocs
Revision as of 12:52, 12 August 2011 by Helen Foster (talk | contribs) (content copied from previously deleted Chat settings)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Location: Site administration > Plugins > Activity modules > Chat


A daemon is a program that runs all the time in the background. In this case it's a PHP script, listening to a particular port on your server, accepting and giving out chat information.

If you intend to use the chat activity a lot, then you should consider using a chat server daemon to reduce server load.

Setup:

1) Admin -> Config -> Modules -> Chat -> Settings

2) Set the method to "sockets" and set up the ports etc

3) Start the server like this (from the Unix command line):

  cd moodle/mod/chat
  php chatd.php --start &

4) Go to a chat room in Moodle and open it as normal.

See also