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
* Users can still be deleted via list users
As everything else
* Improve docs regarding rclone
* Add note about apache2 accidentally overwritten during backup
No, you cannot. When you update HestiaCP, the crontab will simply get overwritten. The changes will not get saved in backups either.
31
+
32
+
## After update Apache2 I am not able to restart Apache2 or Nginx
33
+
34
+
The error message states (98) Address already in use: AG0072: make_sock: could not bind to address 0.0.0.0:80
35
+
36
+
When a package update sometimes comes with a new config and probally it has been overwritten...
37
+
38
+
```batch
39
+
Configuration file '/etc/apache2/apache2.conf'
40
+
==> Modified (by you or by a script) since installation.
41
+
==> Package distributor has shipped an updated version.
42
+
What would you like to do about it ? Your options are:
43
+
Y or I : install the package maintainer's version
44
+
N or O : keep your currently-installed version
45
+
D : show the differences between the versions
46
+
Z : start a shell to examine the situation
47
+
The default action is to keep your current version.
48
+
*** apache2.conf (Y/I/N/O/D/Z) [default=N] ?
49
+
```
50
+
51
+
If you see this message **ALWAYS** press "N" or **ENTER** to select the default value!
52
+
53
+
How ever if you entered Y or I. Then replace the config that can be found in /root/hst_backups/xxxxx/conf/apache2/ folder and copy over apache2.conf and ports.conf to /etc/apache2/ folder
54
+
55
+
xxxxxx is the date/time the backup is made during the last update of HestiaCP
56
+
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
0 commit comments