본문 바로가기
IT

Ubuntu Server Nextcloud 가동

by Oh.mogilalia 2021. 7. 21.

mogibu@mogibu:~$ sudo a2dismod php8.0
[sudo] password for mogibu: 
Module php8.0 disabled.
To activate the new configuration, you need to run:
  systemctl restart apache2
mogibu@mogibu:~$ sudo a2enmod php7.2
Considering dependency mpm_prefork for php7.2:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php7.2:
Enabling module php7.2.
To activate the new configuration, you need to run:
  systemctl restart apache2

mogibu@mogibu:~$ systemctl restart apache2
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to restart 'apache2.service'.
Authenticating as: ,,, (odroid)
Password: 
==== AUTHENTICATION COMPLETE ===

--------------------------------------------------

php 8.0으로 복귀

mogibu@mogibu:~$ sudo a2dismod php7.2
[sudo] password for mogibu: 
Module php7.2 disabled.
To activate the new configuration, you need to run:
  systemctl restart apache2
mogibu@mogibu:~$ sudo a2enmod php8.0
Considering dependency mpm_prefork for php8.0:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php8.0:
Enabling module php8.0.
To activate the new configuration, you need to run:
  systemctl restart apache2
mogibu@mogibu:~$ systemctl restart apache2
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to restart 'apache2.service'.
Authenticating as: ,,, (odroid)
Password: 
==== AUTHENTICATION COMPLETE ===

'IT' 카테고리의 다른 글

ubuntu 16.04 Mysql 데이터 디렉토리 변경 방법  (0) 2021.07.23
우분투 서버 20.04, Odroi HC2 설치  (0) 2021.07.22
Filezilla 한글 설정  (0) 2021.07.18
Ubuntu Server 20.04 letsencrypt/renewal  (0) 2021.07.17
nextcloud < php 7.3 이라  (0) 2021.07.17