mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
13 lines
615 B
Plaintext
13 lines
615 B
Plaintext
|
caption: host
|
||
|
created: 20180630180123321
|
||
|
modified: 20180702153356797
|
||
|
tags: [[WebServer Parameters]]
|
||
|
title: WebServer Parameter: host
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
The [[web server configuration parameter|WebServer Parameters]] ''host'' is the IP address on which the server listens. The most common settings are:
|
||
|
|
||
|
* ''127.0.0.1'' (default) - only listens for connections from browsers on the same computer
|
||
|
* ''0.0.0.0'' - listens for connections on all network interfaces, and thus from any browser on a reachable network
|
||
|
* ''n.n.n.n'' - listens for connections on the network interface with the specified IP address
|