<?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%2F29</id>
	<title>ASIX/M08/UF1/P41/29 - 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%2F29"/>
	<link rel="alternate" type="text/html" href="http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/29&amp;action=history"/>
	<updated>2026-05-05T01:17:21Z</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/29&amp;diff=4993&amp;oldid=prev</id>
		<title>Guillem: Guillem ha mogut M08/UF1/P41/29 a ASIX/M08/UF1/P41/29 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/29&amp;diff=4993&amp;oldid=prev"/>
		<updated>2020-04-15T11:23:34Z</updated>

		<summary type="html">&lt;p&gt;Guillem ha mogut &lt;a href=&quot;/index.php?title=M08/UF1/P41/29&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;M08/UF1/P41/29 (encara no existeix)&quot;&gt;M08/UF1/P41/29&lt;/a&gt; a &lt;a href=&quot;/wiki/ASIX/M08/UF1/P41/29&quot; title=&quot;ASIX/M08/UF1/P41/29&quot;&gt;ASIX/M08/UF1/P41/29&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:23, 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/29&amp;diff=2719&amp;oldid=prev</id>
		<title>Guillem: Es crea la pàgina amb «&lt;source&gt; yum -y install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-mbstring php-mcrypt php-mssql php-snmp p...».</title>
		<link rel="alternate" type="text/html" href="http://wiki.lordwektabyte.cat/index.php?title=ASIX/M08/UF1/P41/29&amp;diff=2719&amp;oldid=prev"/>
		<updated>2018-11-22T21:16:59Z</updated>

		<summary type="html">&lt;p&gt;Es crea la pàgina amb «&amp;lt;source&amp;gt; yum -y install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-mbstring php-mcrypt php-mssql php-snmp p...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source&amp;gt;&lt;br /&gt;
yum -y install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-mbstring php-mcrypt php-mssql php-snmp php-soap php-tidy curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel mod_fcgid php-cli httpd-devel php-fpm wget&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Configuració PHP===&lt;br /&gt;
Editarem l'arxiu &amp;lt;code&amp;gt;/etc/php.ini&amp;lt;/code&amp;gt; i deshabilitarem la mostra d'errors, configurar la zona horària i descomentar &amp;lt;code&amp;gt;cgi.fix_pathinfo=1&amp;lt;/code&amp;gt; de manera que, les línies corresponents, quedin de la manera següent:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
(...)&lt;br /&gt;
&lt;br /&gt;
error_reporting = E_ALL &amp;amp; ~E_DEPRECATED &amp;amp; ~E_STRICT&lt;br /&gt;
&lt;br /&gt;
(...)&lt;br /&gt;
&lt;br /&gt;
date.timezone = 'Europe/Andorra'&lt;br /&gt;
&lt;br /&gt;
(...)&lt;br /&gt;
&lt;br /&gt;
cgi.fix_pathinfo=1&lt;br /&gt;
&lt;br /&gt;
(...)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Habilitarem PHP-FPM i Apache de nou per tal d'aplicar aquest canvi en el motor de PHP:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
systemctl start php-fpm.service&lt;br /&gt;
systemctl enable php-fpm.service&lt;br /&gt;
systemctl enable httpd.service&lt;br /&gt;
systemctl start httpd.service&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Suport per a Let's Encrypt (SSL)===&lt;br /&gt;
Descarregarem el programari:&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
mkdir /opt/certbot&lt;br /&gt;
cd /opt/certbot&lt;br /&gt;
wget https://dl.eff.org/certbot-auto&lt;br /&gt;
chmod a+x ./certbot-auto&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Executarem &amp;lt;code&amp;gt;certbot-auto&amp;lt;/code&amp;gt;. Ens sortirà el missatge ''no names were found in your configuration files''. El que farem serà cancel·lar amb &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt; ja que els certificats els farà el propi ISPConfig i aquest script només ens instal·larà possibles dependències que no tinguem i configurarà aspectes de Python com ara els ''virtual-envs'':&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
[root@ispconfig certbot]# ./certbot-auto&lt;br /&gt;
&lt;br /&gt;
(...)&lt;br /&gt;
&lt;br /&gt;
Completat!&lt;br /&gt;
Creating virtual environment...&lt;br /&gt;
Installing Python packages...&lt;br /&gt;
Installation succeeded.&lt;br /&gt;
Saving debug log to /var/log/letsencrypt/letsencrypt.log&lt;br /&gt;
Plugins selected: Authenticator apache, Installer apache&lt;br /&gt;
Enter email address (used for urgent renewal and security notices) (Enter 'c' to&lt;br /&gt;
cancel): guillem_solaboeck@iescarlesvallbona.cat&lt;br /&gt;
&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
Please read the Terms of Service at&lt;br /&gt;
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must&lt;br /&gt;
agree in order to register with the ACME server at&lt;br /&gt;
https://acme-v02.api.letsencrypt.org/directory&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
(A)gree/(C)ancel: a&lt;br /&gt;
&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
Would you be willing to share your email address with the Electronic Frontier&lt;br /&gt;
Foundation, a founding partner of the Let's Encrypt project and the non-profit&lt;br /&gt;
organization that develops Certbot? We'd like to send you email about our work&lt;br /&gt;
encrypting the web, EFF news, campaigns, and ways to support digital freedom.&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
(Y)es/(N)o: n&lt;br /&gt;
No names were found in your configuration files. Please enter in your domain&lt;br /&gt;
name(s) (comma and/or space separated)  (Enter 'c' to cancel): c&lt;br /&gt;
Please specify --domains, or --installer that will help in domain names autodiscovery, or --cert-name for an existing certificate name.&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTES:&lt;br /&gt;
 - Your account credentials have been saved in your Certbot&lt;br /&gt;
   configuration directory at /etc/letsencrypt. You should make a&lt;br /&gt;
   secure backup of this folder now. This configuration directory will&lt;br /&gt;
   also contain certificates and private keys obtained by Certbot so&lt;br /&gt;
   making regular backups of this folder is ideal.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Guillem</name></author>
		
	</entry>
</feed>