79317500

Date: 2024-12-30 11:48:52
Score: 0.5
Natty:
Report link

You can add permissions for your apache/httpd user inside public folder:

cd /var/www/example/    
mkdir -p .well-known/acme-challenge  
chmod 775 -R .well-known
chown apache:apache -R .well-known
cd .well-known
setfacl -d -m u::rwx,g::rwx,o::rwx acme-challenge  
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KamWebDev