Sur distribution fedora 3 / serveur : Apache/2.0.52 (Fedora) Server at Hostname Port 80 / lors de l'installation de l'installation de la distribution les modules php etc.. on été installés pour un choix install en mode serveur.
Apres fin installation complete du system.. Création des comptes user puis pour chaque compte création des dossier public_html en utilisant lors compte repectif.. + création des raccourscir
- Code: Tout sélectionner
ln - s /home/user/public_html /var/www/html/user/
Création d'une page index.html and htm via vim. simple page html
Test de navigation sur le serveur via un navigator mozilla or IE ..
Retour information par IE or Firefox
- Code: Tout sélectionner
Forbidden
You don't have permission to access /~rice/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.52 (Fedora) Server at 192.123.58.155 Port 80
Suite a ça verification du fichier httpd.conf.. avec divers conseille FAQ AND IRC ou moteur de recherche.. mais toujours le meme probleme.
Voici l'url de mon fichier httpd.conf apres modification..
Fichier httpd.conf apache 2 sur distribution fedora
concernant les droit des comptes. J'ai aplliqué ceux-ci
- Code: Tout sélectionner
% chmod 711 /home/toto/
% chmod 711 /home/toto/public_html/
% chmod 644 /home/toto/public_html/index.html
mais erreur retour
- Code: Tout sélectionner
Forbidden
You don't have permission to access /~patrice/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.52 (Fedora) Server at 192.123.58.155 Port 80
ls -l
- Code: Tout sélectionner
[rice@localhost home]$ ls -l
ls: .: Permission non accordée
[rice@localhost home]$
[root@localhost home]# ls -l
total 24
drwx--x--x 4 betav1 betav1 4096 mai 1 13:59 betav1
drwx------ 3 star star 4096 avr 28 14:21 star
drwx------ 4 rice rice 4096 mai 4 11:18 rice
[root@localhost home]# cd rice/
[root@localhost rice]# ls -l
total 8
drwxrwxr-x 2 rice rice 4096 mai 4 11:18 public_html
[root@localhost rice]#
[root@localhost rice]# cd public_html/
[root@localhost public_html]# ls -l
total 16
-rw-rw-r-- 1 rice rice 9 mai 4 11:18 index.htm
-rw-rw-r-- 1 rice rice 11 mai 4 11:17 index.html
[root@localhost public_html]#
Voila. Jusque là, je pense que la page devrait etre disponible a l'url: http://nom_DNS_de_la_machine/betav1/ or ~betav1
Qui devrait être disponible au WWW entier à l'adresse http://nom_DNS_de_la_machine/~betav1/
IMPOSSIBLE AFFICHER LA PAGE..
egalement avec : ==>
# http://hostname/~betav1 or
# http://hostname/~betav1/ or
# http://hostname/~betav1/index.html or
# http://hostname/betav1 or
# http://hostname/betav1/index.html
ou autre compte users?.
Merci de l'aide que vous pourriez m'apporter..
Suite
- Code: Tout sélectionner
[root@localhost home]# cd rice/
[root@localhost rice]# chmod uog+r public_html
[root@localhost rice]# ls -l public_html/
total 16
-rw-r--r-- 1 rice rice 9 mai 4 11:18 index.htm
-rw-r--r-- 1 rice rice 11 mai 4 11:17 index.html
[root@localhost rice]# ls
public_html
[root@localhost rice]# chmod uog+r public_html
[root@localhost rice]# ls -l
total 8
drwxrwxr-x 2 rice rice 4096 mai 4 11:18 public_html
[root@localhost rice]#
Test navigation retourner http://localhost/~rice/
- Code: Tout sélectionner
Forbidden
You don't have permission to access /~rice/ on this server.
Additionally, a 403 Forbidden error was encountered whil