Navigation Menu

Skip to content

Commit

Permalink
doc en: add notification about well known port
Browse files Browse the repository at this point in the history
Reported by Kosuke Asami. Thanks!!!
  • Loading branch information
kenhys committed Jun 21, 2013
1 parent 44bbedc commit 1541c19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/tutorial/network.txt
Expand Up @@ -111,9 +111,13 @@ The following command runs an HTTP server that listens on the port number 80.

Execution example::

% groonga -p 80 -d --protocol http /tmp/groonga-databases/introduction.db
% sudo groonga -p 80 -d --protocol http /tmp/groonga-databases/introduction.db
%

.. note::
Note that you must have root privileges if you listen on the port number 80 (well known port).
There is no such a limitation about the port number 1024 or over.

How to send a command to an HTTP server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 1541c19

Please sign in to comment.