2017-06-05 15:55:45 +00:00
|
|
|
# See httpd.socket(8) for more information on using the httpd service.
|
2017-05-19 10:04:53 +00:00
|
|
|
|
2014-07-08 13:52:58 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Apache httpd Server Socket
|
2017-06-05 15:55:45 +00:00
|
|
|
Documentation=man:httpd.socket(8)
|
2014-07-08 13:52:58 +00:00
|
|
|
|
|
|
|
[Socket]
|
|
|
|
ListenStream=80
|
2014-09-18 06:04:18 +00:00
|
|
|
NoDelay=true
|
|
|
|
DeferAcceptSec=30
|
2014-07-08 13:52:58 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sockets.target
|