[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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howtos:network_services:setup_apache_php_mysql [2012/09/25 04:41 (UTC)] – moved from the general howtos namespace mfillpothowtos:network_services:setup_apache_php_mysql [2012/09/26 02:38 (UTC)] (current) – [Setup Apache, PHP and MySQL] updated internal link mfillpot
Line 26: Line 26:
   * If you want your Apache server to start automatically when you start your box, you can change the permissions of the '''/etc/rc.d/rc.httpd''' file. Execute the following command as root: <code bash>   * If you want your Apache server to start automatically when you start your box, you can change the permissions of the '''/etc/rc.d/rc.httpd''' file. Execute the following command as root: <code bash>
   * chmod 755 /etc/rc.d/rc.httpd   * chmod 755 /etc/rc.d/rc.httpd
-</code> Now your Apache server will start automatically when your system boots. \\ \\ In order to configure your MySQL installation, please see the [[howtos:install_mysql_on_slackware|Install MySQL On Slackware]] doc.+</code> Now your Apache server will start automatically when your system boots. \\ \\ In order to configure your MySQL installation, please see the [[howtos:databases:install_mysql_on_slackware|Install MySQL On Slackware]] doc.
  
  
 howtos:network_services:setup_apache_php_mysql ()