0

I have created a virtual machine (virtualbox) and I have to install apache2. do i need to install it before from windows or do i install it directly in the virtual machine?

sorry if this seems like a silly question, but I am starting this week with apache and virtual machines.

2
  • Install Apache where it is needed, i.e. windows or virtual machine Commented Jan 18, 2023 at 10:25
  • @JaromandaX ok thankss :) Commented Jan 18, 2023 at 10:29

1 Answer 1

0

In the VM update the repos, install the apache server and start the server:

sudo apt update
sudo apt install apache2
sudo systemctl start apache2.service

Then you should be able to open a browser (In Ubuntu GUI) and go to http://127.0.0.1 so see your apache-servers default page.

Look at this link if you have any more questions.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.