apache en frontal / utilisation de ajp

  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:ce969037ca1544e7d323db954b5d56ba' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Bonjour Jérôme,</p>\n<p>Pour compléter la réponse de Yohan !</p>\n<p>Le module md-editor utilisé seul (standalone) équivaut à un éditeur de<br />\nfiches XML,<br />\ndans les différents formats de MD proposés (TEF, LOM et dérivés<br />\nfrançais, Dublin Core dans la v1.6).<br />\nDans ce cas, tu crées des fiches XML à plat (des fichiers \".xml\") sur le<br />\ndisque dur.<br />\nC\'est tout.\n</div>\n', created = 1507748971, expire = 1507835371, headers = '', serialized = 0 WHERE cid = '4:ce969037ca1544e7d323db954b5d56ba' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:ce969037ca1544e7d323db954b5d56ba' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Bonjour Jérôme,</p>\n<p>Pour compléter la réponse de Yohan !</p>\n<p>Le module md-editor utilisé seul (standalone) équivaut à un éditeur de<br />\nfiches XML,<br />\ndans les différents formats de MD proposés (TEF, LOM et dérivés<br />\nfrançais, Dublin Core dans la v1.6).<br />\nDans ce cas, tu crées des fiches XML à plat (des fichiers \".xml\") sur le<br />\ndisque dur.<br />\nC\'est tout.\n</div>\n', created = 1507748971, expire = 1507835371, headers = '', serialized = 0 WHERE cid = '4:ce969037ca1544e7d323db954b5d56ba' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:7921191fd1cfc66058de1654ec7522ec' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Bonjour Christine,</p>\n<p>Désolé de répondre si tardivement.<br />\nEn proxy avec mod_proxy_ajp (ou mod_proxy_http) ou mod jk [tu obtiendras<br />\nles mêmes pbs avec ces 3 outils là-dessus], tu ne peux pas en profiter<br />\npour changer le contexte de /ori-oai-search à /</p>\n<p>Aussi ici tu dois faire<br />\nProxyPass /ori-oai-search/<br />\najp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0 max=100 smax=50<br />\nttl=10 route=ori-s</p>\n<p>Pour infos tu peux aussi faire cela (sans le / en fin) :<br />\nProxyPass /ori-oai-search ajp://orioai.insa-rouen.fr:8384/ori-oai-search<br />\nmin=0 max=100 smax=50 ttl=10 route=ori-s</p>\n<p>Si tu veux avoir ori-oai-search en / tu dois configurer ori-oai-search<br />\npour répondre sur le contexte ROOT de tomcat (le contexte /) et ensuite<br />\ntu pourras faire un<br />\nProxyPass / ajp://orioai.insa-rouen.fr:8384/ min=0 max=100 smax=50<br />\nttl=10 route=ori-s</p>\n<p>Tu peux aussi \"finter\" avec un Rewrite au niveau d\'apache pour rediriger<br />\nles clients sur /ori-oai-search/ quand ils demandent / :<br />\nRewriteEngine on<br />\nRewriteRule ^/$ /ori-oai-search/ [L,R]<br />\n(c\'est je pense le plus simple).</p>\n<p>Bon courage,<br />\nVincent.</p>\n<p>On 17/02/2011 11:53, Christine Monnet-Legemble wrote:<br />\n<div class=\"emailFilter_Toggle\">\n<blockquote class=\"emailFilter_Author_0\"><p>> Bonjour,<br />\n><br />\n> J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\n> ORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais très<br />\n> mal).<br />\n><br />\n> Par exemple, j\'ai un module ori-oai-search qui tourne sur les ports<br />\n> par défaut (8184 pour le HTTP / 8384 pour AJP).<br />\n> Quand j\'essaie d\'accéder à<br />\n> <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela marche sans problème.<br />\n><br />\n> J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :<br />\n><br />\n> <VirtualHost *:80><br />\n> ServerName orioai-search.mondomaine<br />\n> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\n> max=100 smax=50 ttl=10 route=ori-s<br />\n> </VirtualHost><br />\n><br />\n> Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\n> il me redirige automatiquement vers :<br />\n> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\n> et me met un message d\'erreur 404 (ressource non trouvée).<br />\n><br />\n> Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\n> Merci d\'avance pour votre aide.<br />\n><br />\n> Cordialement,<br />\n> Christine Legemble<br />\n></div>\n</blockquote>\n</div>\n', created = 1507748972, expire = 1507835372, headers = '', serialized = 0 WHERE cid = '4:7921191fd1cfc66058de1654ec7522ec' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:0c1ba3e9fff09ae244f3862cc8a2935d' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html>\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">\n </head>\n <body bgcolor=\"#ffffff\" text=\"#000000\">\n Bonjour,<br>\n <br>\n à l\'INSA d eLyon, on utilise le mod_jk. voici la conf réalisée (et\n qui fonctionne). Le message Dispatch, nous l\'avons eu à une époque,\n je crois que c\'est connu par les développeurs ORI-OAI d\'après ce\n qu\'on m\'a dit. Pour s\'en sortir, il faut aller dans le manager du\n tomcat du search, Arrêter le contexte, cliquer sur recharger, puis\n redémarrer le contexte. Chez nous, le problème a été résolu ainsi.\n Il faut parfois le faire plusieurs fois.<br>\n <br>\n Au préalable de la configuration mod_jk, il faut faire une\n déclaration de 2 adresses pour le DNS du genre : <br>\n <br>\n La première permet d\'accéder au manager. C\'est le moyen que j\'ai\n trouvé pour continuer à accéder au manager du tomcat, mais je ne\n suis pas un pro de la config tomcat et apache, sinon, on ne peut\n plus y accéder)<br>\n  \n <br>\n manager-ori-oai-search.nom_de_domaine  <br>\n ori-oai-search.nom_de_domaine<br>\n <br>\n <br>\n Voici la conf mod_jk que nous avons : <br>\n <br>\n <br>\n dans mod_jk.conf ( /etc/httpd/modules.d/mod_jk.conf)\n <br>\n <br>\n &lt;VirtualHost *:80&gt;\n <br>\n     ServerName ori-oai-search.insa-lyon.fr\n <br>\n     ServerAlias  ori-oai-search\n <br>\n     ServerAlias  manager-ori-oai-search.insa-lyon.fr\n <br>\n     DocumentRoot /usr/local/ori/tomcat-search/webapps/ori-oai-search\n <br>\n     JkMount /* search\n <br>\n &lt;Directory\n \"/usr/local/ori/tomcat-search/webapps/ori-oai-search\"&gt;\n <br>\n Options Indexes FollowSymLinks\n <br>\n order allow,deny\n <br>\n allow from all\n <br>\n &lt;/Directory&gt;\n <br>\n &lt;/VirtualHost&gt;\n <br>\n <br>\n <br>\n dans workers.properties (/etc/httpd/conf)\n <br>\n <br>\n ps=/\n <br>\n <br>\n worker.list=repository, harvester, indexing, vocabulary, search,\n workflow, editor\n <br>\n <br>\n worker.repository.port=8380\n <br>\n worker.repository.host=localhost\n <br>\n worker.repository.type=ajp13\n <br>\n worker.repository.lbfactor=1\n <br>\n <br>\n #exemple pour le harvester\n <br>\n worker.harvester.port=8381\n <br>\n worker.harvester.host=localhost\n <br>\n worker.harvester.type=ajp13\n <br>\n worker.harvester.lbfactor=1\n <br>\n <br>\n #exemple pour le indexing\n <br>\n worker.indexing.port=8382\n <br>\n worker.indexing.host=localhost\n <br>\n worker.indexing.type=ajp13\n <br>\n worker.indexing.lbfactor=1\n <br>\n <br>\n #exemple pour le vocabulary\n <br>\n worker.vocabulary.port=8383\n <br>\n worker.vocabulary.host=localhost\n <br>\n worker.vocabulary.type=ajp13\n <br>\n worker.vocabulary.lbfactor=1\n <br>\n <br>\n #exemple pour le search\n <br>\n worker.search.port=8384\n <br>\n worker.search.host=localhost\n <br>\n worker.search.type=ajp13\n <br>\n worker.search.lbfactor=1\n <br>\n <br>\n #exemple pour le workflow\n <br>\n worker.workflow.port=8385\n <br>\n worker.workflow.host=localhost\n <br>\n worker.workflow.type=ajp13\n <br>\n worker.workflow.lbfactor=1\n <br>\n <br>\n #exemple pour l\'editor\n <br>\n worker.editor.port=8386\n <br>\n worker.editor.host=localhost\n <br>\n worker.editor.type=ajp13\n <br>\n worker.editor.lbfactor=1\n <br>\n <br>\n <br>\n worker.loadbalancer.type=lb\n <br>\n worker.loadbalancer.balanced_workers=ajp12, ajp13, jboss\n <br>\n worker.inprocess.type=jni\n <br>\nworker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar\n <br>\n worker.inprocess.cmd_line=start\n <br>\nworker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps)i386$(ps)server$(ps)libjvm.so\n <br>\nworker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout\n <br>\nworker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr\n <br>\n <br>\n <br>\n dans server.xml ( <i class=\"moz-txt-slash\"><span\n class=\"moz-txt-tag\">/</span>usr/local/ori/tomcat-search/conf<span\n class=\"moz-txt-tag\">/</span></i>)\n <br>\n <br>\n &lt;Server port=\"8284\" shutdown=\"SHUTDOWN\"&gt;\n <br>\n <br>\n &lt;!--APR library loader. Documentation at /docs/apr.html --&gt;\n <br>\n &lt;Listener\n className=\"org.apache.catalina.core.AprLifecycleListener\"\n SSLEngine=\"on\" /&gt;\n <br>\n &lt;!--Initialize Jasper prior to webapps are loaded. Documentation\n at /docs/jasper-howto.html --&gt;\n <br>\n &lt;Listener className=\"org.apache.catalina.core.JasperListener\"\n /&gt;\n <br>\n &lt;!-- Prevent memory leaks due to use of particular java/javax\n APIs--&gt;\n <br>\n &lt;Listener\n className=\"org.apache.catalina.core.JreMemoryLeakPreventionListener\"\n /&gt;\n <br>\n &lt;!-- JMX Support for the Tomcat server. Documentation at\n /docs/non-existent.html --&gt;\n <br>\n &lt;Listener\n className=\"org.apache.catalina.mbeans.ServerLifecycleListener\" /&gt;\n <br>\n &lt;Listener\n className=\"org.apache.catalina.mbeans.GlobalResourcesLifecycleListener\"\n /&gt;\n <br>\n <br>\n &lt;!-- Global JNDI resources\n <br>\n        Documentation at /docs/jndi-resources-howto.html\n <br>\n   --&gt;\n <br>\n &lt;GlobalNamingResources&gt;\n <br>\n &lt;!-- Editable user database that can also be used by\n <br>\n          UserDatabaseRealm to authenticate users\n <br>\n     --&gt;\n <br>\n &lt;Resource name=\"UserDatabase\" auth=\"Container\"\n <br>\n               type=\"org.apache.catalina.UserDatabase\"\n <br>\n               description=\"User database that can be updated and\n saved\"\n <br>\n              \n factory=\"org.apache.catalina.users.MemoryUserDatabaseFactory\"\n <br>\n               pathname=\"conf/tomcat-users.xml\" /&gt;\n <br>\n &lt;/GlobalNamingResources&gt;\n <br>\n <br>\n <br>\n &lt;Service name=\"Catalina\"&gt;\n <br>\n <br>\n &lt;Connector port=\"8184\" protocol=\"HTTP/1.1\"\n <br>\n                connectionTimeout=\"20000\"\n <br>\n                redirectPort=\"8484\" /&gt;\n <br>\n <br>\n &lt;Connector port=\"8384\" protocol=\"AJP/1.3\" redirectPort=\"8484\"\n /&gt;\n <br>\n <br>\n &lt;Engine name=\"Catalina\"\n defaultHost=\"ori-oai-search.insa-lyon.fr\"&gt;\n <br>\n <br>\n &lt;Realm className=\"org.apache.catalina.realm.UserDatabaseRealm\"\n <br>\n              resourceName=\"UserDatabase\"/&gt;\n <br>\n <br>\n &lt;Host name=\"manager-ori-oai-search.insa-lyon.fr\"\n appBase=\"webapps\" unpackWARs=\"true\" autodeploy=\"ture\"\n xmlValidation=\"false\" xmlNamespaceAware=\"false\"&gt;\n <br>\n <br>\n &lt;/Host&gt;\n <br>\n &lt;Host name=\"ori-oai-search.insa-lyon.fr\"\n appBase=\"webapps/ori-oai-search\" unpackWARs=\"true\" autodeploy=\"ture\"\n xmlValidation=\"false\" xmlNamespaceAware=\"false\"&gt;\n <br>\n <br>\n &lt;Context path=\"\" docBase=\"\" debug=\"1\"/&gt;\n <br>\n &lt;/Host&gt;\n <br>\n <br>\n &lt;/Engine&gt;\n <br>\n &lt;/Service&gt;\n <br>\n &lt;/Server&gt;<br>\n <br>\n <br>\n <br>\n En espérant que ça puisse aider.<br>\n <br>\n Cordialement.<br>\n <br>\n Gilles Brochet<br>\n <br>\n Le 17/02/2011 15:14, Benjamin ROY a écrit :\n <div class=\"emailFilter_Toggle\"><div class=\"emailFilter_Author_0\"><blockquote>Bonjour\n <br>\n <br>\n Pour ma part j\'utilise ajp pour les modules ori\n <br>\n <br>\n     ProxyPass /ori-oai-search ajp://localhost:8384/ori-oai-search\n min=0 max=300 smax=150 ttl=10 route=ent1 timeout=300\n loadfactor=100 retry=1\n <br>\n <br>\n Par contre en voyant votre configuration ajp, j\'ai l\'impression\n que vous ne devriez pas avoir\n <a class=\"moz-txt-link-freetext\" href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a>\n <br>\n mais seulement <a class=\"moz-txt-link-freetext\" href=\"http://orioai-search.mondomaine/\">http://orioai-search.mondomaine/</a> qui vous amènerait\n à la page d\'accueil de ori-oai-search, l\'application\n ori-oai-search étant déjà indiquée dans le proxypass...\n <br>\n <br>\n Essayer peut être d\'enlever le / final dans la déclaration du\n proxypass...\n <br>\n <br>\n Cordialement,\n <br>\n <br>\n Benjamin Roy\n <br>\n <br>\n Le 17/02/2011 14:48, Christine Monnet-Legemble a écrit :\n <br>\n <div class=\"emailFilter_Author_1\"><blockquote type=\"cite\">orioai-search.insa-rouen.fr (puisqu\'il\n s\'agit en fait de cette adresse) est bien déclaré dans notre\n DNS.\n <br>\n D\'ailleurs, quand j\'utilise cette adresse, Apache répond bien\n puisqu\'il me redirige vers la page ori-oai-search/dispatch.html\n <br>\n Le problème, c\'est pourquoi je suis redirigée vers cette page ?\n <br>\n <br>\n Si c\'est le module AJP qui pose problème, je peux essayer avec\n mod_jk.\n <br>\n Mais, si effectivement, vous pouviez m\'envoyer un exemple, cela\n m\'aiderait beaucoup.\n <br>\n <br>\n Cordialement,\n <br>\n Christine\n <br>\n <br>\n <br>\n PS : A l\'attention de tous ceux qui utilisent un serveur Apache\n en frontal des modules ORI-OAI :\n <br>\n Utilisez-vous le module AJP ? ou mod_jk ? ou autre ?\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n <br>\n Le 17/02/2011 13:01, Mebrouk Leulmi a écrit :\n <br>\n <div class=\"emailFilter_Author_2\"><blockquote type=\"cite\">Le nom de domaine doit être déclarer\n dans le DNS sans ca apache ne fonctionnera pas donc\n (orioai-search.mondomaine : n\'a probablement pas de résolution\n dns  )\n <br>\n <br>\n Essayer pour un vrai nom de domaine.\n <br>\n Pour le mod_jk : je un exemple de config si vous voulez.\n <br>\n <br>\n Cordialement\n <br>\n <br>\n <br>\n <br>\n Christine Monnet-Legemble\n <a class=\"moz-txt-link-rfc2396E\" href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\">&lt;<span id=\"919301b5c518c9ff00d1a59ebc883be5\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'919301b5c518c9ff00d1a59ebc883be5\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>&gt;</a> a écrit :\n <br>\n <br>\n <div class=\"emailFilter_Author_3\"><blockquote type=\"cite\">Merci pour votre réponse.\n <br>\n <br>\n Dans mon fichier tomcat server.xml, j\'ai bien :\n <br>\n &lt;Connector port=\"8384\" protocol=\"AJP/1.3\"\n redirectPort=\"8484\" /&gt;\n <br>\n <br>\n Dans mon fichier apache, j\'ai ajouté la ligne\n \"ProxyPassReverse\".\n <br>\n <br>\n Mais, j\'ai toujours le même problème au moment d\'accéder au\n module search :\n <br>\n il me redirige vers\n <br>\n <a class=\"moz-txt-link-freetext\" href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a> \n (erreur\n <br>\n 404)\n <br>\n <br>\n Quant au module mod_jk, je ne connais absolument pas.\n <br>\n Avez-vous un exemple de configuration ?\n <br>\n <br>\n Cordialement,\n <br>\n Christine\n <br>\n <br>\n <br>\n Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :\n <br>\n <div class=\"emailFilter_Author_4\"><blockquote type=\"cite\">\n <br>\n Bonjour :\n <br>\n Suggestion à vérifier :\n <br>\n <br>\n l\'instance tomcat :(conf/server.xml)\n <br>\n &lt;Connector port=\"xxxx\" enableLookups=\"false\"\n redirectPort=\"8443\"  protocol=\"AJP/1.3\" /&gt;\n <br>\n <br>\n Apache :\n <br>\n <br>\n &lt;VirtualHost *:80&gt;\n <br>\n   ServerName orioai-search.mondomaine\n <br>\n   ProxyPass /\n ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/\n <br>\n  ProxyPassReverse /\n ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/\n <br>\n &lt;/VirtualHost&gt;\n <br>\n <br>\n En remarque, il vaut mieux utiliser mod_jk avec un\n fichier  workers.properties\n <br>\n et configurer apache en conséquence.\n <br>\n <br>\n Cordialement\n <br>\n <br>\n Brouk\n <br>\n <br>\n Christine Monnet-Legemble\n <a class=\"moz-txt-link-rfc2396E\" href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\">&lt;<span id=\"a3d5e92c57484df32761ceb295829e87\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'a3d5e92c57484df32761ceb295829e87\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>&gt;</a> a écrit :\n <br>\n <br>\n <div class=\"emailFilter_Author_5\"><blockquote type=\"cite\">Bonjour,\n <br>\n <br>\n J\'essaie d\'installer un serveur Apache en frontal de mes\n modules   ORI-OAI, mais j\'ai des soucis avec le module\n AJP (que je connais   très mal).\n <br>\n <br>\n Par exemple, j\'ai un module ori-oai-search qui tourne\n sur les  ports  par défaut (8184 pour le HTTP / 8384\n pour AJP).\n <br>\n Quand j\'essaie d\'accéder à  \n <a class=\"moz-txt-link-freetext\" href=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela\n marche sans   problème.\n <br>\n <br>\n J\'ai un serveur Apache dans lequel j\'ai la configuration\n suivante :\n <br>\n <br>\n &lt;VirtualHost *:80&gt;\n <br>\n  ServerName orioai-search.mondomaine\n <br>\n  ProxyPass /\n ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0\n <br>\n max=100 smax=50 ttl=10 route=ori-s\n <br>\n &lt;/VirtualHost&gt;\n <br>\n <br>\n Mais, quand je vais sur :\n <a class=\"moz-txt-link-freetext\" href=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a>\n <br>\n il me redirige automatiquement vers :\n <br>\n<a class=\"moz-txt-link-freetext\" href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a>\n <br>\n et me met un message d\'erreur 404 (ressource non\n trouvée).\n <br>\n <br>\n Savez-vous s\'il y a quelque chose que j\'ai oublié ?\n <br>\n Merci d\'avance pour votre aide.\n <br>\n <br>\n Cordialement,\n <br>\n Christine Legemble\n <br>\n <br>\n -- <br>\n Christine MONNET-LEGEMBLE\n <br>\n I.N.S.A DE ROUEN\n <br>\n <br>\n <br>\n <br>\n -- <br>\n Ce message a ete verifie par MailScanner\n <br>\n pour des virus ou des polluriels et rien de\n <br>\n suspect n\'a ete trouve.\n <br>\n </blockquote></div>\n <br>\n <br>\n <br>\n </blockquote></div>\n <br>\n -- <br>\n Christine MONNET-LEGEMBLE\n <br>\n ------------------------------------------------------------\n <br>\n Direction des Systemes d\'Information (D.S.I.)\n <br>\n Responsable des missions Web et EATIC\n <br>\n Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86\n <br>\n ------------------------------------------------------------\n <br>\n I.N.S.A DE ROUEN\n <br>\n Campus du Madrillet, Av. de l\'universite\n <br>\n BP 8 - 76801 Saint Etienne du Rouvray cedex\n <br>\n ------------------------------------------------------------\n <br>\n <br>\n <br>\n -- <br>\n Ce message a ete verifie par MailScanner\n <br>\n pour des virus ou des polluriels et rien de\n <br>\n suspect n\'a ete trouve.\n <br>\n </blockquote></div>\n <br>\n <br>\n <br>\n </blockquote></div>\n <br>\n </blockquote></div>\n </blockquote></div></div>\n <br>\n <br>\n <pre class=\"moz-signature\" cols=\"72\">-- \nResponsable Informatique SCD Doc\'INSA - INSA de Lyon\nBibliothèque Marie Curie\nCampus Lyon Tech\n31 Avenue Jean Capelle\n69621 Villeurbanne\nMèl : <a class=\"moz-txt-link-abbreviated\" href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#103;&#105;&#108;&#108;&#101;&#115;&#46;&#98;&#114;&#111;&#99;&#104;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#108;&#121;&#111;&#110;&#46;&#102;&#114;\">&#103;&#105;&#108;&#108;&#101;&#115;&#46;&#98;&#114;&#111;&#99;&#104;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#108;&#121;&#111;&#110;&#46;&#102;&#114;</a>\nTél : 04 72 43 70 31 ; Fax : 04 72 43 85 02\nWeb : <a class=\"moz-txt-link-freetext\" href=\"http://scd.docinsa.insa-lyon.fr\">http://scd.docinsa.insa-lyon.fr</a></pre>\n </body>\n</html>\n</div>', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:0c1ba3e9fff09ae244f3862cc8a2935d' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:0100eb906d97e9c34f64a44163334256' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Bonjour</p>\n<p>Pour ma part j\'utilise ajp pour les modules ori</p>\n<p> ProxyPass /ori-oai-search ajp://localhost:8384/ori-oai-search min=0<br />\nmax=300 smax=150 ttl=10 route=ent1 timeout=300 loadfactor=100 retry=1</p>\n<p>Par contre en voyant votre configuration ajp, j\'ai l\'impression que vous<br />\nne devriez pas avoir<br />\n<a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\nmais seulement <a href=\"http://orioai-search.mondomaine/\" title=\"http://orioai-search.mondomaine/\">http://orioai-search.mondomaine/</a> qui vous amènerait à la<br />\npage d\'accueil de ori-oai-search, l\'application ori-oai-search étant<br />\ndéjà indiquée dans le proxypass...</p>\n<p>Essayer peut être d\'enlever le / final dans la déclaration du proxypass...</p>\n<p>Cordialement,</p>\n<p>Benjamin Roy</p>\n<p>Le 17/02/2011 14:48, Christine Monnet-Legemble a écrit :<br />\n<div class=\"emailFilter_Toggle\">\n<blockquote class=\"emailFilter_Author_0\"><p>> orioai-search.insa-rouen.fr (puisqu\'il s\'agit en fait de cette<br />\n> adresse) est bien déclaré dans notre DNS.<br />\n> D\'ailleurs, quand j\'utilise cette adresse, Apache répond bien<br />\n> puisqu\'il me redirige vers la page ori-oai-search/dispatch.html<br />\n> Le problème, c\'est pourquoi je suis redirigée vers cette page ?<br />\n><br />\n> Si c\'est le module AJP qui pose problème, je peux essayer avec mod_jk.<br />\n> Mais, si effectivement, vous pouviez m\'envoyer un exemple, cela<br />\n> m\'aiderait beaucoup.<br />\n><br />\n> Cordialement,<br />\n> Christine<br />\n><br />\n><br />\n> PS : A l\'attention de tous ceux qui utilisent un serveur Apache en<br />\n> frontal des modules ORI-OAI :<br />\n> Utilisez-vous le module AJP ? ou mod_jk ? ou autre ?<br />\n><br />\n><br />\n><br />\n><br />\n><br />\n><br />\n> Le 17/02/2011 13:01, Mebrouk Leulmi a écrit :</p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>> Le nom de domaine doit être déclarer dans le DNS sans ca apache ne<br />\n>> fonctionnera pas donc (orioai-search.mondomaine : n\'a probablement<br />\n>> pas de résolution dns )<br />\n>><br />\n>> Essayer pour un vrai nom de domaine.<br />\n>> Pour le mod_jk : je un exemple de config si vous voulez.<br />\n>><br />\n>> Cordialement<br />\n>><br />\n>><br />\n>><br />\n>> Christine Monnet-Legemble <<span id=\"e390b2fbe7141abbf400b0017fdabd65\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'e390b2fbe7141abbf400b0017fdabd65\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :<br />\n>></p></blockquote>\n<blockquote class=\"emailFilter_Author_2\"><p>>>> Merci pour votre réponse.<br />\n>>><br />\n>>> Dans mon fichier tomcat server.xml, j\'ai bien :<br />\n>>> <Connector port=\"8384\" protocol=\"AJP/1.3\" redirectPort=\"8484\" /><br />\n>>><br />\n>>> Dans mon fichier apache, j\'ai ajouté la ligne \"ProxyPassReverse\".<br />\n>>><br />\n>>> Mais, j\'ai toujours le même problème au moment d\'accéder au module<br />\n>>> search :<br />\n>>> il me redirige vers<br />\n>>> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a> (erreur<br />\n>>> 404)<br />\n>>><br />\n>>> Quant au module mod_jk, je ne connais absolument pas.<br />\n>>> Avez-vous un exemple de configuration ?<br />\n>>><br />\n>>> Cordialement,<br />\n>>> Christine<br />\n>>><br />\n>>><br />\n>>> Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :</p></blockquote>\n<blockquote class=\"emailFilter_Author_3\"><p>>>>><br />\n>>>> Bonjour :<br />\n>>>> Suggestion à vérifier :<br />\n>>>><br />\n>>>> l\'instance tomcat :(conf/server.xml)<br />\n>>>> <Connector port=\"xxxx\" enableLookups=\"false\" redirectPort=\"8443\"<br />\n>>>> protocol=\"AJP/1.3\" /><br />\n>>>><br />\n>>>> Apache :<br />\n>>>><br />\n>>>> <VirtualHost *:80><br />\n>>>> ServerName orioai-search.mondomaine<br />\n>>>> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n>>>> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n>>>> </VirtualHost><br />\n>>>><br />\n>>>> En remarque, il vaut mieux utiliser mod_jk avec un fichier<br />\n>>>> workers.properties<br />\n>>>> et configurer apache en conséquence.<br />\n>>>><br />\n>>>> Cordialement<br />\n>>>><br />\n>>>> Brouk<br />\n>>>><br />\n>>>> Christine Monnet-Legemble <<span id=\"9100882bc513913dc72d7ce5de21ceb0\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'9100882bc513913dc72d7ce5de21ceb0\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :<br />\n>>>></p></blockquote>\n<blockquote class=\"emailFilter_Author_4\"><p>>>>>> Bonjour,<br />\n>>>>><br />\n>>>>> J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\n>>>>> ORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais<br />\n>>>>> très mal).<br />\n>>>>><br />\n>>>>> Par exemple, j\'ai un module ori-oai-search qui tourne sur les<br />\n>>>>> ports par défaut (8184 pour le HTTP / 8384 pour AJP).<br />\n>>>>> Quand j\'essaie d\'accéder à<br />\n>>>>> <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela marche sans<br />\n>>>>> problème.<br />\n>>>>><br />\n>>>>> J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :<br />\n>>>>><br />\n>>>>> <VirtualHost *:80><br />\n>>>>> ServerName orioai-search.mondomaine<br />\n>>>>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\n>>>>> max=100 smax=50 ttl=10 route=ori-s<br />\n>>>>> </VirtualHost><br />\n>>>>><br />\n>>>>> Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\n>>>>> il me redirige automatiquement vers :<br />\n>>>>> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\n>>>>> et me met un message d\'erreur 404 (ressource non trouvée).<br />\n>>>>><br />\n>>>>> Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\n>>>>> Merci d\'avance pour votre aide.<br />\n>>>>><br />\n>>>>> Cordialement,<br />\n>>>>> Christine Legemble<br />\n>>>>><br />\n>>>>> --<br />\n>>>>> Christine MONNET-LEGEMBLE<br />\n>>>>> I.N.S.A DE ROUEN<br />\n>>>>><br />\n>>>>><br />\n>>>>><br />\n>>>>> --<br />\n>>>>> Ce message a ete verifie par MailScanner<br />\n>>>>> pour des virus ou des polluriels et rien de<br />\n>>>>> suspect n\'a ete trouve.</p></blockquote>\n<blockquote class=\"emailFilter_Author_3\"><p>>>>><br />\n>>>><br />\n>>>></p></blockquote>\n<blockquote class=\"emailFilter_Author_2\"><p>>>><br />\n>>> --<br />\n>>> Christine MONNET-LEGEMBLE<br />\n>>> ------------------------------------------------------------<br />\n>>> Direction des Systemes d\'Information (D.S.I.)<br />\n>>> Responsable des missions Web et EATIC<br />\n>>> Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86<br />\n>>> ------------------------------------------------------------<br />\n>>> I.N.S.A DE ROUEN<br />\n>>> Campus du Madrillet, Av. de l\'universite<br />\n>>> BP 8 - 76801 Saint Etienne du Rouvray cedex<br />\n>>> ------------------------------------------------------------<br />\n>>><br />\n>>><br />\n>>> --<br />\n>>> Ce message a ete verifie par MailScanner<br />\n>>> pour des virus ou des polluriels et rien de<br />\n>>> suspect n\'a ete trouve.</p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>><br />\n>><br />\n>></p></blockquote>\n<blockquote class=\"emailFilter_Author_0\"><p>></div>\n</blockquote>\n</div>\n', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:0100eb906d97e9c34f64a44163334256' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:356e3771cdc79678a1808020f056fc50' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">orioai-search.insa-rouen.fr (puisqu\'il s\'agit en fait de cette adresse)<br />\nest bien déclaré dans notre DNS.<br />\nD\'ailleurs, quand j\'utilise cette adresse, Apache répond bien puisqu\'il<br />\nme redirige vers la page ori-oai-search/dispatch.html<br />\nLe problème, c\'est pourquoi je suis redirigée vers cette page ?</p>\n<p>Si c\'est le module AJP qui pose problème, je peux essayer avec mod_jk.<br />\nMais, si effectivement, vous pouviez m\'envoyer un exemple, cela<br />\nm\'aiderait beaucoup.</p>\n<p>Cordialement,<br />\nChristine</p>\n<p>PS : A l\'attention de tous ceux qui utilisent un serveur Apache en<br />\nfrontal des modules ORI-OAI :<br />\nUtilisez-vous le module AJP ? ou mod_jk ? ou autre ?</p>\n<p>Le 17/02/2011 13:01, Mebrouk Leulmi a écrit :<br />\n<div class=\"emailFilter_Toggle\">\n<blockquote class=\"emailFilter_Author_0\"><p>> Le nom de domaine doit être déclarer dans le DNS sans ca apache ne<br />\n> fonctionnera pas donc (orioai-search.mondomaine : n\'a probablement pas<br />\n> de résolution dns )<br />\n><br />\n> Essayer pour un vrai nom de domaine.<br />\n> Pour le mod_jk : je un exemple de config si vous voulez.<br />\n><br />\n> Cordialement<br />\n><br />\n><br />\n><br />\n> Christine Monnet-Legemble <<span id=\"4a8d885f9defe78bd82caa80c3dc4374\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'4a8d885f9defe78bd82caa80c3dc4374\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :<br />\n></p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>> Merci pour votre réponse.<br />\n>><br />\n>> Dans mon fichier tomcat server.xml, j\'ai bien :<br />\n>> <Connector port=\"8384\" protocol=\"AJP/1.3\" redirectPort=\"8484\" /><br />\n>><br />\n>> Dans mon fichier apache, j\'ai ajouté la ligne \"ProxyPassReverse\".<br />\n>><br />\n>> Mais, j\'ai toujours le même problème au moment d\'accéder au module<br />\n>> search :<br />\n>> il me redirige vers<br />\n>> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a> (erreur<br />\n>> 404)<br />\n>><br />\n>> Quant au module mod_jk, je ne connais absolument pas.<br />\n>> Avez-vous un exemple de configuration ?<br />\n>><br />\n>> Cordialement,<br />\n>> Christine<br />\n>><br />\n>><br />\n>> Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :</p></blockquote>\n<blockquote class=\"emailFilter_Author_2\"><p>>>><br />\n>>> Bonjour :<br />\n>>> Suggestion à vérifier :<br />\n>>><br />\n>>> l\'instance tomcat :(conf/server.xml)<br />\n>>> <Connector port=\"xxxx\" enableLookups=\"false\" redirectPort=\"8443\"<br />\n>>> protocol=\"AJP/1.3\" /><br />\n>>><br />\n>>> Apache :<br />\n>>><br />\n>>> <VirtualHost *:80><br />\n>>> ServerName orioai-search.mondomaine<br />\n>>> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n>>> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n>>> </VirtualHost><br />\n>>><br />\n>>> En remarque, il vaut mieux utiliser mod_jk avec un fichier<br />\n>>> workers.properties<br />\n>>> et configurer apache en conséquence.<br />\n>>><br />\n>>> Cordialement<br />\n>>><br />\n>>> Brouk<br />\n>>><br />\n>>> Christine Monnet-Legemble <<span id=\"da04bb7ea205b8ade3f68b47c686d450\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'da04bb7ea205b8ade3f68b47c686d450\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :<br />\n>>></p></blockquote>\n<blockquote class=\"emailFilter_Author_3\"><p>>>>> Bonjour,<br />\n>>>><br />\n>>>> J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\n>>>> ORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais<br />\n>>>> très mal).<br />\n>>>><br />\n>>>> Par exemple, j\'ai un module ori-oai-search qui tourne sur les<br />\n>>>> ports par défaut (8184 pour le HTTP / 8384 pour AJP).<br />\n>>>> Quand j\'essaie d\'accéder à<br />\n>>>> <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela marche sans<br />\n>>>> problème.<br />\n>>>><br />\n>>>> J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :<br />\n>>>><br />\n>>>> <VirtualHost *:80><br />\n>>>> ServerName orioai-search.mondomaine<br />\n>>>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\n>>>> max=100 smax=50 ttl=10 route=ori-s<br />\n>>>> </VirtualHost><br />\n>>>><br />\n>>>> Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\n>>>> il me redirige automatiquement vers :<br />\n>>>> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\n>>>> et me met un message d\'erreur 404 (ressource non trouvée).<br />\n>>>><br />\n>>>> Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\n>>>> Merci d\'avance pour votre aide.<br />\n>>>><br />\n>>>> Cordialement,<br />\n>>>> Christine Legemble<br />\n>>>><br />\n>>>> --<br />\n>>>> Christine MONNET-LEGEMBLE<br />\n>>>> I.N.S.A DE ROUEN<br />\n>>>><br />\n>>>><br />\n>>>><br />\n>>>> --<br />\n>>>> Ce message a ete verifie par MailScanner<br />\n>>>> pour des virus ou des polluriels et rien de<br />\n>>>> suspect n\'a ete trouve.</p></blockquote>\n<blockquote class=\"emailFilter_Author_2\"><p>>>><br />\n>>><br />\n>>></p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>><br />\n>> --<br />\n>> Christine MONNET-LEGEMBLE<br />\n>> ------------------------------------------------------------<br />\n>> Direction des Systemes d\'Information (D.S.I.)<br />\n>> Responsable des missions Web et EATIC<br />\n>> Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86<br />\n>> ------------------------------------------------------------<br />\n>> I.N.S.A DE ROUEN<br />\n>> Campus du Madrillet, Av. de l\'universite<br />\n>> BP 8 - 76801 Saint Etienne du Rouvray cedex<br />\n>> ------------------------------------------------------------<br />\n>><br />\n>><br />\n>> --<br />\n>> Ce message a ete verifie par MailScanner<br />\n>> pour des virus ou des polluriels et rien de<br />\n>> suspect n\'a ete trouve.</p></blockquote>\n<blockquote class=\"emailFilter_Author_0\"><p>><br />\n><br />\n></div>\n</blockquote>\n<p>--<br />\nChristine MONNET-LEGEMBLE<br />\n------------------------------------------------------------<br />\nDirection des Systemes d\'Information (D.S.I.)<br />\nResponsable des missions Web et EATIC<br />\nTel: 02 32 95 98 46 - Fax: 02 32 95 98 86<br />\n------------------------------------------------------------<br />\nI.N.S.A DE ROUEN<br />\nCampus du Madrillet, Av. de l\'universite<br />\nBP 8 - 76801 Saint Etienne du Rouvray cedex<br />\n------------------------------------------------------------</p>\n</div>\n', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:356e3771cdc79678a1808020f056fc50' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:0d12a57428d9b0d27c613b559535bb9a' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Le nom de domaine doit être déclarer dans le DNS sans ca apache ne<br />\nfonctionnera pas donc (orioai-search.mondomaine : n\'a probablement pas<br />\nde résolution dns )</p>\n<p>Essayer pour un vrai nom de domaine.<br />\nPour le mod_jk : je un exemple de config si vous voulez.</p>\n<p>Cordialement</p>\n<p>Christine Monnet-Legemble <<span id=\"7a25ae0ffe829bf1f42927476b85cba2\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'7a25ae0ffe829bf1f42927476b85cba2\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :</p>\n<div class=\"emailFilter_Toggle\">\n<blockquote class=\"emailFilter_Author_0\"><p>> Merci pour votre réponse.<br />\n><br />\n> Dans mon fichier tomcat server.xml, j\'ai bien :<br />\n> <Connector port=\"8384\" protocol=\"AJP/1.3\" redirectPort=\"8484\" /><br />\n><br />\n> Dans mon fichier apache, j\'ai ajouté la ligne \"ProxyPassReverse\".<br />\n><br />\n> Mais, j\'ai toujours le même problème au moment d\'accéder au module search :<br />\n> il me redirige vers<br />\n> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a> (erreur<br />\n> 404)<br />\n><br />\n> Quant au module mod_jk, je ne connais absolument pas.<br />\n> Avez-vous un exemple de configuration ?<br />\n><br />\n> Cordialement,<br />\n> Christine<br />\n><br />\n><br />\n> Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :</p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>><br />\n>> Bonjour :<br />\n>> Suggestion à vérifier :<br />\n>><br />\n>> l\'instance tomcat :(conf/server.xml)<br />\n>> <Connector port=\"xxxx\" enableLookups=\"false\" redirectPort=\"8443\"<br />\n>> protocol=\"AJP/1.3\" /><br />\n>><br />\n>> Apache :<br />\n>><br />\n>> <VirtualHost *:80><br />\n>> ServerName orioai-search.mondomaine<br />\n>> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n>> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n>> </VirtualHost><br />\n>><br />\n>> En remarque, il vaut mieux utiliser mod_jk avec un fichier<br />\n>> workers.properties<br />\n>> et configurer apache en conséquence.<br />\n>><br />\n>> Cordialement<br />\n>><br />\n>> Brouk<br />\n>><br />\n>> Christine Monnet-Legemble <<span id=\"47b43f56b013ea834d235005b15cad25\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'47b43f56b013ea834d235005b15cad25\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :<br />\n>></p></blockquote>\n<blockquote class=\"emailFilter_Author_2\"><p>>>> Bonjour,<br />\n>>><br />\n>>> J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\n>>> ORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais<br />\n>>> très mal).<br />\n>>><br />\n>>> Par exemple, j\'ai un module ori-oai-search qui tourne sur les<br />\n>>> ports par défaut (8184 pour le HTTP / 8384 pour AJP).<br />\n>>> Quand j\'essaie d\'accéder à<br />\n>>> <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela marche sans<br />\n>>> problème.<br />\n>>><br />\n>>> J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :<br />\n>>><br />\n>>> <VirtualHost *:80><br />\n>>> ServerName orioai-search.mondomaine<br />\n>>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\n>>> max=100 smax=50 ttl=10 route=ori-s<br />\n>>> </VirtualHost><br />\n>>><br />\n>>> Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\n>>> il me redirige automatiquement vers :<br />\n>>> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\n>>> et me met un message d\'erreur 404 (ressource non trouvée).<br />\n>>><br />\n>>> Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\n>>> Merci d\'avance pour votre aide.<br />\n>>><br />\n>>> Cordialement,<br />\n>>> Christine Legemble<br />\n>>><br />\n>>> --<br />\n>>> Christine MONNET-LEGEMBLE<br />\n>>> I.N.S.A DE ROUEN<br />\n>>><br />\n>>><br />\n>>><br />\n>>> --<br />\n>>> Ce message a ete verifie par MailScanner<br />\n>>> pour des virus ou des polluriels et rien de<br />\n>>> suspect n\'a ete trouve.</p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>><br />\n>><br />\n>></p></blockquote>\n<blockquote class=\"emailFilter_Author_0\"><p>><br />\n> --<br />\n> Christine MONNET-LEGEMBLE<br />\n> ------------------------------------------------------------<br />\n> Direction des Systemes d\'Information (D.S.I.)<br />\n> Responsable des missions Web et EATIC<br />\n> Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86<br />\n> ------------------------------------------------------------<br />\n> I.N.S.A DE ROUEN<br />\n> Campus du Madrillet, Av. de l\'universite<br />\n> BP 8 - 76801 Saint Etienne du Rouvray cedex<br />\n> ------------------------------------------------------------<br />\n><br />\n><br />\n> --<br />\n> Ce message a ete verifie par MailScanner<br />\n> pour des virus ou des polluriels et rien de<br />\n> suspect n\'a ete trouve.</div>\n</blockquote>\n<p>--<br />\n---------------------------------------------------<br />\nM.LEULMI<br />\n---------------------------------------------------<br />\nIngénieur Systèmes Informatiques</p>\n<p>Université de Paris1<br />\nBIU CUJAS<br />\n2 RUE CUJAS 75005 PARIS<br />\n---------------------------------------------------<br />\nTel 01 44 07 80 43<br />\nMobile 06 64 80 09 97<br />\n--------------------------------------------------</p>\n<p>--<br />\nCe message a ete verifie par MailScanner<br />\npour des virus ou des polluriels et rien de<br />\nsuspect n\'a ete trouve.</p>\n</div>\n', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:0d12a57428d9b0d27c613b559535bb9a' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:1d4ba088a48e83c783736fa9dd8f55c0' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Merci pour votre réponse.</p>\n<p>Dans mon fichier tomcat server.xml, j\'ai bien :<br />\n<Connector port=\"8384\" protocol=\"AJP/1.3\" redirectPort=\"8484\" /></p>\n<p>Dans mon fichier apache, j\'ai ajouté la ligne \"ProxyPassReverse\".</p>\n<p>Mais, j\'ai toujours le même problème au moment d\'accéder au module search :<br />\nil me redirige vers<br />\n<a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a> (erreur 404)</p>\n<p>Quant au module mod_jk, je ne connais absolument pas.<br />\nAvez-vous un exemple de configuration ?</p>\n<p>Cordialement,<br />\nChristine</p>\n<p>Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :<br />\n<div class=\"emailFilter_Toggle\">\n<blockquote class=\"emailFilter_Author_0\"><p>><br />\n> Bonjour :<br />\n> Suggestion à vérifier :<br />\n><br />\n> l\'instance tomcat :(conf/server.xml)<br />\n> <Connector port=\"xxxx\" enableLookups=\"false\" redirectPort=\"8443\"<br />\n> protocol=\"AJP/1.3\" /><br />\n><br />\n> Apache :<br />\n><br />\n> <VirtualHost *:80><br />\n> ServerName orioai-search.mondomaine<br />\n> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n> </VirtualHost><br />\n><br />\n> En remarque, il vaut mieux utiliser mod_jk avec un fichier<br />\n> workers.properties<br />\n> et configurer apache en conséquence.<br />\n><br />\n> Cordialement<br />\n><br />\n> Brouk<br />\n><br />\n> Christine Monnet-Legemble <<span id=\"5a8a537df0e426625be005558b0e1aff\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'5a8a537df0e426625be005558b0e1aff\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :<br />\n></p></blockquote>\n<blockquote class=\"emailFilter_Author_1\"><p>>> Bonjour,<br />\n>><br />\n>> J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\n>> ORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais<br />\n>> très mal).<br />\n>><br />\n>> Par exemple, j\'ai un module ori-oai-search qui tourne sur les ports<br />\n>> par défaut (8184 pour le HTTP / 8384 pour AJP).<br />\n>> Quand j\'essaie d\'accéder à<br />\n>> <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela marche sans<br />\n>> problème.<br />\n>><br />\n>> J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :<br />\n>><br />\n>> <VirtualHost *:80><br />\n>> ServerName orioai-search.mondomaine<br />\n>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\n>> max=100 smax=50 ttl=10 route=ori-s<br />\n>> </VirtualHost><br />\n>><br />\n>> Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\n>> il me redirige automatiquement vers :<br />\n>> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\n>> et me met un message d\'erreur 404 (ressource non trouvée).<br />\n>><br />\n>> Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\n>> Merci d\'avance pour votre aide.<br />\n>><br />\n>> Cordialement,<br />\n>> Christine Legemble<br />\n>><br />\n>> --<br />\n>> Christine MONNET-LEGEMBLE<br />\n>> I.N.S.A DE ROUEN<br />\n>><br />\n>><br />\n>><br />\n>> --<br />\n>> Ce message a ete verifie par MailScanner<br />\n>> pour des virus ou des polluriels et rien de<br />\n>> suspect n\'a ete trouve.</p></blockquote>\n<blockquote class=\"emailFilter_Author_0\"><p>><br />\n><br />\n></div>\n</blockquote>\n<p>--<br />\nChristine MONNET-LEGEMBLE<br />\n------------------------------------------------------------<br />\nDirection des Systemes d\'Information (D.S.I.)<br />\nResponsable des missions Web et EATIC<br />\nTel: 02 32 95 98 46 - Fax: 02 32 95 98 86<br />\n------------------------------------------------------------<br />\nI.N.S.A DE ROUEN<br />\nCampus du Madrillet, Av. de l\'universite<br />\nBP 8 - 76801 Saint Etienne du Rouvray cedex<br />\n------------------------------------------------------------</p>\n</div>\n', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:1d4ba088a48e83c783736fa9dd8f55c0' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:72ec7d6245127be15277d894a418b2d5' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">\nBonjour :<br />\nSuggestion à vérifier :</p>\n<p> l\'instance tomcat :(conf/server.xml)<br />\n<Connector port=\"xxxx\" enableLookups=\"false\" redirectPort=\"8443\"<br />\nprotocol=\"AJP/1.3\" /></p>\n<p>Apache :</p>\n<p> <VirtualHost *:80><br />\n ServerName orioai-search.mondomaine<br />\n ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/<br />\n</VirtualHost></p>\n<p>En remarque, il vaut mieux utiliser mod_jk avec un fichier workers.properties<br />\net configurer apache en conséquence.</p>\n<p>Cordialement</p>\n<p>Brouk</p>\n<p>Christine Monnet-Legemble <<span id=\"f8cf920e5bca8ea0f19269ad2eaa9b9c\"></span>\n <script type=\"text/javascript\" > <!--\n document.getElementById(\'f8cf920e5bca8ea0f19269ad2eaa9b9c\')\n .innerHTML = \'<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\'+\'\">\'+\'&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#46;&#109;&#111;&#110;&#110;&#101;&#116;&#64;&#105;&#110;&#115;&#97;&#45;&#114;&#111;&#117;&#101;&#110;&#46;&#102;&#114;\' + \'</a>\';\n // --> </script>> a écrit :</p>\n<div class=\"emailFilter_Toggle\">\n<blockquote class=\"emailFilter_Author_0\"><p>> Bonjour,<br />\n><br />\n> J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\n> ORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais<br />\n> très mal).<br />\n><br />\n> Par exemple, j\'ai un module ori-oai-search qui tourne sur les ports<br />\n> par défaut (8184 pour le HTTP / 8384 pour AJP).<br />\n> Quand j\'essaie d\'accéder à<br />\n> <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>, cela marche sans<br />\n> problème.<br />\n><br />\n> J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :<br />\n><br />\n> <VirtualHost *:80><br />\n> ServerName orioai-search.mondomaine<br />\n> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\n> max=100 smax=50 ttl=10 route=ori-s<br />\n> </VirtualHost><br />\n><br />\n> Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\n> il me redirige automatiquement vers :<br />\n> <a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\n> et me met un message d\'erreur 404 (ressource non trouvée).<br />\n><br />\n> Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\n> Merci d\'avance pour votre aide.<br />\n><br />\n> Cordialement,<br />\n> Christine Legemble<br />\n><br />\n> --<br />\n> Christine MONNET-LEGEMBLE<br />\n> I.N.S.A DE ROUEN<br />\n><br />\n><br />\n><br />\n> --<br />\n> Ce message a ete verifie par MailScanner<br />\n> pour des virus ou des polluriels et rien de<br />\n> suspect n\'a ete trouve.</div>\n</blockquote>\n<p>--<br />\n---------------------------------------------------<br />\nM.LEULMI<br />\n---------------------------------------------------<br />\nIngénieur Systèmes Informatiques</p>\n<p>Université de Paris1<br />\nBIU CUJAS<br />\n2 RUE CUJAS 75005 PARIS<br />\n---------------------------------------------------<br />\nTel 01 44 07 80 43<br />\nMobile 06 64 80 09 97<br />\n--------------------------------------------------</p>\n<p>--<br />\nCe message a ete verifie par MailScanner<br />\npour des virus ou des polluriels et rien de<br />\nsuspect n\'a ete trouve.</p>\n</div>\n', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:72ec7d6245127be15277d894a418b2d5' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: SELECT data, created, headers, expire, serialized FROM cache_filter WHERE cid = '4:9bff02fb568c1a6acd095b3b1ba2712e' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 27.
  • user warning: Table './drupal_www_ori_oai_org/cache_filter' is marked as crashed and last (automatic?) repair failed query: UPDATE cache_filter SET data = '<div class=\"emailFilter\">Bonjour,</p>\n<p>J\'essaie d\'installer un serveur Apache en frontal de mes modules<br />\nORI-OAI, mais j\'ai des soucis avec le module AJP (que je connais très mal).</p>\n<p>Par exemple, j\'ai un module ori-oai-search qui tourne sur les ports par<br />\ndéfaut (8184 pour le HTTP / 8384 pour AJP).<br />\nQuand j\'essaie d\'accéder à <a href=\"http://orioai.mondomaine:8184/ori-oai-search\" title=\"http://orioai.mondomaine:8184/ori-oai-search\">http://orioai.mondomaine:8184/ori-oai-search</a>,<br />\ncela marche sans problème.</p>\n<p>J\'ai un serveur Apache dans lequel j\'ai la configuration suivante :</p>\n<p><VirtualHost *:80><br />\n ServerName orioai-search.mondomaine<br />\n ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0<br />\nmax=100 smax=50 ttl=10 route=ori-s<br />\n</VirtualHost></p>\n<p>Mais, quand je vais sur : <a href=\"http://orioai-search.mondomaine\" title=\"http://orioai-search.mondomaine\">http://orioai-search.mondomaine</a><br />\nil me redirige automatiquement vers :<br />\n<a href=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\" title=\"http://orioai-search.mondomaine/ori-oai-search/dispatch.html\">http://orioai-search.mondomaine/ori-oai-search/dispatch.html</a><br />\net me met un message d\'erreur 404 (ressource non trouvée).</p>\n<p>Savez-vous s\'il y a quelque chose que j\'ai oublié ?<br />\nMerci d\'avance pour votre aide.</p>\n<p>Cordialement,<br />\nChristine Legemble</p>\n<p>--<br />\nChristine MONNET-LEGEMBLE<br />\nI.N.S.A DE ROUEN</p>\n</div>\n', created = 1507748973, expire = 1507835373, headers = '', serialized = 0 WHERE cid = '4:9bff02fb568c1a6acd095b3b1ba2712e' in /home/ori-oai/drupal/drupal-6.34/includes/cache.inc on line 112.
8 messages / 0 nouveaux
Dernière contribution
vincentbonamy868835
apache en frontal / utilisation de ajp
Bonjour Christine,

Désolé de répondre si tardivement.
En proxy avec mod_proxy_ajp (ou mod_proxy_http) ou mod jk [tu obtiendras
les mêmes pbs avec ces 3 outils là-dessus], tu ne peux pas en profiter
pour changer le contexte de /ori-oai-search à /

Aussi ici tu dois faire
ProxyPass /ori-oai-search/
ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0 max=100 smax=50
ttl=10 route=ori-s

Pour infos tu peux aussi faire cela (sans le / en fin) :
ProxyPass /ori-oai-search ajp://orioai.insa-rouen.fr:8384/ori-oai-search
min=0 max=100 smax=50 ttl=10 route=ori-s

Si tu veux avoir ori-oai-search en / tu dois configurer ori-oai-search
pour répondre sur le contexte ROOT de tomcat (le contexte /) et ensuite
tu pourras faire un
ProxyPass / ajp://orioai.insa-rouen.fr:8384/ min=0 max=100 smax=50
ttl=10 route=ori-s

Tu peux aussi "finter" avec un Rewrite au niveau d'apache pour rediriger
les clients sur /ori-oai-search/ quand ils demandent / :
RewriteEngine on
RewriteRule ^/$ /ori-oai-search/ [L,R]
(c'est je pense le plus simple).

Bon courage,
Vincent.

On 17/02/2011 11:53, Christine Monnet-Legemble wrote:

> Bonjour,
>
> J'essaie d'installer un serveur Apache en frontal de mes modules
> ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais très
> mal).
>
> Par exemple, j'ai un module ori-oai-search qui tourne sur les ports
> par défaut (8184 pour le HTTP / 8384 pour AJP).
> Quand j'essaie d'accéder à
> http://orioai.mondomaine:8184/ori-oai-search, cela marche sans problème.
>
> J'ai un serveur Apache dans lequel j'ai la configuration suivante :
>
>
> ServerName orioai-search.mondomaine
> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
> max=100 smax=50 ttl=10 route=ori-s
>

>
> Mais, quand je vais sur : http://orioai-search.mondomaine
> il me redirige automatiquement vers :
> http://orioai-search.mondomaine/ori-oai-search/dispatch.html
> et me met un message d'erreur 404 (ressource non trouvée).
>
> Savez-vous s'il y a quelque chose que j'ai oublié ?
> Merci d'avance pour votre aide.
>
> Cordialement,
> Christine Legemble
>

Gilles Brochet
Bonjour,

à l'INSA d eLyon, on utilise le mod_jk. voici la conf réalisée (et qui fonctionne). Le message Dispatch, nous l'avons eu à une époque, je crois que c'est connu par les développeurs ORI-OAI d'après ce qu'on m'a dit. Pour s'en sortir, il faut aller dans le manager du tomcat du search, Arrêter le contexte, cliquer sur recharger, puis redémarrer le contexte. Chez nous, le problème a été résolu ainsi. Il faut parfois le faire plusieurs fois.

Au préalable de la configuration mod_jk, il faut faire une déclaration de 2 adresses pour le DNS du genre :

La première permet d'accéder au manager. C'est le moyen que j'ai trouvé pour continuer à accéder au manager du tomcat, mais je ne suis pas un pro de la config tomcat et apache, sinon, on ne peut plus y accéder)
 
manager-ori-oai-search.nom_de_domaine 
ori-oai-search.nom_de_domaine


Voici la conf mod_jk que nous avons :


dans mod_jk.conf ( /etc/httpd/modules.d/mod_jk.conf)

<VirtualHost *:80>
    ServerName ori-oai-search.insa-lyon.fr
    ServerAlias  ori-oai-search
    ServerAlias  manager-ori-oai-search.insa-lyon.fr
    DocumentRoot /usr/local/ori/tomcat-search/webapps/ori-oai-search
    JkMount /* search
<Directory "/usr/local/ori/tomcat-search/webapps/ori-oai-search">
Options Indexes FollowSymLinks
order allow,deny
allow from all
</Directory>
</VirtualHost>


dans workers.properties (/etc/httpd/conf)

ps=/

worker.list=repository, harvester, indexing, vocabulary, search, workflow, editor

worker.repository.port=8380
worker.repository.host=localhost
worker.repository.type=ajp13
worker.repository.lbfactor=1

#exemple pour le harvester
worker.harvester.port=8381
worker.harvester.host=localhost
worker.harvester.type=ajp13
worker.harvester.lbfactor=1

#exemple pour le indexing
worker.indexing.port=8382
worker.indexing.host=localhost
worker.indexing.type=ajp13
worker.indexing.lbfactor=1

#exemple pour le vocabulary
worker.vocabulary.port=8383
worker.vocabulary.host=localhost
worker.vocabulary.type=ajp13
worker.vocabulary.lbfactor=1

#exemple pour le search
worker.search.port=8384
worker.search.host=localhost
worker.search.type=ajp13
worker.search.lbfactor=1

#exemple pour le workflow
worker.workflow.port=8385
worker.workflow.host=localhost
worker.workflow.type=ajp13
worker.workflow.lbfactor=1

#exemple pour l'editor
worker.editor.port=8386
worker.editor.host=localhost
worker.editor.type=ajp13
worker.editor.lbfactor=1


worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp12, ajp13, jboss
worker.inprocess.type=jni
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
worker.inprocess.cmd_line=start
worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps)i386$(ps)server$(ps)libjvm.so
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr


dans server.xml ( /usr/local/ori/tomcat-search/conf/)

<Server port="8284" shutdown="SHUTDOWN">

<!--APR library loader. Documentation at /docs/apr.html -->
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
<!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
<Listener className="org.apache.catalina.core.JasperListener" />
<!-- Prevent memory leaks due to use of particular java/javax APIs-->
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
<!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -->
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />

<!-- Global JNDI resources
       Documentation at /docs/jndi-resources-howto.html
  -->
<GlobalNamingResources>
<!-- Editable user database that can also be used by
         UserDatabaseRealm to authenticate users
    -->
<Resource name="UserDatabase" auth="Container"
              type="org.apache.catalina.UserDatabase"
              description="User database that can be updated and saved"
              factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
              pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>


<Service name="Catalina">

<Connector port="8184" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8484" />

<Connector port="8384" protocol="AJP/1.3" redirectPort="8484" />

<Engine name="Catalina" defaultHost="ori-oai-search.insa-lyon.fr">

<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
             resourceName="UserDatabase"/>

<Host name="manager-ori-oai-search.insa-lyon.fr" appBase="webapps" unpackWARs="true" autodeploy="ture" xmlValidation="false" xmlNamespaceAware="false">

</Host>
<Host name="ori-oai-search.insa-lyon.fr" appBase="webapps/ori-oai-search" unpackWARs="true" autodeploy="ture" xmlValidation="false" xmlNamespaceAware="false">

<Context path="" docBase="" debug="1"/>
</Host>

</Engine>
</Service>
</Server>



En espérant que ça puisse aider.

Cordialement.

Gilles Brochet

Le 17/02/2011 15:14, Benjamin ROY a écrit :
Bonjour

Pour ma part j'utilise ajp pour les modules ori

    ProxyPass /ori-oai-search ajp://localhost:8384/ori-oai-search min=0 max=300 smax=150 ttl=10 route=ent1 timeout=300 loadfactor=100 retry=1

Par contre en voyant votre configuration ajp, j'ai l'impression que vous ne devriez pas avoir http://orioai-search.mondomaine/ori-oai-search/dispatch.html
mais seulement http://orioai-search.mondomaine/ qui vous amènerait à la page d'accueil de ori-oai-search, l'application ori-oai-search étant déjà indiquée dans le proxypass...

Essayer peut être d'enlever le / final dans la déclaration du proxypass...

Cordialement,

Benjamin Roy

Le 17/02/2011 14:48, Christine Monnet-Legemble a écrit :
orioai-search.insa-rouen.fr (puisqu'il s'agit en fait de cette adresse) est bien déclaré dans notre DNS.
D'ailleurs, quand j'utilise cette adresse, Apache répond bien puisqu'il me redirige vers la page ori-oai-search/dispatch.html
Le problème, c'est pourquoi je suis redirigée vers cette page ?

Si c'est le module AJP qui pose problème, je peux essayer avec mod_jk.
Mais, si effectivement, vous pouviez m'envoyer un exemple, cela m'aiderait beaucoup.

Cordialement,
Christine


PS : A l'attention de tous ceux qui utilisent un serveur Apache en frontal des modules ORI-OAI :
Utilisez-vous le module AJP ? ou mod_jk ? ou autre ?






Le 17/02/2011 13:01, Mebrouk Leulmi a écrit :
Le nom de domaine doit être déclarer dans le DNS sans ca apache ne fonctionnera pas donc (orioai-search.mondomaine : n'a probablement pas de résolution dns  )

Essayer pour un vrai nom de domaine.
Pour le mod_jk : je un exemple de config si vous voulez.

Cordialement



Christine Monnet-Legemble < > a écrit :

Merci pour votre réponse.

Dans mon fichier tomcat server.xml, j'ai bien :
<Connector port="8384" protocol="AJP/1.3" redirectPort="8484" />

Dans mon fichier apache, j'ai ajouté la ligne "ProxyPassReverse".

Mais, j'ai toujours le même problème au moment d'accéder au module search :
il me redirige vers
http://orioai-search.mondomaine/ori-oai-search/dispatch.html  (erreur
404)

Quant au module mod_jk, je ne connais absolument pas.
Avez-vous un exemple de configuration ?

Cordialement,
Christine


Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :

Bonjour :
Suggestion à vérifier :

l'instance tomcat :(conf/server.xml)
<Connector port="xxxx" enableLookups="false" redirectPort="8443"  protocol="AJP/1.3" />

Apache :

<VirtualHost *:80>
  ServerName orioai-search.mondomaine
  ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
 ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
</VirtualHost>

En remarque, il vaut mieux utiliser mod_jk avec un fichier  workers.properties
et configurer apache en conséquence.

Cordialement

Brouk

Christine Monnet-Legemble < > a écrit :

Bonjour,

J'essaie d'installer un serveur Apache en frontal de mes modules   ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais   très mal).

Par exemple, j'ai un module ori-oai-search qui tourne sur les  ports  par défaut (8184 pour le HTTP / 8384 pour AJP).
Quand j'essaie d'accéder à   http://orioai.mondomaine:8184/ori-oai-search, cela marche sans   problème.

J'ai un serveur Apache dans lequel j'ai la configuration suivante :

<VirtualHost *:80>
 ServerName orioai-search.mondomaine
 ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
max=100 smax=50 ttl=10 route=ori-s
</VirtualHost>

Mais, quand je vais sur : http://orioai-search.mondomaine
il me redirige automatiquement vers :
http://orioai-search.mondomaine/ori-oai-search/dispatch.html
et me met un message d'erreur 404 (ressource non trouvée).

Savez-vous s'il y a quelque chose que j'ai oublié ?
Merci d'avance pour votre aide.

Cordialement,
Christine Legemble

-- 
Christine MONNET-LEGEMBLE
I.N.S.A DE ROUEN



-- 
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.




-- 
Christine MONNET-LEGEMBLE
------------------------------------------------------------
Direction des Systemes d'Information (D.S.I.)
Responsable des missions Web et EATIC
Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86
------------------------------------------------------------
I.N.S.A DE ROUEN
Campus du Madrillet, Av. de l'universite
BP 8 - 76801 Saint Etienne du Rouvray cedex
------------------------------------------------------------


-- 
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.






-- 
Responsable Informatique SCD Doc'INSA - INSA de Lyon
Bibliothèque Marie Curie
Campus Lyon Tech
31 Avenue Jean Capelle
69621 Villeurbanne
Mèl : gilles.brochet@insa-lyon.fr
Tél : 04 72 43 70 31 ; Fax : 04 72 43 85 02
Web : http://scd.docinsa.insa-lyon.fr
benjaminroy
Bonjour

Pour ma part j'utilise ajp pour les modules ori

ProxyPass /ori-oai-search ajp://localhost:8384/ori-oai-search min=0
max=300 smax=150 ttl=10 route=ent1 timeout=300 loadfactor=100 retry=1

Par contre en voyant votre configuration ajp, j'ai l'impression que vous
ne devriez pas avoir
http://orioai-search.mondomaine/ori-oai-search/dispatch.html
mais seulement http://orioai-search.mondomaine/ qui vous amènerait à la
page d'accueil de ori-oai-search, l'application ori-oai-search étant
déjà indiquée dans le proxypass...

Essayer peut être d'enlever le / final dans la déclaration du proxypass...

Cordialement,

Benjamin Roy

Le 17/02/2011 14:48, Christine Monnet-Legemble a écrit :

> orioai-search.insa-rouen.fr (puisqu'il s'agit en fait de cette
> adresse) est bien déclaré dans notre DNS.
> D'ailleurs, quand j'utilise cette adresse, Apache répond bien
> puisqu'il me redirige vers la page ori-oai-search/dispatch.html
> Le problème, c'est pourquoi je suis redirigée vers cette page ?
>
> Si c'est le module AJP qui pose problème, je peux essayer avec mod_jk.
> Mais, si effectivement, vous pouviez m'envoyer un exemple, cela
> m'aiderait beaucoup.
>
> Cordialement,
> Christine
>
>
> PS : A l'attention de tous ceux qui utilisent un serveur Apache en
> frontal des modules ORI-OAI :
> Utilisez-vous le module AJP ? ou mod_jk ? ou autre ?
>
>
>
>
>
>
> Le 17/02/2011 13:01, Mebrouk Leulmi a écrit :

>> Le nom de domaine doit être déclarer dans le DNS sans ca apache ne
>> fonctionnera pas donc (orioai-search.mondomaine : n'a probablement
>> pas de résolution dns )
>>
>> Essayer pour un vrai nom de domaine.
>> Pour le mod_jk : je un exemple de config si vous voulez.
>>
>> Cordialement
>>
>>
>>
>> Christine Monnet-Legemble < > a écrit :
>>

>>> Merci pour votre réponse.
>>>
>>> Dans mon fichier tomcat server.xml, j'ai bien :
>>>
>>>
>>> Dans mon fichier apache, j'ai ajouté la ligne "ProxyPassReverse".
>>>
>>> Mais, j'ai toujours le même problème au moment d'accéder au module
>>> search :
>>> il me redirige vers
>>> http://orioai-search.mondomaine/ori-oai-search/dispatch.html (erreur
>>> 404)
>>>
>>> Quant au module mod_jk, je ne connais absolument pas.
>>> Avez-vous un exemple de configuration ?
>>>
>>> Cordialement,
>>> Christine
>>>
>>>
>>> Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :

>>>>
>>>> Bonjour :
>>>> Suggestion à vérifier :
>>>>
>>>> l'instance tomcat :(conf/server.xml)
>>>> >>>> protocol="AJP/1.3" />
>>>>
>>>> Apache :
>>>>
>>>>
>>>> ServerName orioai-search.mondomaine
>>>> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>>>> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>>>>

>>>>
>>>> En remarque, il vaut mieux utiliser mod_jk avec un fichier
>>>> workers.properties
>>>> et configurer apache en conséquence.
>>>>
>>>> Cordialement
>>>>
>>>> Brouk
>>>>
>>>> Christine Monnet-Legemble < > a écrit :
>>>>

>>>>> Bonjour,
>>>>>
>>>>> J'essaie d'installer un serveur Apache en frontal de mes modules
>>>>> ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais
>>>>> très mal).
>>>>>
>>>>> Par exemple, j'ai un module ori-oai-search qui tourne sur les
>>>>> ports par défaut (8184 pour le HTTP / 8384 pour AJP).
>>>>> Quand j'essaie d'accéder à
>>>>> http://orioai.mondomaine:8184/ori-oai-search, cela marche sans
>>>>> problème.
>>>>>
>>>>> J'ai un serveur Apache dans lequel j'ai la configuration suivante :
>>>>>
>>>>>
>>>>> ServerName orioai-search.mondomaine
>>>>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
>>>>> max=100 smax=50 ttl=10 route=ori-s
>>>>>

>>>>>
>>>>> Mais, quand je vais sur : http://orioai-search.mondomaine
>>>>> il me redirige automatiquement vers :
>>>>> http://orioai-search.mondomaine/ori-oai-search/dispatch.html
>>>>> et me met un message d'erreur 404 (ressource non trouvée).
>>>>>
>>>>> Savez-vous s'il y a quelque chose que j'ai oublié ?
>>>>> Merci d'avance pour votre aide.
>>>>>
>>>>> Cordialement,
>>>>> Christine Legemble
>>>>>
>>>>> --
>>>>> Christine MONNET-LEGEMBLE
>>>>> I.N.S.A DE ROUEN
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ce message a ete verifie par MailScanner
>>>>> pour des virus ou des polluriels et rien de
>>>>> suspect n'a ete trouve.

>>>>
>>>>
>>>>

>>>
>>> --
>>> Christine MONNET-LEGEMBLE
>>> ------------------------------------------------------------
>>> Direction des Systemes d'Information (D.S.I.)
>>> Responsable des missions Web et EATIC
>>> Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86
>>> ------------------------------------------------------------
>>> I.N.S.A DE ROUEN
>>> Campus du Madrillet, Av. de l'universite
>>> BP 8 - 76801 Saint Etienne du Rouvray cedex
>>> ------------------------------------------------------------
>>>
>>>
>>> --
>>> Ce message a ete verifie par MailScanner
>>> pour des virus ou des polluriels et rien de
>>> suspect n'a ete trouve.

>>
>>
>>

>

cmonnet
orioai-search.insa-rouen.fr (puisqu'il s'agit en fait de cette adresse)
est bien déclaré dans notre DNS.
D'ailleurs, quand j'utilise cette adresse, Apache répond bien puisqu'il
me redirige vers la page ori-oai-search/dispatch.html
Le problème, c'est pourquoi je suis redirigée vers cette page ?

Si c'est le module AJP qui pose problème, je peux essayer avec mod_jk.
Mais, si effectivement, vous pouviez m'envoyer un exemple, cela
m'aiderait beaucoup.

Cordialement,
Christine

PS : A l'attention de tous ceux qui utilisent un serveur Apache en
frontal des modules ORI-OAI :
Utilisez-vous le module AJP ? ou mod_jk ? ou autre ?

Le 17/02/2011 13:01, Mebrouk Leulmi a écrit :

> Le nom de domaine doit être déclarer dans le DNS sans ca apache ne
> fonctionnera pas donc (orioai-search.mondomaine : n'a probablement pas
> de résolution dns )
>
> Essayer pour un vrai nom de domaine.
> Pour le mod_jk : je un exemple de config si vous voulez.
>
> Cordialement
>
>
>
> Christine Monnet-Legemble < > a écrit :
>

>> Merci pour votre réponse.
>>
>> Dans mon fichier tomcat server.xml, j'ai bien :
>>
>>
>> Dans mon fichier apache, j'ai ajouté la ligne "ProxyPassReverse".
>>
>> Mais, j'ai toujours le même problème au moment d'accéder au module
>> search :
>> il me redirige vers
>> http://orioai-search.mondomaine/ori-oai-search/dispatch.html (erreur
>> 404)
>>
>> Quant au module mod_jk, je ne connais absolument pas.
>> Avez-vous un exemple de configuration ?
>>
>> Cordialement,
>> Christine
>>
>>
>> Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :

>>>
>>> Bonjour :
>>> Suggestion à vérifier :
>>>
>>> l'instance tomcat :(conf/server.xml)
>>> >>> protocol="AJP/1.3" />
>>>
>>> Apache :
>>>
>>>
>>> ServerName orioai-search.mondomaine
>>> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>>> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>>>

>>>
>>> En remarque, il vaut mieux utiliser mod_jk avec un fichier
>>> workers.properties
>>> et configurer apache en conséquence.
>>>
>>> Cordialement
>>>
>>> Brouk
>>>
>>> Christine Monnet-Legemble < > a écrit :
>>>

>>>> Bonjour,
>>>>
>>>> J'essaie d'installer un serveur Apache en frontal de mes modules
>>>> ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais
>>>> très mal).
>>>>
>>>> Par exemple, j'ai un module ori-oai-search qui tourne sur les
>>>> ports par défaut (8184 pour le HTTP / 8384 pour AJP).
>>>> Quand j'essaie d'accéder à
>>>> http://orioai.mondomaine:8184/ori-oai-search, cela marche sans
>>>> problème.
>>>>
>>>> J'ai un serveur Apache dans lequel j'ai la configuration suivante :
>>>>
>>>>
>>>> ServerName orioai-search.mondomaine
>>>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
>>>> max=100 smax=50 ttl=10 route=ori-s
>>>>

>>>>
>>>> Mais, quand je vais sur : http://orioai-search.mondomaine
>>>> il me redirige automatiquement vers :
>>>> http://orioai-search.mondomaine/ori-oai-search/dispatch.html
>>>> et me met un message d'erreur 404 (ressource non trouvée).
>>>>
>>>> Savez-vous s'il y a quelque chose que j'ai oublié ?
>>>> Merci d'avance pour votre aide.
>>>>
>>>> Cordialement,
>>>> Christine Legemble
>>>>
>>>> --
>>>> Christine MONNET-LEGEMBLE
>>>> I.N.S.A DE ROUEN
>>>>
>>>>
>>>>
>>>> --
>>>> Ce message a ete verifie par MailScanner
>>>> pour des virus ou des polluriels et rien de
>>>> suspect n'a ete trouve.

>>>
>>>
>>>

>>
>> --
>> Christine MONNET-LEGEMBLE
>> ------------------------------------------------------------
>> Direction des Systemes d'Information (D.S.I.)
>> Responsable des missions Web et EATIC
>> Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86
>> ------------------------------------------------------------
>> I.N.S.A DE ROUEN
>> Campus du Madrillet, Av. de l'universite
>> BP 8 - 76801 Saint Etienne du Rouvray cedex
>> ------------------------------------------------------------
>>
>>
>> --
>> Ce message a ete verifie par MailScanner
>> pour des virus ou des polluriels et rien de
>> suspect n'a ete trouve.

>
>
>

--
Christine MONNET-LEGEMBLE
------------------------------------------------------------
Direction des Systemes d'Information (D.S.I.)
Responsable des missions Web et EATIC
Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86
------------------------------------------------------------
I.N.S.A DE ROUEN
Campus du Madrillet, Av. de l'universite
BP 8 - 76801 Saint Etienne du Rouvray cedex
------------------------------------------------------------

mebroukleulmi
Le nom de domaine doit être déclarer dans le DNS sans ca apache ne
fonctionnera pas donc (orioai-search.mondomaine : n'a probablement pas
de résolution dns )

Essayer pour un vrai nom de domaine.
Pour le mod_jk : je un exemple de config si vous voulez.

Cordialement

Christine Monnet-Legemble < > a écrit :

> Merci pour votre réponse.
>
> Dans mon fichier tomcat server.xml, j'ai bien :
>
>
> Dans mon fichier apache, j'ai ajouté la ligne "ProxyPassReverse".
>
> Mais, j'ai toujours le même problème au moment d'accéder au module search :
> il me redirige vers
> http://orioai-search.mondomaine/ori-oai-search/dispatch.html (erreur
> 404)
>
> Quant au module mod_jk, je ne connais absolument pas.
> Avez-vous un exemple de configuration ?
>
> Cordialement,
> Christine
>
>
> Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :

>>
>> Bonjour :
>> Suggestion à vérifier :
>>
>> l'instance tomcat :(conf/server.xml)
>> >> protocol="AJP/1.3" />
>>
>> Apache :
>>
>>
>> ServerName orioai-search.mondomaine
>> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>>

>>
>> En remarque, il vaut mieux utiliser mod_jk avec un fichier
>> workers.properties
>> et configurer apache en conséquence.
>>
>> Cordialement
>>
>> Brouk
>>
>> Christine Monnet-Legemble < > a écrit :
>>

>>> Bonjour,
>>>
>>> J'essaie d'installer un serveur Apache en frontal de mes modules
>>> ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais
>>> très mal).
>>>
>>> Par exemple, j'ai un module ori-oai-search qui tourne sur les
>>> ports par défaut (8184 pour le HTTP / 8384 pour AJP).
>>> Quand j'essaie d'accéder à
>>> http://orioai.mondomaine:8184/ori-oai-search, cela marche sans
>>> problème.
>>>
>>> J'ai un serveur Apache dans lequel j'ai la configuration suivante :
>>>
>>>
>>> ServerName orioai-search.mondomaine
>>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
>>> max=100 smax=50 ttl=10 route=ori-s
>>>

>>>
>>> Mais, quand je vais sur : http://orioai-search.mondomaine
>>> il me redirige automatiquement vers :
>>> http://orioai-search.mondomaine/ori-oai-search/dispatch.html
>>> et me met un message d'erreur 404 (ressource non trouvée).
>>>
>>> Savez-vous s'il y a quelque chose que j'ai oublié ?
>>> Merci d'avance pour votre aide.
>>>
>>> Cordialement,
>>> Christine Legemble
>>>
>>> --
>>> Christine MONNET-LEGEMBLE
>>> I.N.S.A DE ROUEN
>>>
>>>
>>>
>>> --
>>> Ce message a ete verifie par MailScanner
>>> pour des virus ou des polluriels et rien de
>>> suspect n'a ete trouve.

>>
>>
>>

>
> --
> Christine MONNET-LEGEMBLE
> ------------------------------------------------------------
> Direction des Systemes d'Information (D.S.I.)
> Responsable des missions Web et EATIC
> Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86
> ------------------------------------------------------------
> I.N.S.A DE ROUEN
> Campus du Madrillet, Av. de l'universite
> BP 8 - 76801 Saint Etienne du Rouvray cedex
> ------------------------------------------------------------
>
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.

--
---------------------------------------------------
M.LEULMI
---------------------------------------------------
Ingénieur Systèmes Informatiques

Université de Paris1
BIU CUJAS
2 RUE CUJAS 75005 PARIS
---------------------------------------------------
Tel 01 44 07 80 43
Mobile 06 64 80 09 97
--------------------------------------------------

--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.

cmonnet
Merci pour votre réponse.

Dans mon fichier tomcat server.xml, j'ai bien :

Dans mon fichier apache, j'ai ajouté la ligne "ProxyPassReverse".

Mais, j'ai toujours le même problème au moment d'accéder au module search :
il me redirige vers
http://orioai-search.mondomaine/ori-oai-search/dispatch.html (erreur 404)

Quant au module mod_jk, je ne connais absolument pas.
Avez-vous un exemple de configuration ?

Cordialement,
Christine

Le 17/02/2011 12:16, Mebrouk Leulmi a écrit :

>
> Bonjour :
> Suggestion à vérifier :
>
> l'instance tomcat :(conf/server.xml)
> > protocol="AJP/1.3" />
>
> Apache :
>
>
> ServerName orioai-search.mondomaine
> ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
> ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
>

>
> En remarque, il vaut mieux utiliser mod_jk avec un fichier
> workers.properties
> et configurer apache en conséquence.
>
> Cordialement
>
> Brouk
>
> Christine Monnet-Legemble < > a écrit :
>

>> Bonjour,
>>
>> J'essaie d'installer un serveur Apache en frontal de mes modules
>> ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais
>> très mal).
>>
>> Par exemple, j'ai un module ori-oai-search qui tourne sur les ports
>> par défaut (8184 pour le HTTP / 8384 pour AJP).
>> Quand j'essaie d'accéder à
>> http://orioai.mondomaine:8184/ori-oai-search, cela marche sans
>> problème.
>>
>> J'ai un serveur Apache dans lequel j'ai la configuration suivante :
>>
>>
>> ServerName orioai-search.mondomaine
>> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
>> max=100 smax=50 ttl=10 route=ori-s
>>

>>
>> Mais, quand je vais sur : http://orioai-search.mondomaine
>> il me redirige automatiquement vers :
>> http://orioai-search.mondomaine/ori-oai-search/dispatch.html
>> et me met un message d'erreur 404 (ressource non trouvée).
>>
>> Savez-vous s'il y a quelque chose que j'ai oublié ?
>> Merci d'avance pour votre aide.
>>
>> Cordialement,
>> Christine Legemble
>>
>> --
>> Christine MONNET-LEGEMBLE
>> I.N.S.A DE ROUEN
>>
>>
>>
>> --
>> Ce message a ete verifie par MailScanner
>> pour des virus ou des polluriels et rien de
>> suspect n'a ete trouve.

>
>
>

--
Christine MONNET-LEGEMBLE
------------------------------------------------------------
Direction des Systemes d'Information (D.S.I.)
Responsable des missions Web et EATIC
Tel: 02 32 95 98 46 - Fax: 02 32 95 98 86
------------------------------------------------------------
I.N.S.A DE ROUEN
Campus du Madrillet, Av. de l'universite
BP 8 - 76801 Saint Etienne du Rouvray cedex
------------------------------------------------------------

mebroukleulmi
Bonjour :
Suggestion à vérifier :

l'instance tomcat :(conf/server.xml)
protocol="AJP/1.3" />

Apache :


ServerName orioai-search.mondomaine
ProxyPass / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/
ProxyPassReverse / ajp://orioai.insa-rouen.fr:xxxx/ori-oai-search/

En remarque, il vaut mieux utiliser mod_jk avec un fichier workers.properties
et configurer apache en conséquence.

Cordialement

Brouk

Christine Monnet-Legemble < > a écrit :

> Bonjour,
>
> J'essaie d'installer un serveur Apache en frontal de mes modules
> ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais
> très mal).
>
> Par exemple, j'ai un module ori-oai-search qui tourne sur les ports
> par défaut (8184 pour le HTTP / 8384 pour AJP).
> Quand j'essaie d'accéder à
> http://orioai.mondomaine:8184/ori-oai-search, cela marche sans
> problème.
>
> J'ai un serveur Apache dans lequel j'ai la configuration suivante :
>
>
> ServerName orioai-search.mondomaine
> ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
> max=100 smax=50 ttl=10 route=ori-s
>

>
> Mais, quand je vais sur : http://orioai-search.mondomaine
> il me redirige automatiquement vers :
> http://orioai-search.mondomaine/ori-oai-search/dispatch.html
> et me met un message d'erreur 404 (ressource non trouvée).
>
> Savez-vous s'il y a quelque chose que j'ai oublié ?
> Merci d'avance pour votre aide.
>
> Cordialement,
> Christine Legemble
>
> --
> Christine MONNET-LEGEMBLE
> I.N.S.A DE ROUEN
>
>
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.

--
---------------------------------------------------
M.LEULMI
---------------------------------------------------
Ingénieur Systèmes Informatiques

Université de Paris1
BIU CUJAS
2 RUE CUJAS 75005 PARIS
---------------------------------------------------
Tel 01 44 07 80 43
Mobile 06 64 80 09 97
--------------------------------------------------

--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.

cmonnet
Bonjour,

J'essaie d'installer un serveur Apache en frontal de mes modules
ORI-OAI, mais j'ai des soucis avec le module AJP (que je connais très mal).

Par exemple, j'ai un module ori-oai-search qui tourne sur les ports par
défaut (8184 pour le HTTP / 8384 pour AJP).
Quand j'essaie d'accéder à http://orioai.mondomaine:8184/ori-oai-search,
cela marche sans problème.

J'ai un serveur Apache dans lequel j'ai la configuration suivante :


ServerName orioai-search.mondomaine
ProxyPass / ajp://orioai.insa-rouen.fr:8384/ori-oai-search/ min=0
max=100 smax=50 ttl=10 route=ori-s

Mais, quand je vais sur : http://orioai-search.mondomaine
il me redirige automatiquement vers :
http://orioai-search.mondomaine/ori-oai-search/dispatch.html
et me met un message d'erreur 404 (ressource non trouvée).

Savez-vous s'il y a quelque chose que j'ai oublié ?
Merci d'avance pour votre aide.

Cordialement,
Christine Legemble

--
Christine MONNET-LEGEMBLE
I.N.S.A DE ROUEN

Options d'affichage des commentaires

Sélectionnez la méthode d'affichage des commentaires que vous préférez, puis cliquez sur « Enregistrer les paramètres » pour activer vos changements.
Sujet clos