Changes between Version 14 and Version 15 of Csle2022/Agenda/databaseandweb


Ignore:
Timestamp:
Nov 29, 2022, 9:46:13 AM (2 years ago)
Author:
admin
Comment:

--

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 =
    43
    54First 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.
     
    76http://192.248.4.120/VMs/ubuntu-22.04-server.ova
    87
    9 Now open the Virtual Box and import this.
     8Now open the Virtual Box and import this.
     9
     10= Apache Web Server Installation =
    1011
    1112Once imported start the VM and login to the system using below credentials.
     
    9192
    9293{{{
    93 sudo mysql -u root -p
     94mysql -u root -p
    9495}}}
    9596
     
    113114
    114115web site for domain 1 - /var/www/your_domain_1/public_html
     116
    115117web site for domain 2 - /var/www/your_domain_2/public_html
     118
    116119web site for domain 3 - /var/www/your_domain_3/public_html
    117120