Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


install_apache_mysql_php_linux_ubuntu_server

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
install_apache_mysql_php_linux_ubuntu_server [2020/06/08 04:33] – [Installing Apache2 (version 2.4)] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/08 04:37] – [Installing Apache2 (version 2.4)] wikiadmin
Line 60: Line 60:
 <code>sudo apt install apache2 libapache2-mod-php7.4</code> <code>sudo apt install apache2 libapache2-mod-php7.4</code>
  
-Some help sites also include "php-mysql" module appended to the end of the above command.+Some help sites also include "php-mysql" module appended to the end of the above command.  I think we can install that later after we install MySQL server.  So keep in mind for later, after MySQL server is installed, the step of entering a command like the following. 
 + 
 +<code>sudo apt install apache2 php-mysql</code>
 ==== Creating Apache VirtualHost ==== ==== Creating Apache VirtualHost ====
  
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin