<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Vous voulez dire que vous avez installé les paquets tis-waptserver
      et tis-waptrepo sur votre serveur Scribe.<br>
      Sur ce serveur scribe, il doit déjà y avoir un apache qui tourne
      pour tous les autres services qu'offre Scribe.<br>
      Nous préférons d'une manière générale un serveur dédié à wapt, car
      c'est plus simple à configurer (la postconfiguration proposée par
      le paquet tis-waptserver fait une configuration Apache correcte)<br>
      <br>
      Sinon, il va vous falloir : <br>
      - vérfier que les services de Scribe n'utilise pas le port 8080
      que le service waptserver utilise, sinon, modifier ce port dans le
      fichier /opt/wapt/waptserver/waptserver.ini<br>
      - ajouter un enregistrement dns CNAME wapt.mondomaine.local vers
      monserveurscribe.mondomaine.local<br>
      - Créer et activer un fichier de conf de site pour wapt dans
      /etc/apache2/sites-available (debian) pour créer un host virtuel
      basé sur le nom (NameVirtualHost ...) avec un contenu similaire à 
      (changer 8080 dans la directive Proxypass si nécessaire..., créer
      la paire de clés ssl référencée par SSLCertificateKeyFile et
      SSLCertificateFile )<br>
      <br>
      ------------------<br>
      <tt>NameVirtualHost *:80</tt><tt><br>
      </tt><tt>NameVirtualHost *:443</tt><tt><br>
      </tt><tt><br>
      </tt><tt><VirtualHost *:80></tt><tt><br>
      </tt><tt>        ServerName wapt.mondomaine.local</tt><tt><br>
      </tt><tt>        DocumentRoot "/var/www"</tt><tt><br>
      </tt><tt><br>
      </tt><tt>        LogLevel warn</tt><tt><br>
      </tt><tt>        CustomLog /var/log/apache2/wapt.log combined</tt><tt><br>
      </tt><tt>        ErrorLog /var/log/apache2/wapt-error.log</tt><tt><br>
      </tt><tt><br>
      </tt><tt>        ProxyPass /wapt !</tt><tt><br>
      </tt><tt>        ProxyPass /wapt-host !</tt><tt><br>
      </tt><tt>        ProxyPass /wapt-group !</tt><tt><br>
      </tt><tt>        ProxyPass /wapt/icons !</tt><tt><br>
      </tt><tt>        ProxyPass / <a class="moz-txt-link-freetext" href="http://localhost:8080/">http://localhost:8080/</a></tt><tt><br>
      </tt><tt>        ProxyPassReverse / <a class="moz-txt-link-freetext" href="http://localhost:8080/">http://localhost:8080/</a></tt><tt><br>
      </tt><tt><br>
      </tt><tt>        <Directory "/var/www"></tt><tt><br>
      </tt><tt>            Options Indexes FollowSymLinks MultiViews</tt><tt><br>
      </tt><tt>            AllowOverride None</tt><tt><br>
      </tt><tt>            Order allow,deny</tt><tt><br>
      </tt><tt>            Allow from all</tt><tt><br>
      </tt><tt>        </Directory></tt><tt><br>
      </tt><tt><br>
      </tt><tt></VirtualHost></tt><br>
      <br>
      <tt><IfModule ssl_module></tt><tt><br>
      </tt><tt><VirtualHost *:443></tt><tt><br>
      </tt><tt>        ServerName wapt.mondomaine.local</tt><tt><br>
      </tt><tt>        DocumentRoot "/var/www"</tt><tt><br>
      </tt><tt><br>
      </tt><tt>        LogLevel warn</tt><tt><br>
      </tt><tt>        CustomLog /var/log/apache2/wapt.log combined</tt><tt><br>
      </tt><tt>        ErrorLog /var/log/apache2/wapt-error.log</tt><tt><br>
      </tt><tt><br>
      </tt><tt>        ProxyPass /wapt !</tt><tt><br>
      </tt><tt>        ProxyPass /wapt-host !</tt><tt><br>
      </tt><tt>        ProxyPass /wapt-group !</tt><tt><br>
      </tt><tt>        ProxyPass /wapt/icons !</tt><tt><br>
      </tt><tt>        ProxyPass / <a class="moz-txt-link-freetext" href="http://localhost:8080/">http://localhost:8080/</a></tt><tt><br>
      </tt><tt>        ProxyPassReverse / <a class="moz-txt-link-freetext" href="http://localhost:8080/">http://localhost:8080/</a></tt><tt><br>
      </tt><tt><br>
      </tt><tt>        <Directory "/var/www"></tt><tt><br>
      </tt><tt>            Options Indexes FollowSymLinks MultiViews</tt><tt><br>
      </tt><tt>            AllowOverride None</tt><tt><br>
      </tt><tt>            Order allow,deny</tt><tt><br>
      </tt><tt>            Allow from all</tt><tt><br>
      </tt><tt>        </Directory></tt><tt><br>
      </tt><tt></tt><tt>        SSLEngine on</tt><tt><br>
      </tt><tt>        SSLCertificateFile
        "/opt/wapt/waptserver/apache/ssl/cert.pem"</tt><tt><br>
      </tt><tt>        SSLCertificateKeyFile
        "/opt/wapt/waptserver/apache/ssl/key.pem"</tt><tt><br>
      </tt><tt></tt><tt></VirtualHost></tt><tt><br>
      </tt><tt></tt><tt></IfModule></tt><tt><br>
      </tt>---------------------- <br>
      <br>
      Hubert<br>
      <br>
      Le 07/06/2015 14:52, Christophe Laurent a écrit :<br>
    </div>
    <blockquote
cite="mid:CAMK-wGsr1A_opeCZcc_tBx6443x7vE94cs7LeToEaqOga8fRDQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Bonjour, rencontrant des problèmes d'utilisation de wapt
          avec un serveur Scribe (paquets qui ne s'installent pas),
          quelqu'un a-t-il réussi à faire "cohabiter" les deux ? Merci
          d'avance.<br>
        </div>
        Christophe<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
WAPT mailing list
<a class="moz-txt-link-abbreviated" href="mailto:WAPT@lists.tranquil.it">WAPT@lists.tranquil.it</a>
<a class="moz-txt-link-freetext" href="http://lists.tranquil.it/listinfo/wapt">http://lists.tranquil.it/listinfo/wapt</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>