User Tools

Site Tools


servers:nginx:joomla

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
Next revisionBoth sides next revision
servers:nginx:joomla [2019/10/24 13:29] – Switch back to Ubuntu Server Sean Rhoneservers:nginx:joomla [2020/04/24 12:28] – Ubuntu 20.04 Sean Rhone
Line 9: Line 9:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[distros:ubuntu_server|Ubuntu Server]]+  * [[distros:ubuntu_server|Ubuntu Server]] ((Last tested on 20.04))
   * [[servers:mariadb|MariaDB]]   * [[servers:mariadb|MariaDB]]
   * [[servers:nginx_php_php-fpm|nginx + PHP + PHP-FPM]]   * [[servers:nginx_php_php-fpm|nginx + PHP + PHP-FPM]]
Line 44: Line 44:
 ===== PHP-FPM Socket ===== ===== PHP-FPM Socket =====
  
-  sudo -e '/etc/php/7.2/fpm/pool.d/main.conf' && sudo systemctl restart 'php7.2-fpm'+  sudo -e '/etc/php/7.4/fpm/pool.d/main.conf' && sudo systemctl restart 'php7.4-fpm'
  
 <code> <code>
Line 72: Line 72:
  
 php_value[session.save_handler] = "files" php_value[session.save_handler] = "files"
-php_value[session.save_path] = "/var/lib/php/session"+php_value[session.save_path] = "/var/lib/php/sessions"
 php_value[soap.wsdl_cache_dir] = "/var/lib/php/wsdlcache" php_value[soap.wsdl_cache_dir] = "/var/lib/php/wsdlcache"
 php_value[opcache.file_cache] = "/var/lib/php/opcache"</code> php_value[opcache.file_cache] = "/var/lib/php/opcache"</code>
Line 452: Line 452:
 **** ****
  
-  sudo systemctl stop nginx php7.2-fpm+  sudo systemctl stop nginx php7.4-fpm
  
 ==== Backup Folder ==== ==== Backup Folder ====
Line 470: Line 470:
 **** ****
  
-  sudo systemctl start nginx php7.2-fpm+  sudo systemctl start nginx php7.4-fpm
  
 ===== Client ===== ===== Client =====
Line 508: Line 508:
 **** ****
  
-  sudo systemctl stop nginx php7.2-fpm+  sudo systemctl stop nginx php7.4-fpm
  
 ==== Restore Joomla! Folder ==== ==== Restore Joomla! Folder ====
Line 554: Line 554:
 **** ****
  
-  sudo systemctl start nginx php7.2-fpm+  sudo systemctl start nginx php7.4-fpm
  
 ==== Remove Backups ==== ==== Remove Backups ====
/var/www/wiki/data/pages/servers/nginx/joomla.txt · Last modified: 2024/02/01 08:15 by Sean Rhone