Debian 11.2にuserdir モジュールを有効にする方法
環境
OSバージョンを確認します
# cat /etc/debian_version
11.2
apache2バージョンを確認します
# apache2 -v Server version: Apache/2.4.53 (Debian) Server built: 2022-03-14T16:28:35
説明
userdir モジュールを有効にして、ユーザーのホームディレクトリ領域を利用します。
操作方法
1.userdir モジュールを有効にします
# a2enmod userdir Enabling module userdir. To activate the new configuration, you need to run: systemctl restart apache2
2.apache2を再起動します
# systemctl restart apache2