<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Ok ça venait d'un tiret qui manquait au début du fichier de
      certificat SSL ! (il faut 5 tirets et non 4 avant BEGIN
      CERTIFICATE !!)</p>
    <p>Maintenant je bataille avec la redirection web mais ça marche en
      gros :)</p>
    <p>+<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Le 30/11/2017 à 14:06, Samuel a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:2008f54e-efdb-a256-cae5-69dbf2735525@posteo.net">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <p>ok ça vient d'un certif SSL d'après le log error d'apache, qui
        ne démarre en fait pas. J'investigue...<br>
      </p>
      <br>
      <div class="moz-cite-prefix">Le 30/11/2017 à 13:56, Samuel a
        écrit :<br>
      </div>
      <blockquote type="cite"
        cite="mid:5d7e987f-583e-d95d-49f2-b5443d8ab478@posteo.net">
        <meta http-equiv="Content-Type" content="text/html;
          charset=utf-8">
        <p><br>
        </p>
        <br>
        <div class="moz-cite-prefix">Le 30/11/2017 à 12:52, Bertrand a
          écrit :<br>
        </div>
        <blockquote type="cite"
cite="mid:CA+Wx8U-Wbbp0DG0m49uyZ294Hfa1eH-OwHMA8YRzEbLX8Qshwg@mail.gmail.com">
          <div dir="ltr">
            <div>Salut,</div>
            <div><br>
            </div>
            Comme le suggère Thomas et indiqué plus tôt dans la
            discussion si rien n'est configuré au niveau WEB (=>
            apache/nginx/lightthpd/python/nodeJS/etc/etc/etc qui <b>écoute
              et sert des pages sur le port 80 et/ou 443 ) </b>tu aura
            beau regarder en long et en large la configuration DNS
            Firewall (qui semble ok) la machine ne répondra pas en WEB.
            <div><br>
            </div>
            <div>Il n'y a pas de magie à ce niveau. </div>
            <div><br>
            </div>
            <div>Tu peux regarder que ton serveur web écoute bien avec
              netstat par exemple :</div>
            <div><br>
            </div>
            <div>netstat -pantu |egrep '80|443'</div>
          </div>
        </blockquote>
        en effet rien ne semble écouter sur ces ports.<br>
        <blockquote type="cite"
cite="mid:CA+Wx8U-Wbbp0DG0m49uyZ294Hfa1eH-OwHMA8YRzEbLX8Qshwg@mail.gmail.com">
          <div dir="ltr">
            <div>
              <div><br>
              </div>
              <div>Quelle est la configuration mise en oeuvre pour
                servir du contenu sur le port 80 pour faire le lien
                entre ton nom de domaine et ton site ?<br>
              </div>
            </div>
          </div>
        </blockquote>
        /etc/apache2/ports.conf :<br>
        <blockquote><tt>Listen 80</tt><br>
          <br>
          <tt><IfModule ssl_module></tt><br>
          <tt>    Listen 443</tt><br>
          <tt>#        NameVirtualHost *:443</tt><br>
          <tt></IfModule></tt><br>
          <br>
          <tt><IfModule mod_gnutls.c></tt><br>
          <tt>    Listen 443</tt><br>
          <tt></IfModule></tt><br>
          <br>
          <tt># vim: syntax=apache ts=4 sw=4 sts=4 sr noet</tt><br>
        </blockquote>
        <br>
        ??<br>
        et dans /etc/apache2/sites-enabled/gatiswasa.me.conf par exemple
        :<br>
        <blockquote><tt><IfModule mod_ssl.c></tt><br>
          <tt>        <VirtualHost *:443></tt><br>
          <br>
          <tt>                ServerAdmin <a
              class="moz-txt-link-abbreviated"
              href="mailto:contact@gatiswasa.me" moz-do-not-send="true">contact@gatiswasa.me</a></tt><br>
          <tt>                ServerName gatiswasa.me</tt><br>
          <tt>                ServerAlias <a
              class="moz-txt-link-abbreviated"
              href="http://www.gatiswasa.me" moz-do-not-send="true">www.gatiswasa.me</a></tt><br>
          <tt>                DocumentRoot
            /var/www/gatiswasa.me/public_html</tt><br>
          <br>
          <tt>                ErrorLog ${APACHE_LOG_DIR}/error.log</tt><br>
          <tt>                CustomLog ${APACHE_LOG_DIR}/access.log
            combined</tt><br>
          <br>
          <tt>                SSLEngine On</tt><br>
          <tt>                SSLCertificateFile
            /etc/ssl/gatiswasa/www_gatiswasa_me.crt</tt><br>
          <tt>                SSLCertificateKeyFile
            /etc/ssl/gatiswasa/www_gatiswasa_me.key</tt><br>
          <tt>                SSLVerifyClient None</tt><br>
          <tt>                SSLOptions +StdEnvVars</tt><br>
          <br>
          <tt>        </VirtualHost></tt><br>
          <tt></IfModule></tt><br>
          <tt><VirtualHost *:80><br>
            .../...</tt><br>
          <tt><tt></VirtualHost></tt></tt></blockquote>
        ??<br>
        <br>
        <blockquote type="cite"
cite="mid:CA+Wx8U-Wbbp0DG0m49uyZ294Hfa1eH-OwHMA8YRzEbLX8Qshwg@mail.gmail.com">
          <div dir="ltr">
            <div>
              <div><br>
              </div>
              <div>Merci,</div>
              <div><br>
              </div>
              <div>Bertrand</div>
            </div>
          </div>
          <div class="gmail_extra"><br>
            <div class="gmail_quote">Le 30 novembre 2017 à 12:38, Samuel
              via technique <span dir="ltr"><<a
                  href="mailto:technique@lists.tetaneutral.net"
                  target="_blank" moz-do-not-send="true">technique@lists.tetaneutral.net</a>></span>
              a écrit :<br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div text="#000000" bgcolor="#FFFFFF"><span class="">
                    <p><br>
                    </p>
                    <br>
                    <div class="m_-3976246514917766672moz-cite-prefix">Le
                      30/11/2017 à 12:22, Thomas Pedoussaut a écrit :<br>
                    </div>
                    <blockquote type="cite">Salut Sam, <br>
                      <br>
                      pour l'instant je vois surtout que sur ta VM, seul
                      le port 2222 (surement un ssh bricolé) répond.
                      Rien eu 80 ou 443. <br>
                      <br>
                      Je te conseille donc de verifier: <br>
                      1) que to apache est bien lancé <br>
                      2) que tu n'as pas un firewall quelquonque qui
                      empeche les connections entrantes. <br>
                      <br>
                      Peux tu poster le resultat d'un: <br>
                      netstat -tanp <br>
                    </blockquote>
                    <br>
                  </span><tt><b>12:38 root@vmsamuel ~ #</b> netstat
                    -tanp</tt><tt><br>
                  </tt><tt>Active Internet connections (servers and
                    established)</tt><tt><br>
                  </tt><tt>Proto Recv-Q Send-Q Local Address          
                    Foreign Address         State       PID/Program name</tt><tt><br>
                  </tt><tt>tcp        0      0 <a
                      href="http://127.0.0.1:3306" target="_blank"
                      moz-do-not-send="true">127.0.0.1:3306</a>         
                    0.0.0.0:*               LISTEN      22064/mysqld   
                  </tt><tt><br>
                  </tt><tt>tcp        0      0 <a
                      href="http://0.0.0.0:2222" target="_blank"
                      moz-do-not-send="true">0.0.0.0:2222</a>           
                    0.0.0.0:*               LISTEN      467/sshd       
                  </tt><tt><br>
                  </tt><tt>tcp        0    368 <a
                      href="http://91.224.148.238:2222" target="_blank"
                      moz-do-not-send="true">91.224.148.238:2222</a>    
                    <a href="http://91.224.149.194:59130"
                      target="_blank" moz-do-not-send="true">91.224.149.194:59130</a>   
                    ESTABLISHED 28181/0         </tt><tt><br>
                  </tt><tt>tcp6       0      0 :::2222                
                    :::*                    LISTEN      467/sshd<br>
                    <br>
                    <b>12:40 root@vmsamuel ~ #</b> service apache2
                    status <br>
                    ● apache2.service - LSB: Apache2 web server<br>
                       Loaded: loaded (/etc/init.d/apache2)<br>
                      Drop-In: /lib/systemd/system/apache2.<wbr>service.d<br>
                               └─forking.conf<br>
                       Active: inactive (dead) since jeu. 2017-11-30
                    11:53:48 CET; 47min ago<br>
                      Process: 28007 ExecStop=/etc/init.d/apache2 stop
                    (code=exited, status=0/SUCCESS)<br>
                      Process: 25806 ExecReload=/etc/init.d/apache2
                    reload (code=exited, status=0/SUCCESS)<br>
                      Process: 27992 ExecStart=/etc/init.d/apache2 start
                    (code=exited, status=0/SUCCESS)<br>
                    <br>
                    nov. 30 11:53:48 vmsamuel systemd[1]: Starting LSB:
                    Apache2 web server...<br>
                    nov. 30 11:53:48 vmsamuel apache2[27992]: Starting
                    web server: apache2Action 'start' failed.<br>
                    nov. 30 11:53:48 vmsamuel apache2[27992]: The Apache
                    error log may have more information.<br>
                    nov. 30 11:53:48 vmsamuel apache2[27992]: .<br>
                    nov. 30 11:53:48 vmsamuel apache2[28007]: Stopping
                    web server: apache2.<br>
                    nov. 30 11:53:48 vmsamuel systemd[1]: Started LSB:
                    Apache2 web server.<br>
                    zsh: exit 3     service apache2 status<br>
                    <br>
                    <b>12:44 root@vmsamuel ~ #</b> iptables -L<br>
                    Chain INPUT (policy ACCEPT)<br>
                    target     prot opt source              
                    destination         <br>
                    <br>
                    Chain FORWARD (policy ACCEPT)<br>
                    target     prot opt source              
                    destination         <br>
                    <br>
                    Chain OUTPUT (policy ACCEPT)<br>
                    target     prot opt source               destination<br>
                    <br>
                  </tt>ufw, nufw ni autre firewall installé à priori.
                  <div>
                    <div class="h5"><br>
                      <br>
                      <blockquote type="cite"> <br>
                        Bon courage. <br>
                        <br>
                        On 2017-11-30 12:09, Samuel via technique wrote:
                        <br>
                        <blockquote type="cite">re <br>
                          <br>
                          désolé d'insister avec mes problèmes persos
                          mais ma vm est vraiment <br>
                          inaccessible "en web". <br>
                          <br>
                          Même <a
                            href="http://vmsamuel.tetaneutral.net"
                            target="_blank" moz-do-not-send="true">vmsamuel.tetaneutral.net</a>
                          ping mais ne répond pas sous <br>
                          firefox... <br>
                          <br>
                          Fichiers de conf : <br>
                          <br>
                          - etc/hosts et contenu de etc/apache2 en pièce
                          jointe, <br>
                          <br>
                          - conf gandi - web forwarding : <br>
                          <br>
                          Type of web forwarding : Permanent <br>
                          <br>
                          Subdomain : *.<a href="http://gatiswasa.me"
                            target="_blank" moz-do-not-send="true">gatiswasa.me</a>
                          <br>
                          <br>
                          Address to forward to : <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="https://gatiswasa.me" target="_blank"
                            moz-do-not-send="true">https://gatiswasa.me</a>
                          <br>
                          <br>
                          Pas de forward pour <a
                            href="http://voiron.me" target="_blank"
                            moz-do-not-send="true">voiron.me</a> <br>
                          <br>
                          - conf gandi - DNS Records : <br>
                          <br>
                          <a href="http://gatiswasa.me" target="_blank"
                            moz-do-not-send="true">gatiswasa.me</a> : <br>
                          <br>
                          <blockquote type="cite">@ 10800 IN A
                            91.224.148.238 <br>
                            @ 10800 IN AAAA 2a01:6600:8080:ee00::1 <br>
                            @ 10800 IN MX 10 <a
                              href="http://spool.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">spool.mail.gandi.net</a>.
                            <br>
                            @ 10800 IN MX 50 <a
                              href="http://fb.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">fb.mail.gandi.net</a>.
                            <br>
                            @ 10800 IN SOA <a
                              href="http://ns1.gandi.net"
                              target="_blank" moz-do-not-send="true">ns1.gandi.net</a>.
                            <a href="http://hostmaster.gandi.net"
                              target="_blank" moz-do-not-send="true">hostmaster.gandi.net</a>.
                            1510701763 10800 <br>
                            3600 604800 10800 <br>
                            @ 10800 IN TXT "v=spf1 include:_<a
                              href="http://mailcust.gandi.net"
                              target="_blank" moz-do-not-send="true">mailcust.gandi.net</a>
                            ?all" <br>
                            blog 10800 IN CNAME <a
                              href="http://blogs.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">blogs.vip.gandi.net</a>.
                            <br>
                            webmail 10800 IN CNAME <a
                              href="http://webmail.gandi.net"
                              target="_blank" moz-do-not-send="true">webmail.gandi.net</a>.
                            <br>
                            www 10800 IN CNAME <a
                              href="http://webredir.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">webredir.vip.gandi.net</a>.
                            <br>
                          </blockquote>
                           <a href="http://voiron.me" target="_blank"
                            moz-do-not-send="true">voiron.me</a> : <br>
                          <br>
                          <blockquote type="cite">@ 600 IN A
                            91.224.148.238 <br>
                            @ 1800 IN AAAA 2a01:6600:8080:ee00::1 <br>
                            @ 10800 IN MX 10 <a
                              href="http://spool.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">spool.mail.gandi.net</a>.
                            <br>
                            @ 10800 IN MX 50 <a
                              href="http://fb.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">fb.mail.gandi.net</a>.
                            <br>
                            @ 10800 IN SOA <a
                              href="http://ns1.gandi.net"
                              target="_blank" moz-do-not-send="true">ns1.gandi.net</a>.
                            <a href="http://hostmaster.gandi.net"
                              target="_blank" moz-do-not-send="true">hostmaster.gandi.net</a>.
                            1511125617 10800 <br>
                            3600 604800 10800 <br>
                            @ 10800 IN TXT "v=spf1 include:_<a
                              href="http://mailcust.gandi.net"
                              target="_blank" moz-do-not-send="true">mailcust.gandi.net</a>
                            ?all" <br>
                            _<wbr>0d6319397a81737ecb481b5982046f<wbr>6c
                            10800 IN CNAME <br>
                            <br>
                          </blockquote>
                          <a
href="http://5a779a10bd96086518bd46cca6c91eaa.dda07d78e3070e19d222e9078f04255a.comodoca.com"
                            target="_blank" moz-do-not-send="true">5a779a10bd96086518bd46cca6c91e<wbr>aa.<wbr>dda07d78e3070e19d222e9078f0425<wbr>5a.comodoca.com</a>.
                          <br>
                          <blockquote type="cite">blog 10800 IN CNAME <a
                              href="http://blogs.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">blogs.vip.gandi.net</a>.
                            <br>
                            webmail 10800 IN CNAME <a
                              href="http://webmail.gandi.net"
                              target="_blank" moz-do-not-send="true">webmail.gandi.net</a>.
                            <br>
                            www 10800 IN CNAME <a
                              href="http://webredir.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">webredir.vip.gandi.net</a>.
                            <br>
                          </blockquote>
                          <br>
                          - conf. gandi - SSL certificates : <br>
                          <br>
                          Type : Standard One address <br>
                          <br>
                          Status : Valid <br>
                          Protected address : <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
                            href="http://www.gatiswasa.me"
                            target="_blank" moz-do-not-send="true">www.gatiswasa.me</a>
                          [15] <br>
                          <br>
                          Type : Standard One address <br>
                          <br>
                          Status : Valid <br>
                          <br>
                          Protected address : <a
                            href="http://voiron.me" target="_blank"
                            moz-do-not-send="true">voiron.me</a> <br>
                          <br>
                          Je sais plus pourquoi j'ai pris un certif SSL
                          pour <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
                            href="http://WWW.gatiswasa.me"
                            target="_blank" moz-do-not-send="true">WWW.gatiswasa.me</a>,
                          <br>
                          est-ce un problème ? <br>
                          <br>
                          Là ya tout qui ping + dig et rien qui affiche
                          qqch sous firefox... <br>
                          <br>
                          Merci pour les coups de mains, ça m'embête
                          d'avoir payé des NDD et <br>
                          de pas pouvoir en profiter... <br>
                          <br>
                          Sinon si TTN propose une formation générale
                          sur comment bien <br>
                          configurer (et sécuriser) sa VM/serveur pour
                          faire du rsync+web, je <br>
                          suis preneur :) <br>
                          <br>
                          Sam - <a href="tel:06%2076%2073%2011%2010"
                            value="+33676731110" target="_blank"
                            moz-do-not-send="true">06.76.73.11.10</a> <br>
                          <br>
                          Le 21/11/2017 à 16:18, Bertrand via technique
                          a écrit : <br>
                          <br>
                          <blockquote type="cite">host <a
                              href="http://voiron.me" target="_blank"
                              moz-do-not-send="true">voiron.me</a> [1] <br>
                            <a href="http://voiron.me" target="_blank"
                              moz-do-not-send="true">voiron.me</a> [1]
                            has address 91.224.148.238 <br>
                            <br>
                            La configuration DNS n'est visiblement pas
                            en cause puisque la <br>
                            résolution se fait bien... il faut voir côté
                            serveur web, est-ce <br>
                            que le apache/nginx est bien configuré ? <br>
                            <br>
                            Le 21 novembre 2017 à 15:19, PP A via
                            technique <br>
                            <a
                              class="m_-3976246514917766672moz-txt-link-rfc2396E"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                              moz-do-not-send="true"><technique@lists.tetaneutral.<wbr>net></a>
                            a écrit : <br>
                            <br>
                            Hello, <br>
                            <br>
                            Je connais pas bien ni gandi, ni les dns,
                            mais ces lignes <br>
                            <br>
                            www 10800 IN CNAME <a
                              href="http://webredir.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">webredir.vip.gandi.net</a>
                            [2]. <br>
                            <br>
                            m'étonnent. On dirait que www pointe vers un
                            truc de gandi (genre <br>
                            qui redirigerait vers la page "ce domaine
                            n'est pas dispo à <br>
                            l'achat", plutôt que vers ton IP. <br>
                            De mon côté (dns autohébergé), j'ai une
                            entrée "www IN CNAME <br>
                            truc" avec une entrée un peu plus haut "truc
                            IN A <mon_ip>". <br>
                            <br>
                            My 2 cents <br>
                            <br>
                            Le 21 novembre 2017 à 15:03, Samuel via
                            technique <br>
                            <a
                              class="m_-3976246514917766672moz-txt-link-rfc2396E"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                              moz-do-not-send="true"><technique@lists.tetaneutral.<wbr>net></a>
                            a écrit : <br>
                            <br>
                            re : <br>
                            <br>
                            voilà mon fichier zone pour le NDD <a
                              href="http://gatiswasa.me" target="_blank"
                              moz-do-not-send="true">gatiswasa.me</a>
                            [3] (tel <br>
                            qu'afficher sur le dashboard Gandi) <br>
                            <br>
                            @ 10800 IN A 91.224.148.238 <br>
                            @ 10800 IN AAAA 2a01:6600:8080:ee00::1 <br>
                            @ 10800 IN MX 10 <a
                              href="http://spool.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">spool.mail.gandi.net</a>
                            [4]. <br>
                            @ 10800 IN MX 50 <a
                              href="http://fb.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">fb.mail.gandi.net</a>
                            [5]. <br>
                            @ 10800 IN SOA <a
                              href="http://ns1.gandi.net"
                              target="_blank" moz-do-not-send="true">ns1.gandi.net</a>
                            [6]. <a href="http://hostmaster.gandi.net"
                              target="_blank" moz-do-not-send="true">hostmaster.gandi.net</a>
                            [7]. <br>
                            1510701763 10800 3600 604800 10800 <br>
                            @ 10800 IN TXT "v=spf1 include:_<a
                              href="http://mailcust.gandi.net"
                              target="_blank" moz-do-not-send="true">mailcust.gandi.net</a>
                            [8] ?all" <br>
                            blog 10800 IN CNAME <a
                              href="http://blogs.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">blogs.vip.gandi.net</a>
                            [9]. <br>
                            webmail 10800 IN CNAME <a
                              href="http://webmail.gandi.net"
                              target="_blank" moz-do-not-send="true">webmail.gandi.net</a>
                            [10]. <br>
                            www 10800 IN CNAME <a
                              href="http://webredir.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">webredir.vip.gandi.net</a>
                            [2]. <br>
                            <br>
                            et pour <a href="http://voiron.me"
                              target="_blank" moz-do-not-send="true">voiron.me</a>
                            [1] <br>
                            <br>
                            @ 600 IN A 91.224.148.238 <br>
                            @ 1800 IN AAAA 2a01:6600:8080:ee00::1 <br>
                            @ 10800 IN MX 10 <a
                              href="http://spool.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">spool.mail.gandi.net</a>
                            [4]. <br>
                            @ 10800 IN MX 50 <a
                              href="http://fb.mail.gandi.net"
                              target="_blank" moz-do-not-send="true">fb.mail.gandi.net</a>
                            [5]. <br>
                            @ 10800 IN SOA <a
                              href="http://ns1.gandi.net"
                              target="_blank" moz-do-not-send="true">ns1.gandi.net</a>
                            [6]. <a href="http://hostmaster.gandi.net"
                              target="_blank" moz-do-not-send="true">hostmaster.gandi.net</a>
                            [7]. <br>
                            1511125617 10800 3600 604800 10800 <br>
                            @ 10800 IN TXT "v=spf1 include:_<a
                              href="http://mailcust.gandi.net"
                              target="_blank" moz-do-not-send="true">mailcust.gandi.net</a>
                            [8] ?all" <br>
                            _<wbr>0d6319397a81737ecb481b5982046f<wbr>6c
                            10800 IN CNAME <br>
                            <br>
                          </blockquote>
                          <a
href="http://5a779a10bd96086518bd46cca6c91eaa.dda07d78e3070e19d222e9078f04255a.comodoca.com"
                            target="_blank" moz-do-not-send="true">5a779a10bd96086518bd46cca6c91e<wbr>aa.<wbr>dda07d78e3070e19d222e9078f0425<wbr>5a.comodoca.com</a>
                          <br>
                          <blockquote type="cite">[11]. <br>
                            blog 10800 IN CNAME <a
                              href="http://blogs.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">blogs.vip.gandi.net</a>
                            [9]. <br>
                            webmail 10800 IN CNAME <a
                              href="http://webmail.gandi.net"
                              target="_blank" moz-do-not-send="true">webmail.gandi.net</a>
                            [10]. <br>
                            www 10800 IN CNAME <a
                              href="http://webredir.vip.gandi.net"
                              target="_blank" moz-do-not-send="true">webredir.vip.gandi.net</a>
                            [2]. <br>
                            <br>
                            Ces 2 sites ne sont pas accessibles avec
                            Firefox... essayez vous <br>
                            même. <br>
                            <br>
                            help :( <br>
                            <br>
                            Le 20/11/2017 à 22:49, Samuel via technique
                            a écrit : <br>
                            <br>
                            Merci Bertrand ! <br>
                            <br>
                            Bon bah là ya tout qui ping mais rien qui se
                            montre sur le web... <br>
                            <br>
                            Même quand je mets l'IP direct dans firefox,
                            c'est mort :( <br>
                            <br>
                            heeelp ! <br>
                            <br>
                            Le 17/11/2017 à 08:39, Bertrand via
                            technique a écrit : <br>
                            <br>
                            Pour tes vhosts #lapincompris... [12]
                            Qu'est-ce qui <br>
                            marche/marchait/marchepu exactement ? tu as
                            pu voir à un moment la <br>
                            page sous le vhost configuré s'afficher ? <br>
                            <br>
                            Pour l'interface gandi les enregistrement et
                            le fichier de zone <br>
                            sont la même chose. <br>
                            <br>
                            Les différents enregistrements constituent
                            le fichier de zone. <br>
                            C'est juste deux présentations différentes,
                            la version interface <br>
                            avec les enregistrement et la version
                            "brute" en fichier de zone. <br>
                            <br>
                            Si ça pingue, (avec la bonne ip) à priori
                            c'est que ton pointage <br>
                            DNS est correct. <br>
                            <br>
                            "Les fichier de conf des VirtualHosts sont
                            dans <br>
                            /etc/apache2/sites-avalaible (j'en met un en
                            PJ)." <br>
                            <br>
                            => Pour qu'ils soient activés de mémoire
                            c'est site-enabled avec <br>
                            la commande a2ensite sous Debian il me
                            semble (qui fait le lien <br>
                            symbo entre /etc/apache2/sites-avalaible/<wbr>monbeauvhost.conf
                            et <br>
                            /etc/apache2/sites-enabled/<wbr>monbeauvhost.conf)
                            <br>
                            <br>
                            La syntaxe à l'ai correcte pour ton fichier
                            vhost, du coup s'il est <br>
                            bien activé je sais pas trop que te dire. <br>
                            <br>
                            Dernière chose : le fichier /etc/hosts ça
                            fait double emploi avec <br>
                            la résolution DNS... (c'est pour justement
                            "bypasser" la <br>
                            résolution de nom en se basant sur ce
                            fichier.) <br>
                            <br>
                            Le 16 novembre 2017 à 21:08, Samuel via
                            technique <br>
                            <a
                              class="m_-3976246514917766672moz-txt-link-rfc2396E"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                              moz-do-not-send="true"><technique@lists.tetaneutral.<wbr>net></a>
                            a écrit : <br>
                            <br>
                            bon ça marchait, même si la commande dig
                            affichait pas les DNS... <br>
                            Mais là ça marche plus :( <br>
                            J'ai 2 NDD : <a href="http://gatiswasa.me"
                              target="_blank" moz-do-not-send="true">gatiswasa.me</a>
                            [3] et <a href="http://voiron.me"
                              target="_blank" moz-do-not-send="true">voiron.me</a>
                            [1] <br>
                            J'ai configuré du SSL pour les deux (https).
                            <br>
                            Les certificats et clés privés sont dans
                            /etc/ssl/*NDD* <br>
                            Les fichier de conf des VirtualHosts sont
                            dans <br>
                            /etc/apache2/sites-avalaible (j'en met un en
                            PJ). <br>
                            J'ai ajouté dans /etc/hosts les lignes
                            suivantes <br>
                            ipv4 NDD1 <br>
                            ipv4 NDD2 <br>
                            ipv6 NDD1 <br>
                            ipv6 NDD2 <br>
                            Je les ai retiré vu que je crois pas que ça
                            serve à ça. J'ai <br>
                            testé en les remettant, c'est pas ça. <br>
                            J'avais aussi configuré un web forwarding
                            pour que <br>
                            http://*.<a href="http://gatiswasa.me"
                              target="_blank" moz-do-not-send="true">gatiswasa.me</a>
                            [3] pointe vers <a
                              class="m_-3976246514917766672moz-txt-link-freetext"
                              href="https://gatiswasa.me"
                              target="_blank" moz-do-not-send="true">https://gatiswasa.me</a>
                            mais ça <br>
                            marchait pas. <br>
                            Et mnt les 2 NDD sont inaccessibles, alors
                            que le ping est ok... <br>
                            <br>
                            Pour la conf DNS sur l'interface Gandi,
                            c'est pas très clair. Ya <br>
                            d'abord les enregistrements listés (A, MX,
                            CNAME, etc) que l'on <br>
                            peut modifier individuellement, puis le
                            Fichier de zone est afficher <br>
                            dans une textbox et on peut l'éditer. <br>
                            <br>
                            Désolé d'encombrer la liste avec mes
                            histoires de néophyte ! <br>
                            Merci A+ <br>
                            <br>
                            Le 15/11/2017 à 17:14, Thomas Pedoussaut via
                            technique a écrit : <br>
                            Salut, <br>
                            <br>
                            sauf si c'est <a
                              class="m_-3976246514917766672moz-txt-link-abbreviated"
                              href="http://www.pedonazi.com"
                              target="_blank" moz-do-not-send="true">www.pedonazi.com</a>
                            [13] file le NDD, on est quelques un <br>
                            a pouvoir te debugguer de l'exterieur et 3
                            minutes. <br>
                            <br>
                            On 2017-11-14 12:05, Samuel via technique
                            wrote: <br>
                            Salut, <br>
                            <br>
                            je viens de m'acheter qqs noms de domaine
                            chez Gandi pour m'amuser <br>
                            avec <br>
                            mon serveur et en rendre une partie
                            accessible en ligne. <br>
                            <br>
                            Mais je bute sur la conf DNS... j'ai beau
                            avoir changé <br>
                            l'enregistrement <br>
                            @ de type A en mettant l'IP de ma VM, ça
                            marche pas :( J'ai aussi <br>
                            ajouté <br>
                            un enregistrement AAAA pour l'IPv6 (nom=@).
                            <br>
                          </blockquote>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          [14] <br>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          [14] <br>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          [14] <br>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          [14] <br>
                          <br>
                           -- <br>
                          Patrick <br>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          [14] <br>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          <br>
                          <br>
                          <br>
                          <br>
                          Links: <br>
                          ------ <br>
                          [1] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://voiron.me" target="_blank"
                            moz-do-not-send="true">http://voiron.me</a>
                          <br>
                          [2] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://webredir.vip.gandi.net"
                            target="_blank" moz-do-not-send="true">http://webredir.vip.gandi.net</a>
                          <br>
                          [3] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://gatiswasa.me" target="_blank"
                            moz-do-not-send="true">http://gatiswasa.me</a>
                          <br>
                          [4] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://spool.mail.gandi.net"
                            target="_blank" moz-do-not-send="true">http://spool.mail.gandi.net</a>
                          <br>
                          [5] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://fb.mail.gandi.net"
                            target="_blank" moz-do-not-send="true">http://fb.mail.gandi.net</a>
                          <br>
                          [6] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://ns1.gandi.net" target="_blank"
                            moz-do-not-send="true">http://ns1.gandi.net</a>
                          <br>
                          [7] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://hostmaster.gandi.net"
                            target="_blank" moz-do-not-send="true">http://hostmaster.gandi.net</a>
                          <br>
                          [8] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://mailcust.gandi.net"
                            target="_blank" moz-do-not-send="true">http://mailcust.gandi.net</a>
                          <br>
                          [9] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://blogs.vip.gandi.net"
                            target="_blank" moz-do-not-send="true">http://blogs.vip.gandi.net</a>
                          <br>
                          [10] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://webmail.gandi.net"
                            target="_blank" moz-do-not-send="true">http://webmail.gandi.net</a>
                          <br>
                          [11] <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://5a779a10bd96086518bd46cca6c91eaa.dda07d78e3070e19d222e9078f04255a.comodoca.com"
                            target="_blank" moz-do-not-send="true">http://<wbr>5a779a10bd96086518bd46cca6c91e<wbr>aa.<wbr>dda07d78e3070e19d222e9078f0425<wbr>5a.comodoca.com</a>
                          <br>
                          [12] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="https://www.youtube.com/watch?v=Xp1QwyB3Qsk" target="_blank"
                            moz-do-not-send="true">https://www.youtube.com/watch?<wbr>v=Xp1QwyB3Qsk</a>
                          <br>
                          [13] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://www.pedonazi.com"
                            target="_blank" moz-do-not-send="true">http://www.pedonazi.com</a>
                          <br>
                          [14] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          <br>
                          [15] <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
                            href="http://www.gatiswasa.me"
                            target="_blank" moz-do-not-send="true">http://www.gatiswasa.me</a>
                          <br>
                          ______________________________<wbr>_________________
                          <br>
                          technique mailing list <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-abbreviated"
href="mailto:technique@lists.tetaneutral.net" target="_blank"
                            moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a>
                          <br>
                          <a
                            class="m_-3976246514917766672moz-txt-link-freetext"
href="http://lists.tetaneutral.net/listinfo/technique" target="_blank"
                            moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a>
                          <br>
                        </blockquote>
                      </blockquote>
                      <br>
                    </div>
                  </div>
                </div>
                <br>
                ______________________________<wbr>_________________<br>
                technique mailing list<br>
                <a href="mailto:technique@lists.tetaneutral.net"
                  moz-do-not-send="true">technique@lists.tetaneutral.<wbr>net</a><br>
                <a
                  href="http://lists.tetaneutral.net/listinfo/technique"
                  rel="noreferrer" target="_blank"
                  moz-do-not-send="true">http://lists.tetaneutral.net/<wbr>listinfo/technique</a><br>
                <br>
              </blockquote>
            </div>
            <br>
          </div>
        </blockquote>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>