<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.lordwektabyte.cat/index.php?action=history&amp;feed=atom&amp;title=ASIX%2FM08%2FUF1%2FP41%2F210</id>
	<title>ASIX/M08/UF1/P41/210 - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.lordwektabyte.cat/index.php?action=history&amp;feed=atom&amp;title=ASIX%2FM08%2FUF1%2FP41%2F210"/>
	<link rel="alternate" type="text/html" href="http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/210&amp;action=history"/>
	<updated>2026-05-03T23:32:58Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/210&amp;diff=4967&amp;oldid=prev</id>
		<title>Guillem: Guillem ha mogut M08/UF1/P41/210 a ASIX/M08/UF1/P41/210 sense deixar una redirecció: Crear subnivell ASIX</title>
		<link rel="alternate" type="text/html" href="http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/210&amp;diff=4967&amp;oldid=prev"/>
		<updated>2020-04-15T11:22:07Z</updated>

		<summary type="html">&lt;p&gt;Guillem ha mogut &lt;a href=&quot;/index.php?title=M08/UF1/P41/210&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;M08/UF1/P41/210 (encara no existeix)&quot;&gt;M08/UF1/P41/210&lt;/a&gt; a &lt;a href=&quot;/wiki/ASIX/M08/UF1/P41/210&quot; title=&quot;ASIX/M08/UF1/P41/210&quot;&gt;ASIX/M08/UF1/P41/210&lt;/a&gt; sense deixar una redirecció: Crear subnivell ASIX&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ca&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Versió més antiga&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revisió del 11:22, 15 abr 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ca&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Cap diferència)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillem</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/210&amp;diff=2720&amp;oldid=prev</id>
		<title>Guillem: Es crea la pàgina amb «Pot ser que ja estigui instal·lat; sinó: &lt;source&gt; yum -y install python-devel &lt;/source&gt;  Llavors descarregarem el ''source code'' del mòdul i el compilarem: &lt;source...».</title>
		<link rel="alternate" type="text/html" href="http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/210&amp;diff=2720&amp;oldid=prev"/>
		<updated>2018-11-22T21:17:26Z</updated>

		<summary type="html">&lt;p&gt;Es crea la pàgina amb «Pot ser que ja estigui instal·lat; sinó: &amp;lt;source&amp;gt; yum -y install python-devel &amp;lt;/source&amp;gt;  Llavors descarregarem el &amp;#039;&amp;#039;source code&amp;#039;&amp;#039; del mòdul i el compilarem: &amp;lt;source...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Pot ser que ja estigui instal·lat; sinó:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
yum -y install python-devel&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Llavors descarregarem el ''source code'' del mòdul i el compilarem:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
cd /usr/local/src/&lt;br /&gt;
wget http://dist.modpython.org/dist/mod_python-3.5.0.tgz&lt;br /&gt;
tar xfz mod_python-3.5.0.tgz&lt;br /&gt;
cd mod_python-3.5.0&lt;br /&gt;
&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Abans de fer la instal·lació, executarem la següent ordre per evitar un problema que encalla la instal·lació:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
sed -e 's/(git describe --always)/(git describe --always 2&amp;gt;\/dev\/null)/g' -e 's/`git describe --always`/`git describe --always 2&amp;gt;\/dev\/null`/g' -i $( find . -type f -name Makefile\* -o -name version.sh )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Després ja podrem:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Habilitarem el mòdul a la configuració d'Apache i farem un restart del servei per recarregar el mòdul:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
echo 'LoadModule python_module modules/mod_python.so' &amp;gt; /etc/httpd/conf.modules.d/10-python.conf&lt;br /&gt;
systemctl restart httpd&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Guillem</name></author>
		
	</entry>
</feed>