<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.blaxeen.com/index.php?action=history&amp;feed=atom&amp;title=Apache2_mod_Jk</id>
	<title>Apache2 mod Jk - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blaxeen.com/index.php?action=history&amp;feed=atom&amp;title=Apache2_mod_Jk"/>
	<link rel="alternate" type="text/html" href="https://wiki.blaxeen.com/index.php?title=Apache2_mod_Jk&amp;action=history"/>
	<updated>2026-04-18T13:28:56Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.blaxeen.com/index.php?title=Apache2_mod_Jk&amp;diff=2478&amp;oldid=prev</id>
		<title>Admin : a déplacé Apache2 Mod Jk vers Apache2 mod Jk</title>
		<link rel="alternate" type="text/html" href="https://wiki.blaxeen.com/index.php?title=Apache2_mod_Jk&amp;diff=2478&amp;oldid=prev"/>
		<updated>2013-01-30T11:49:22Z</updated>

		<summary type="html">&lt;p&gt;a déplacé &lt;a href=&quot;/index.php?title=Apache2_Mod_Jk&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Apache2 Mod Jk (page inexistante)&quot;&gt;Apache2 Mod Jk&lt;/a&gt; vers &lt;a href=&quot;/index.php/Apache2_mod_Jk&quot; title=&quot;Apache2 mod Jk&quot;&gt;Apache2 mod Jk&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 30 janvier 2013 à 11:49&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.blaxeen.com/index.php?title=Apache2_mod_Jk&amp;diff=224&amp;oldid=prev</id>
		<title>Admin : Page créée avec « &lt;pre&gt; Apache2 + mod_jk  Base : http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html  Apache2 + mod_jk2 a ete brievement testé, mais s&#039;est révélé pas stable du... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.blaxeen.com/index.php?title=Apache2_mod_Jk&amp;diff=224&amp;oldid=prev"/>
		<updated>2009-03-09T10:46:23Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;pre&amp;gt; Apache2 + mod_jk  Base : http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html  Apache2 + mod_jk2 a ete brievement testé, mais s&amp;#039;est révélé pas stable du... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Apache2 + mod_jk&lt;br /&gt;
&lt;br /&gt;
Base : http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html&lt;br /&gt;
&lt;br /&gt;
Apache2 + mod_jk2 a ete brievement testé, mais s&amp;#039;est révélé pas stable du tout. Nous allons donc utiliser mod_jk , que nous utilisons également avec Apache 1.3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1/ Récupérer les sources du connector ici : https://www.sp.fr.clara.net/files/jakarta-tomcat-connectors-jk-1.2.6-src.tar.gz&lt;br /&gt;
2/ Décompresser les sources où bon vous semble ...&lt;br /&gt;
3/ Aller dans le répertoire jakarta-tomcat-connectors-jk-1.2.6-src/jk/native/ puis&lt;br /&gt;
&lt;br /&gt;
jk/native#./buildconf.sh&lt;br /&gt;
&lt;br /&gt;
4/ Continuer avec&lt;br /&gt;
&lt;br /&gt;
jk/native#./configure --with-apxs=/usr/bin/apxs2 --with-java-home=${JAVA_HOME} --with-apr=/usr/include/apr-0&lt;br /&gt;
&lt;br /&gt;
5/ Vérifier dans le fichier common/Makefile le contenu de la balise APXSCFLAGS , qui doit ressembler à ca :&lt;br /&gt;
&lt;br /&gt;
APXSCFLAGS=-pipe -I/usr/include/apr-0 -I/usr/include/xmltok -I/usr/include/openssl -O2 -pipe -I/usr/include/xmltok -I/usr/include/openssl -O2 -pthread -DHAVE_APR -I -g -O2 -DEAPI&lt;br /&gt;
&lt;br /&gt;
et le chemin vers LIBTOOL qui doit etre correct :&lt;br /&gt;
&lt;br /&gt;
LIBTOOL = /bin/sh /usr/bin/libtool --silent&lt;br /&gt;
&lt;br /&gt;
6/ Ecrire le fichier Makefile si besoin, puis lancer le make&lt;br /&gt;
7/ Ensuite, copier le module mod_jk.so :&lt;br /&gt;
&lt;br /&gt;
# cp /usr/local/src/jakarta-tomcat-connectors-jk-1.2.6-src/jk/native/apache-2.0/mod_jk.so /usr/lib/apache2/modules/.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Catégorie:Software]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>