#状況
Nextcloudのページに行ったら白い画面に__Internal Server Error__と書かれていました.
CSSが対応していないようです.
元の状態に戻すにはどうしたら良いのでしょうか.
- エラーメッセージ
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
#環境
- OS
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"
- Webサーバ
$ apache2 -v
Server version: Apache/2.4.41 (Ubuntu)
Server built: 2020-08-12T19:46:17
- SQLサーバ
$ mysql --version
mysql Ver 15.1 Distrib 10.3.25-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
- PHPバージョン
$ php -v
PHP 7.4.13 (cli) (built: Nov 28 2020 06:24:59) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.13, Copyright (c), by Zend Technologies
#試したこと
MySQL,Apache2のサービスの再起動をしてみましたがだめでした.
phpinfoは正常に動いています.
また,本体の再起動もしてみましたが無理でした.
systemctl statusではどちらも正常です.
Chrome,Operaなどのブラウザを使用しましたが,どれも無理でした.
回答1件
あなたの回答
tips
プレビュー