&tag(Ubuntu2004/Apache);
sudo apt install apache2
Listen 7777
ufw allow 7777/tcp
DocumentRoot /home/sora/public_html
<Directory /home/sora/public_html>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
sudo systemctl restart apache2