Herramientas de usuario

Herramientas del sitio


para_configurar_ispconfig

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
para_configurar_ispconfig [2015/07/15 22:09] jlameiropara_configurar_ispconfig [2022/11/02 17:58] (actual) – editor externo 127.0.0.1
Línea 9: Línea 9:
 Contenido: Contenido:
      
-[[para_configurar_ispconfig#1|1. Change The Default Shell.]] +[[para_configurar_ispconfig#1. Change The Default Shell.|1. Change The Default Shell.]] 
-  2. Synchronize the System Clock. + 
-  3. Install Postfix, Dovecot, MySQL, phpMyAdmin, rkhunter, binutils.  +[[para_configurar_ispconfig#2. Synchronize the System Clock.|2. Synchronize the System Clock.]] 
-  4. Install Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, And mcrypt. + 
-   4.1. Xcache. +[[para_configurar_ispconfig#3. Install Postfix, Dovecot, MySQL, phpMyAdmin, rkhunter, binutils.|3. Install Postfix, Dovecot, MySQL, phpMyAdmin, rkhunter, binutils.]] 
-   4.2. PHP-FPM. + 
-  5. Install PureFTPd And Quota. +[[para_configurar_ispconfig#4. Install Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, And mcrypt.|4. Install Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, And mcrypt.]] 
-  6. Install Vlogger, Webalizer, And AWstats. +   
-  7. Install fail2ban. +[[para_configurar_ispconfig#4.1. Xcache.|4.1. Xcache.]] 
-  8. Install ISPConfig 3. + 
-  9. ISPConfig 3 Manual. +[[para_configurar_ispconfig#4.2. PHP-FPM.|4.2. PHP-FPM.]] 
-  10. Warning.+   
 +[[para_configurar_ispconfig#5. Install PureFTPd And Quota.|5. Install PureFTPd And Quota.]] 
 + 
 +[[para_configurar_ispconfig#6. Install Vlogger, Webalizer, And AWstats.|6. Install Vlogger, Webalizer, And AWstats.]] 
 +    
 +[[para_configurar_ispconfig#7. Install fail2ban.|7. Install fail2ban.]] 
 + 
 +[[para_configurar_ispconfig#8. Install ISPConfig 3.|8. Install ISPConfig 3.]] 
 +   
 +[[para_configurar_ispconfig#9. ISPConfig 3 Manual.|9. ISPConfig 3 Manual.]] 
 + 
 +[[para_configurar_ispconfig#10. Warning.|10. Warning.]]
      
-[[syntax#internal|**1. Change The Default Shell.**]]+=== 1. Change The Default Shell. ===
  
 /bin/sh is a symlink to /bin/dash, however we need /bin/bash, not /bin/dash. Therefore we do this: /bin/sh is a symlink to /bin/dash, however we need /bin/bash, not /bin/dash. Therefore we do this:
Línea 32: Línea 43:
 If you don't do this, the ISPConfig installation will fail. If you don't do this, the ISPConfig installation will fail.
  
-**2. Synchronize the System Clock.**+=== 2. Synchronize the System Clock. ===
  
 Como es un contenedor para establecer el uso horario y demás empleamos el siguiente comando: Como es un contenedor para establecer el uso horario y demás empleamos el siguiente comando:
Línea 38: Línea 49:
   dpkg-reconfigure tzdata   dpkg-reconfigure tzdata
      
-**3. Install Postfix, Dovecot, MySQL, phpMyAdmin, rkhunter, binutils.**+=== 3. Install Postfix, Dovecot, MySQL, phpMyAdmin, rkhunter, binutils. ===
  
 We can install Postfix, Dovecot, MySQL, rkhunter, and binutils with a single command: We can install Postfix, Dovecot, MySQL, rkhunter, and binutils with a single command:
Línea 99: Línea 110:
 netstat -tap | grep mysql netstat -tap | grep mysql
 </code> </code>
-**4. Install Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, And mcrypt.**+=== 4. Install Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, And mcrypt. ===
  
 Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, and mcrypt can be installed as follows: Apache2, PHP5, phpMyAdmin, FCGI, suExec, Pear, and mcrypt can be installed as follows:
Línea 156: Línea 167:
 /etc/init.d/apache2 restart /etc/init.d/apache2 restart
 </code> </code>
-**4.1. Xcache.**+=== 4.1. Xcache. ===
  
 Xcache is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and APC. It is strongly recommended to have one of these installed to speed up your PHP page. Xcache is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and APC. It is strongly recommended to have one of these installed to speed up your PHP page.
Línea 168: Línea 179:
 /etc/init.d/apache2 restart /etc/init.d/apache2 restart
 </code> </code>
-**4.2. PHP-FPM.**+=== 4.2. PHP-FPM. ===
  
 Starting with ISPConfig 3.0.5, there is an additional PHP mode that you can select for usage with Apache: PHP-FPM. Starting with ISPConfig 3.0.5, there is an additional PHP mode that you can select for usage with Apache: PHP-FPM.
Línea 181: Línea 192:
 /etc/init.d/apache2 restart /etc/init.d/apache2 restart
 </code> </code>
-**5. Install PureFTPd And Quota.**+=== 5. Install PureFTPd And Quota. ===
  
 PureFTPd and quota can be installed with the following command: PureFTPd and quota can be installed with the following command:
Línea 254: Línea 265:
 /dev/sr0        /media/cdrom0   udf,iso9660 user,noauto           0 /dev/sr0        /media/cdrom0   udf,iso9660 user,noauto           0
 </file> </file>
-**6. Install Vlogger, Webalizer, And AWstats.**+=== 6. Install Vlogger, Webalizer, And AWstats. ===
  
 Vlogger, webalizer, and AWstats can be installed as follows: Vlogger, webalizer, and AWstats can be installed as follows:
Línea 273: Línea 284:
 #10 03 * * * www-data [ -x /usr/share/awstats/tools/buildstatic.sh ] && /usr/share/awstats/tools/buildstatic.sh #10 03 * * * www-data [ -x /usr/share/awstats/tools/buildstatic.sh ] && /usr/share/awstats/tools/buildstatic.sh
 </file> </file>
-**7. Install fail2ban.**+=== 7. Install fail2ban. ===
  
 This is optional but recommended, because the ISPConfig monitor tries to show the log: This is optional but recommended, because the ISPConfig monitor tries to show the log:
Línea 326: Línea 337:
 /etc/init.d/fail2ban restart /etc/init.d/fail2ban restart
 </code> </code>
-**8. Install ISPConfig 3.**+=== 8. Install ISPConfig 3. ===
  
 To install ISPConfig 3 from the latest released version, do this: To install ISPConfig 3 from the latest released version, do this:
Línea 400: Línea 411:
 Afterwards you can access ISPConfig 3 under http(s)://server1.example.com:8080/ or http(s)://192.168.0.100:8080/ ( http or https depends on what you chose during installation). Log in with the username admin and the password admin (you should change the default password after your first login): Afterwards you can access ISPConfig 3 under http(s)://server1.example.com:8080/ or http(s)://192.168.0.100:8080/ ( http or https depends on what you chose during installation). Log in with the username admin and the password admin (you should change the default password after your first login):
  
-**9. ISPConfig 3 Manual.**+=== 9. ISPConfig 3 Manual. ===
 In order to learn how to use ISPConfig 3, I strongly recommend to https://www.howtoforge.com/download-the-ispconfig-3-manual In order to learn how to use ISPConfig 3, I strongly recommend to https://www.howtoforge.com/download-the-ispconfig-3-manual
  
-**10. Warning.**+=== 10. Warning. ===
  
 En algunas ocasiones, el enlace entre el ISPConfig y la aplicación phpMyadmin, no es creado por el proceso de instalación, para lo cual se requiere crear de manera manual, dicho enlace: En algunas ocasiones, el enlace entre el ISPConfig y la aplicación phpMyadmin, no es creado por el proceso de instalación, para lo cual se requiere crear de manera manual, dicho enlace:
para_configurar_ispconfig.1436998177.txt.gz · Última modificación: 2022/11/02 17:58 (editor externo)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki