7 Commits

Author SHA1 Message Date
jurafxp
a330ff8b33 Working Apache config for websockets (#3623) 2017-10-14 22:35:35 +02:00
Franck Nijhof
443904de16 Fixes spelling of 'Home Assistant' everywhere (#3524) 2017-10-05 10:53:08 +02:00
mjj4791
44474e5342 prevent 502 errors caused by apache port-reuse (#3267)
Without the 'disableeuse=On' configured, Apache will try to reuse tcp ports even when these ports were closed by home assistant (tcp FIN was sent). When Apache tries to use such a port, no answer will come from home assistant, causing Apache to respond with a HTTP 502 error.

With this option turned on, the situation will not occur (since ports will not be reused).
2017-08-28 11:17:24 +02:00
Denix
227e97c39a Update apache.markdown (#2763)
corrected typo
2017-06-05 11:23:56 +02:00
Sebastian
2961fec7a8 Update apache.markdown (#2365)
Placed config snippet for HTTP 504 error workaround outside of class=note paragraph as it aparently doesn't format well inside a note.
2017-04-01 12:37:52 +02:00
Sebastian
258348b77c Update apache.markdown (#2348)
Added a note regarding a workaround for HTTP 504 Gateway Timeout error messages.
2017-03-31 19:41:46 +02:00
Fabian Affolter
8f1095fda0 Move infrastructure cookbooks to docs (#2331)
* Move apache configuration to docs

* Add redirect

* Move certificate cookbooks to docs

* Add redirect

* Move tor configuration to docs

* Fix extension

* Update headings and add redirect

* Move file to docs

* Add redirect and remove whitespaces

* Add new sections
2017-03-25 19:19:33 +01:00