Bonjour, le titre classique:|
J'ai donc mes fichiers dans public_html
activer userdir
nano /etc/apache2/mods-enabled/userdir.conf
IfModule mod_userdir.c>
UserDir /home/jealdell/public_html
UserDir disabled root
</IfModule>
Alias /jealdell /home/jealdell/public_html
<Directory /home/jealdell/public_html>
Options All
AllowOverride All
Require all granted
Options MultiViews Indexes SymLinksIfOwnerMatch
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
Il me manque quelques choses dans le droits
chgrp -R www-data /home/jealdell/public_html
chmod -R 775 /home/jealdell/public_html
ls -l /home/jealdell
total 44
drwxr-xr-x 2 jealdell jealdell 4096 29 août 17:37 Bureau
drwxr-xr-x 2 jealdell jealdell 4096 29 août 17:37 Documents
drwxrwxrwx 2 jealdell www-data 4096 18 sept. 16:16 public_html
a2enmod userdir && /etc/init.d/apache2 reload
ERROR: Config file userdir.conf not properly enabled: /etc/apache2/mods-enabled/userdir.conf is a real file, not touching it
Merci pour votre aide
Dernière modification par Jeal (27-09-2023 11:03:38)