# Clients can't connect to port 80 under Linux

**URL:** https://forum.servoy.com/t/clients-cant-connect-to-port-80-under-linux/7997
**Category:** Classic Servoy
**Created:** [August 9, 2007, 6:07pm UTC](https://forum.servoy.com/t/clients-cant-connect-to-port-80-under-linux/7997 "2007-08-09T18:07:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![adamk](https://avatars.discourse-cdn.com/v4/letter/a/3bc359/32.png) [@adamk](https://forum.servoy.com/u/adamk)
#### Post date: [August 9, 2007, 6:07pm UTC](https://forum.servoy.com/t/clients-cant-connect-to-port-80-under-linux/7997/1 "2007-08-09T18:07:08Z")

</div>

We have a web client solution built on Servoy 3.0. The solution works perfectly on Windows, but when we run it on Linux, clients can’t connect if the solution uses port 80. If I change the http port to 8080, the clients can connect fine. We want to use port 80. Right now the solution is running in Servoy Developer, not as a service.

---

<div class="post-metadata">

### Author: ![Jan\_Aleman](https://avatars.discourse-cdn.com/v4/letter/j/4af34b/32.png) [@Jan\_Aleman](https://forum.servoy.com/u/Jan_Aleman)
#### Post date: [August 10, 2007, 4:32am UTC](https://forum.servoy.com/t/clients-cant-connect-to-port-80-under-linux/7997/2 "2007-08-10T04:32:52Z")

</div>

Are you starting it as root? Non root users cannot run stuff on port 80 on linux.

---

<div class="post-metadata">

### Author: ![adamk](https://avatars.discourse-cdn.com/v4/letter/a/3bc359/32.png) [@adamk](https://forum.servoy.com/u/adamk)
#### Post date: [August 10, 2007, 12:44pm UTC](https://forum.servoy.com/t/clients-cant-connect-to-port-80-under-linux/7997/3 "2007-08-10T12:44:11Z")

</div>

That was easy. Thanks, Jan!
