Changes between Version 14 and Version 15 of Csle2022/Agenda/databaseandweb
- Timestamp:
- Nov 29, 2022, 9:46:13 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/databaseandweb
v14 v15 1 = Apache Web Server Installation = 2 3 == Download the Pre-installed Linux Virtual Machine == 1 2 = Download the Pre-installed Linux Virtual Machine = 4 3 5 4 First for this lab you need a linux server machine. For this please download the pre-installed ubuntu 22.04 server image file from the below URL. … … 7 6 http://192.248.4.120/VMs/ubuntu-22.04-server.ova 8 7 9 Now open the Virtual Box and import this. 8 Now open the Virtual Box and import this. 9 10 = Apache Web Server Installation = 10 11 11 12 Once imported start the VM and login to the system using below credentials. … … 91 92 92 93 {{{ 93 sudomysql -u root -p94 mysql -u root -p 94 95 }}} 95 96 … … 113 114 114 115 web site for domain 1 - /var/www/your_domain_1/public_html 116 115 117 web site for domain 2 - /var/www/your_domain_2/public_html 118 116 119 web site for domain 3 - /var/www/your_domain_3/public_html 117 120