[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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
es:howtos:network_services:setup_apache_php_mysql [2019/02/16 19:26 (UTC)] – [Configuración de Apache, PHP y MySQL] pedro.herreroes:howtos:network_services:setup_apache_php_mysql [2019/02/16 19:55 (UTC)] (actual) – [Configuración de Apache, PHP y MySQL] pedro.herrero
Línea 1: Línea 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
- 
-<note important>Translation in progress (pedro.herrero)</note> 
  
 ====== Configuración de Apache, PHP y MySQL ====== ====== Configuración de Apache, PHP y MySQL ======
Línea 27: Línea 25:
  
 \\ \\
-  * Si desea que su servidor Apache se inicie automáticamente cuando inicie su caja, puede cambiar los permisos del archivo '''/etc/rc.d/rc.httpd'''. Ejecute el siguiente comando como root: <code bash>+  * Si desea que su servidor Apache se inicie automáticamente cuando arranque su equipo, puede cambiar los permisos del archivo '''/etc/rc.d/rc.httpd'''. Ejecute el siguiente comando como root: <code bash>
   * chmod 755 /etc/rc.d/rc.httpd   * chmod 755 /etc/rc.d/rc.httpd
 </code> Ahora su servidor Apache se iniciará automáticamente cuando su sistema arranque. \\ \\ Para configurar su instalación de MySQL, por favor vea el documento [[es:howtos:databases:install_mysql_on_slackware|Install MySQL En Slackware]]. </code> Ahora su servidor Apache se iniciará automáticamente cuando su sistema arranque. \\ \\ Para configurar su instalación de MySQL, por favor vea el documento [[es:howtos:databases:install_mysql_on_slackware|Install MySQL En Slackware]].
  
  
-===== Final Considerations =====+===== Reflexiones finales =====
  
-  * Normally you would want to test your recent changes in order to know if they have workedAfter restarting Apache, create a '''test.php''' file on your '''/var/www/htdocs/''' directory with the following: <code php>+  * Normalmente usted querría probar sus cambios recientes para saber si han funcionadoDespués de reiniciar Apache, cree un archivo '''test.php''' en su directorio '''/var/www/htdocs/''' con lo siguiente: <code php>
 <?php phpinfo(); ?> <?php phpinfo(); ?>
-</code> Now you can open your favorite web browser to the following URL: http://localhost/test.php . If you your PHP installation's settings are displayedthen you have configured your Apache correctlyotherwiseplease re-check this documentation (getting sure you have followed every step correctly), or contact us at ##slackware on FreeNode.+</code> Ahora puede abrir su navegador web favorito en la siguiente URL: http://localhost/test.php . Si se muestra la configuración de su instalación PHP, entonces ha configurado su Apache correctamentede lo contrariopor favor vuelva a comprobar esta documentación (asegurándose de que ha seguido cada paso correctamente), o póngase en contacto con nosotros en ##slackware en FreeNode.
  
  
-===== Sources =====+===== Fuentes =====
  
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
-  * Original source: [[http://slackware-es.com/tutoriales/administracion/configurar-apache-php-y-mysql-en-slackware-linux]]+  * Fuente original: [[http://slackware-es.com/tutoriales/administracion/configurar-apache-php-y-mysql-en-slackware-linux]]
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-  * Originally written by User [[wiki:user:pavel |Pavel E.]]+  * Escrito Originalmente por el Usuario [[wiki:user:pavel |Pavel E.]] 
 +  * Traducido por  --- //[[wiki:user:pedro.herrero|Pedro Herrero García]] 2019/02/16 19:33 (UTC)//
  
 {{tag>howtos apache php author_pavel}} {{tag>howtos apache php author_pavel}}
 +
 +
 es:howtos:network_services:setup_apache_php_mysql ()