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 revision
Previous revision
Next revisionBoth sides next revision
install_apache_mysql_php_linux_ubuntu_server [2020/06/07 20:04] – [Installing Apache2 web server, MySql database server, and PHP language interpreters on Ubuntu Server] wikiadmininstall_apache_mysql_php_linux_ubuntu_server [2020/06/07 20:12] – [Installing Apache2 (version 2.4)] wikiadmin
Line 1: Line 1:
-====== Installing Apache2 web server, MySQL database server, and PHP language interpreters on Ubuntu Server ====== +====== Installing Apache2 web server, MySQL database server, and PHP language interpreterson Ubuntu Server ====== 
  
 You can install these with LAMP or XAMPP or install each separately using apt-get installer.  You can install these with LAMP or XAMPP or install each separately using apt-get installer. 
Line 28: Line 28:
 <code> <code>
 sudo apt-get update sudo apt-get update
 +
 sudo apt-get install apache2 sudo apt-get install apache2
 </code> </code>
  
 +Also (OR INSTEAD) install libapache2-mod-php module to work PHP with Apache2. [Go research this]
 +
 +Enter the following to install it:
 +
 +<code>sudo apt install apache2 libapache2-mod-php7.4</code>
 ==== Creating Apache VirtualHost ==== ==== Creating Apache VirtualHost ====
  
install_apache_mysql_php_linux_ubuntu_server.txt · Last modified: 2020/06/08 23:20 by wikiadmin