deb_debris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
deb_debris [2020/10/30 12:33] โ€“ [Specification] Jรบne Parkdeb_debris [2023/06/03 18:58] โ€“ [๏ผ‹Work logs] Jรบne Park
Line 61: Line 61:
 ==== ๏ผ‹Work logs ====  ==== ๏ผ‹Work logs ==== 
  
 +  * Upgrade ''php 8.2'' and purge ''php 7.4'', ''php 8.0'' and ''php 8.1'' <sub>  --- Updated on //2023/06/04 03:57// </sub>
 +  * Upgrade ''Ubuntu 22.04.1 LTS (Jammy Jellyfish)'' <sub>  --- Updated on //2022/09/09 17:40// </sub>
   * Fresh installation for Ubuntu Server 20.04 ''focal'' <sub>  --- Updated on //2020/10/12 20:44// </sub>   * Fresh installation for Ubuntu Server 20.04 ''focal'' <sub>  --- Updated on //2020/10/12 20:44// </sub>
   * Upgrade ''mariadb 10.5'' <sub>  --- Updated on //2020/08/31 13:15// </sub>   * Upgrade ''mariadb 10.5'' <sub>  --- Updated on //2020/08/31 13:15// </sub>
Line 147: Line 149:
  
 ---- ----
 +
 +===== Solved problems =====
 +
 +=== Disable restarting Nginx service ===
 +<text type="warning">{{fa>exclamation}} **Problem**</text>: Nginx web service is not restarting after updating certificates with ''certbot''  
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Following messages are showing when it fails to restart 
 +
 +<code nginx> 
 +nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
 +nginx: [emerg] still could not bind()
 +</code> 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: Kill nginx service with command 
 +
 +<code bash> 
 +sudo fuser -k 443/tcp
 +sudo service nginx restart
 +</code>
 +
 +---- 
  • deb_debris
  • Last modified: 2024/05/22 09:44
  • by Jรบne Park