Change APACHE port / TEAMVIEWER

Asked

Viewed 968 times

0

I am using Ubuntu for PHP development, so I have Apache/php/Mysql installed. Now I’m installing teamviewer for customer support, but it can’t connect. I stopped the Apache service and tried again and Teamviewer worked perfectly, I mean, I believe it is a port conflict.

I couldn’t find how to change the default ports to use apache and teamviewer simultaneously.

Would anyone know how to change the default port of Apache or Teamviewer to resolve this conflict? Thank you.

  • 1

    The teamviewer part is outside the scope of the site. Changing the apache port is still within reason. If the answer given is a solution, I would then suggest [Dit] the question to withdraw the relevant part (support is not in the scope of the site, and teamviewer is not a programming tool - On the other hand, Apache although not "directly" a programming tool, serves as a development basis)

1 answer

2

In the archive /etc/apache2/ports.conf, changes the door:

Listen 8079

So in the file /etc/apache2/sites-enabled/000-default.conf change the first line:

<VirtualHost *: 8079>

Restart the apache:

sudo service apache2 restart

Browser other questions tagged

You are not signed in. Login or sign up in order to post.