TungNT (Blue)

tungnt.blue@gmail.com

User Tools

Site Tools


development:system:ubuntu

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:system:ubuntu [2024/09/08 03:30] – [PHP FPM] tungntdevelopment:system:ubuntu [2025/01/01 07:51] (current) – [certbot] tungnt
Line 423: Line 423:
 $ php -v $ php -v
 $ php --ini $ php --ini
 +php -m | grep opentelemetry
 </code> </code>
  
Line 511: Line 512:
  
 fastcgi_pass   127.0.0.1:9082; => Version PHP fastcgi_pass   127.0.0.1:9082; => Version PHP
 +
 +<file conf /opt/homebrew/etc/php/8.2/php-fpm.d/www.conf>
 +...
 +; The address on which to accept FastCGI requests.
 +; Valid syntaxes are:
 +;   'ip.add.re.ss:port'    - to listen on a TCP socket to a specific IPv4 address on
 +;                            a specific port;
 +;   '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
 +;                            a specific port;
 +;   'port'                 - to listen on a TCP socket to all addresses
 +;                            (IPv6 and IPv4-mapped) on a specific port;
 +;   '/path/to/unix/socket' - to listen on a unix socket.
 +; Note: This value is mandatory.
 +listen = 127.0.0.1:9082
 +...
 +</file>
  
 https://help.clouding.io/hc/en-us/articles/360021630059-How-to-Install-Multiple-PHP-Versions-7-2-7-4-8-0-and-8-1-on-Ubuntu-20-04 https://help.clouding.io/hc/en-us/articles/360021630059-How-to-Install-Multiple-PHP-Versions-7-2-7-4-8-0-and-8-1-on-Ubuntu-20-04
Line 683: Line 700:
 <code> <code>
 certbot --nginx -d test.com -d www.test.com certbot --nginx -d test.com -d www.test.com
 +
 +sudo certbot delete
 </code> </code>
  
development/system/ubuntu.1725766213.txt.gz · Last modified: 2024/09/08 03:30 by tungnt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki