View previous topic :: View next topic |
Author |
Message |
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Fri Apr 25, 2003 11:34 pm Post subject: problème apache |
|
|
je n'arrive pas à lancer apache, l'adresse 127.0.0.1 est celle de mon routeur vu depuis le réseau local
Code: |
linux root # /etc/init.d/apache start
* Starting apache...
[Sat Apr 26 01:32:32 2003] [alert] apache: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [ !! ]
|
|
|
Back to top |
|
|
crevette Guru
Joined: 21 May 2002 Posts: 543 Location: Chrooted in Nice, France
|
Posted: Sat Apr 26, 2003 3:28 am Post subject: |
|
|
euh 127.0.0.1, c'est la boucle locale de chaque carte rezo, ca permet de tester la communication sur soit meme; donc cette adresse existe sur chaque machine ayant une carte reseau.
il doit manquer une des directives dans ton apache.conf, surtement celle-la
Code: |
ServerName baptiste.navlink.com
|
ca c'est pour moi, si tu n'as pas de nom de domaine, essaie
Code: |
ServerName 127.0.0.1
|
mais normalement c'est qu'un warning _________________ http://www.mille-mathias.info |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 26, 2003 9:30 am Post subject: |
|
|
j'ai rajouté ce que tu m'as dit mais je n'arrive pas à me connecter à http:\\localhost
maintenant quand je lance appache il me met un attention.
Code: |
linux root # /etc/init.d/apache start
* Starting apache... [ !! ]
|
|
|
Back to top |
|
|
arlequin l33t
Joined: 16 Nov 2002 Posts: 707 Location: grep $USER /etc/passwd | cut -d':' -f6
|
Posted: Sat Apr 26, 2003 10:50 am Post subject: |
|
|
Check les logs d'Apache pour voir: '/var/log/apache/error_log'
Normalement il n'y a pas grand chose à configurer pour apache, mais édite tout de même tous les fichiers so trouvant dans /etc/apache/conf (apache.conf et commonapache.conf au minimum). _________________ J'vous dis ciao !
Au fait, ciao ça veut dire bye en anglais. |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 26, 2003 11:03 am Post subject: |
|
|
voilà ce qu'il y a dans mon error_log:
Code: |
[Sat Apr 26 01:32:06 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 01:32:32 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 01:37:30 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 01:42:31 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:18:31 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:23:46 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:25:09 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:25:15 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:28:12 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:32:56 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:34:58 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:35:14 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:36:28 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:37:00 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:37:06 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:37:22 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:38:25 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:39:36 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:40:58 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:41:16 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:42:04 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:42:12 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:42:18 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:43:00 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
[Sat Apr 26 11:45:17 2003] [alert] mod_unique_id: unable to gethostbyname("linux")
|
|
|
Back to top |
|
|
arlequin l33t
Joined: 16 Nov 2002 Posts: 707 Location: grep $USER /etc/passwd | cut -d':' -f6
|
Posted: Sat Apr 26, 2003 11:15 am Post subject: |
|
|
Ha ha !!
Rajoute 'linux' à côté de '127.0.0.1 localhost' dans le fichier '/etc/hosts'. _________________ J'vous dis ciao !
Au fait, ciao ça veut dire bye en anglais. |
|
Back to top |
|
|
|