Je voudrais installer un site sur le serveur SMILEY Qui tourne sur une distribution Fedora Core 3 avec Apache 2 Actuellement fonctionnelle.
Je probleme rencontre apres plusieurs essaie est une fois le compte user crée 'evian' avec mots de passe.. il m'est pas spossible de visualiser le site evian.
- Code: Tout sélectionner
http://123.45.11.120/evian
http://123.45.11.120/evian/
http://123.45.11.120/~evian/
j'ai essayer 2 possibilité de placer le dossier racine du site evian
Dans :
- Code: Tout sélectionner
/var/www/evian
/var/www/http/evian , et j'obtiens le meme type de pbs.
Message via un navigateur mozilla firefox
- Code: Tout sélectionner
Forbidden
You don't have permission to access /evian/ 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 123.45.11.120 Port 80
J'ai verifier un million de fois les permissions... 666 pour les fichier, et 777 pour les directory.voir même les modifiers.
le site se situe dans l'arborescence du system
- Code: Tout sélectionner
root@localhost www]# cd /home
[root@localhost home]# ls
evian
[root@localhost home]# cd evian/
[root@localhost evian]# ls
public_html
[root@localhost evian]# cd public_html/
[root@localhost public_html]# ls
contact images index.html info.txt maquette.htm
Au niveau de apache / les racourcirs ...
- Code: Tout sélectionner
[root@localhost www]# ls -l
total 52
drwxr-xr-x 2 root root 4096 oct 15 2004 cgi-bin
drwxr-xr-x 3 root root 4096 avr 21 18:58 error
drwxr-xr-x 3 root root 4096 mai 22 00:55 html
drwxr-xr-x 3 root root 4096 avr 21 18:58 icons
drwxr-xr-x 13 root root 4096 avr 21 18:58 manual
lrwxrwxrwx 1 root root 25 mai 25 11:33 evian -> /home/evian/public_html
drwxr-xr-x 2 webalizer root 4096 mai 1 04:02 usage
[root@localhost www]# cd html
[root@localhost html]# ls -l
total 28
drwxr-xr-x 2 root root 4096 mai 1 13:45 img
-rw-r--r-- 1 root root 461 mai 1 13:57 index.php
lrwxrwxrwx 1 root root 25 mai 22 00:55 evian -> /home/evian/public_html
-rw-r--r-- 1 root root 300 avr 28 13:55 phpinfo.php_old
je suis larguer... qqu a une idee ??