You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs / Create index for /docs/ (hestiacp#3740)
* Update docs
* Add index for docs
* Add CLI
* Update CLI reference inline with 1.8.0
* .md does require an empty line
* Fix broken example
* Update CLI
* Select checkbox when user enter hostname, email or password
Copy file name to clipboardExpand all lines: docs/docs/server-administration/troubleshooting.md
+68-1Lines changed: 68 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The error message states (98) Address already in use: AG0072: make_sock: could n
35
35
36
36
When a package update sometimes comes with a new config and probally it has been overwritten...
37
37
38
-
```batch
38
+
```bash
39
39
Configuration file '/etc/apache2/apache2.conf'
40
40
==> Modified (by you or by a script) since installation.
41
41
==> Package distributor has shipped an updated version.
@@ -55,3 +55,70 @@ How ever if you entered Y or I. Then replace the config that can be found in /ro
55
55
xxxxxx is the date/time the backup is made during the last update of HestiaCP
56
56
57
57
If you don't have have a backup made you can also copy the config in /usr/local/hestia/install/deb/apache2/apache2.conf to /etc/apache2.conf and also empty /etc/apache2/ports.conf
58
+
59
+
## Unable to bind adress
60
+
61
+
In rare cases the network service might be slower than Apache2 and or Nginx. In that case Nginx or Apache2 will refuse to start up successfully start.
0 commit comments