Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 31802 invoked from network); 17 Sep 2003 07:51:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Sep 2003 07:51:10 -0000 Received: (qmail 93250 invoked by uid 500); 17 Sep 2003 07:50:30 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 93167 invoked by uid 500); 17 Sep 2003 07:50:30 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 93154 invoked from network); 17 Sep 2003 07:50:29 -0000 Received: from unknown (HELO ns0a.swx.com) (146.109.240.107) by daedalus.apache.org with SMTP; 17 Sep 2003 07:50:29 -0000 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0a.swx.com (8.12.9/8.12.9) with ESMTP id h8H7oeGx021890 for ; Wed, 17 Sep 2003 09:50:41 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0a.unix.swx.ch (8.12.9/8.12.9) with ESMTP id h8H7oedZ008409 for ; Wed, 17 Sep 2003 09:50:40 +0200 (MEST) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Date: Wed, 17 Sep 2003 09:50:39 +0200 Message-ID: X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] help (french) thread-index: AcN8h7FDlhkK6JeASKKHgw3XNgJ9hwAZplNw From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] help (french) X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N >-----Original Message----- >From: Christophe Mailhebuau [mailto:CMailhebuau@abul.org] > >Je d=E9bute dans la configuration brutale d'apache, et j'ai quelques >soucis avec l'autorisation =E0 un r=E9pertoire. J'ai fait mon fichier >.htaccess, puis mes mots de passes avec htpasswd. > >J'ai bien v=E9rifi=E9 le chemin du fichier mot de passe appel=E9, >ainsi que l'appel au fichier dans .htaccess > >mais rien ne ce passe. Je n'ai m=EAme pas le message d'erreur d'apache. > La page se recharge c'est tout. C'est bien de faire le fichier .htaccess avec les Auth directives, mais il faut laisser apache de lire le fichier. On fait =E7a avec (dans httpd.conf): AllowOverride Auth Autrement, on peut poser toutes les directives Auth dedans cette " container" (ce n'est pas obligatoire de utiliser .htaccess).=20 >J'ai observ=E9 ceci dans le fichier de log, mais je ne sais pas d'ou = =E7a >vient. >[Sat Sep 13 04:56:59 2003] [error] (2)No such file or directory: >mod_mime_magic: can't read magic file /etc/apache/share/magic Vous avez charg=E9 mod_mime_magic, mais son fichier n'existe pas. >[Sat Sep 13 04:56:59 2003] [alert] apache: Could not determine the >server's fully qualified domain name, using 127.0.0.1 for ServerName Vous n'avez pas un "ServerName directive" o=F9 le hostname dans ce directive n'est pas trouv=E9 dans /etc/hosts. >[Sat Sep 13 04:57:00 2003] [notice] Apache/1.3.26 (Unix) Debian >GNU/Linux configured -- resuming normal operations Message normale =E0 d=E9marrage. >[Sat Sep 13 04:57:00 2003] [notice] suEXEC mechanism enabled (wrapper: >/usr/lib/apache/suexec) Message normale pour suexec. >[Sat Sep 13 04:57:00 2003] [notice] Accept mutex: sysvsem (Default: >sysvsem) Message normale pour SSL. NB: Vous avez beaucoup de choses dans votre apache (SSL, suexec, mod_mime-magic) - mais vous =EAtes debutant... Apprendre =E0 marcher = avant de courir... Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.=20 >[Sat Sep 13 05:01:12 2003] [notice] caught SIGTERM, shutting down >[Sat Sep 13 05:02:37 2003] [error] (2)No such file or directory: >mod_mime_magic: can't read magic file /etc/apache/share/magic >[Sat Sep 13 05:02:37 2003] [alert] apache: Could not determine the >server's fully qualified domain name, using 127.0.0.1 for ServerName >[Sat Sep 13 05:02:37 2003] [error] (2)No such file or directory: >mod_mime_magic: can't read magic file /etc/apache/share/magic >[Sat Sep 13 05:02:38 2003] [notice] Apache/1.3.26 (Unix) Debian >GNU/Linux configured -- resuming normal operations >[Sat Sep 13 05:02:38 2003] [notice] suEXEC mechanism enabled (wrapper: >/usr/lib/apache/suexec) >[Sat Sep 13 05:02:38 2003] [notice] Accept mutex: sysvsem (Default: >sysvsem) >[Sat Sep 13 05:08:47 2003] [notice] caught SIGTERM, shutting down >[Sat Sep 13 05:11:32 2003] [error] (2)No such file or directory: >mod_mime_magic: can't read magic file /etc/apache/share/magic > >Pouvez-vous m'aider ? > >--=20 >Cordialement, >Christophe Mailhebuau http://www.justlinux.org > http://www.abul.org >GPG: 1024D/75B07F8D: BD18 2D01 D954 A339 E35B 9EA1 4240 0410 75B0 7F8D > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP=20 >Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.=20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org