<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://educacion.luisantolin.com/index.php?action=history&amp;feed=atom&amp;title=Migrar_de_modphp_a_fpm</id>
	<title>Migrar de modphp a fpm - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://educacion.luisantolin.com/index.php?action=history&amp;feed=atom&amp;title=Migrar_de_modphp_a_fpm"/>
	<link rel="alternate" type="text/html" href="http://educacion.luisantolin.com/index.php?title=Migrar_de_modphp_a_fpm&amp;action=history"/>
	<updated>2026-05-12T12:43:54Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>http://educacion.luisantolin.com/index.php?title=Migrar_de_modphp_a_fpm&amp;diff=271&amp;oldid=prev</id>
		<title>Lantolin: Página creada con «Problema: usas PHP en Apache, y usas el bueno y viejo &lt;code&gt;mod_php&lt;/code&gt;, pero quieres ir más allá y pasarte a una arquitectura FastCGI  Aquí dejo mis notas de cuando lo hice. Estamos hablando de 2023 y Debian 11, quizás 12.   a2dismod mpm_worker mpm_prefork  a2enmod proxy_fcgi mpm_prefork setenvif  a2enconf php8.2-fpm  a2dismod php8.2   apt install php-fpm  Integracion con Munin, tomada de [https://github.com/morbz-archive/munin-php-fpm Munin FPM]   cd /usr/sha…»</title>
		<link rel="alternate" type="text/html" href="http://educacion.luisantolin.com/index.php?title=Migrar_de_modphp_a_fpm&amp;diff=271&amp;oldid=prev"/>
		<updated>2024-01-01T13:36:59Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «Problema: usas PHP en Apache, y usas el bueno y viejo &amp;lt;code&amp;gt;mod_php&amp;lt;/code&amp;gt;, pero quieres ir más allá y pasarte a una arquitectura FastCGI  Aquí dejo mis notas de cuando lo hice. Estamos hablando de 2023 y Debian 11, quizás 12.   a2dismod mpm_worker mpm_prefork  a2enmod proxy_fcgi mpm_prefork setenvif  a2enconf php8.2-fpm  a2dismod php8.2   apt install php-fpm  Integracion con Munin, tomada de [https://github.com/morbz-archive/munin-php-fpm Munin FPM]   cd /usr/sha…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Problema: usas PHP en Apache, y usas el bueno y viejo &amp;lt;code&amp;gt;mod_php&amp;lt;/code&amp;gt;, pero quieres ir más allá y pasarte a una arquitectura FastCGI&lt;br /&gt;
&lt;br /&gt;
Aquí dejo mis notas de cuando lo hice. Estamos hablando de 2023 y Debian 11, quizás 12.&lt;br /&gt;
&lt;br /&gt;
 a2dismod mpm_worker mpm_prefork&lt;br /&gt;
 a2enmod proxy_fcgi mpm_prefork setenvif&lt;br /&gt;
 a2enconf php8.2-fpm&lt;br /&gt;
 a2dismod php8.2&lt;br /&gt;
&lt;br /&gt;
 apt install php-fpm&lt;br /&gt;
&lt;br /&gt;
Integracion con Munin, tomada de [https://github.com/morbz-archive/munin-php-fpm Munin FPM]&lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/munin/plugins/&lt;br /&gt;
 wget -O php-fpm https://raw.github.com/MorbZ/munin-php-fpm/master/php-fpm.php&lt;br /&gt;
 chmod +x php-fpm&lt;br /&gt;
 ln -s /usr/share/munin/plugins/php-fpm /etc/munin/plugins/php-fpm-memory&lt;br /&gt;
 ln -s /usr/share/munin/plugins/php-fpm /etc/munin/plugins/php-fpm-cpu&lt;br /&gt;
 ln -s /usr/share/munin/plugins/php-fpm /etc/munin/plugins/php-fpm-count&lt;br /&gt;
 ln -s /usr/share/munin/plugins/php-fpm /etc/munin/plugins/php-fpm-time&lt;br /&gt;
 service munin-node restart&lt;br /&gt;
&lt;br /&gt;
Ajustes habituales en el fichero: &amp;lt;code&amp;gt;/etc/php/8.2/fpm/php.ini&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 memory_limit = 128M&lt;br /&gt;
 post_max_size = 21M&lt;br /&gt;
 upload_max_filesize = 20M&lt;br /&gt;
&lt;br /&gt;
Otros ajustes en &amp;lt;code&amp;gt;/etc/php/8.2/fpm/pool.d/www.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 systemctl restart php8.2-fpm.service&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Lantolin</name></author>
	</entry>
</feed>