The search returned 4 results

by LePoPeye
January 3, 2020 - 2:36 PM
Forum: WAPT Server
Subject: [SOLVED] Installation on Windows Server 2016
Answers: 4
Views : 3582

[SOLVED] Re: Installation on Windows Server 2016

Okay, so you really need to read the documentation and not try to ignore it.

You have to install WAPT with the default ports 80/443 (as written in the documentation, otherwise the installation will fail).

I was able to free up port 80, which was being used by Windows PID 4, using the command `net stop http` as administrator,

and then I...
by LePoPeye
January 3, 2020 - 11:38
Forum: WAPT Server
Subject: [SOLVED] Installation on Windows Server 2016
Answers: 4
Views : 3582

Re: Installation on Windows Server 2016

New problem: I can't connect to the console. I enter the correct password, but I'm redirected to the login screen. And I'm 100% sure it's the correct

Nginx password: [emerg] bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions ...
by LePoPeye
January 3, 2020 - 10:19
Forum: WAPT Server
Subject: [SOLVED] Installation on Windows Server 2016
Answers: 4
Views : 3582

Re: Installation on Windows Server 2016

I'm replying to myself in case it helps someone.

I ran the command:
`g:\wapt\waptpython.exe g:\wapt\waptserver\winsetup.py -ldebug install_postgresql -cg:\wapt\conf\waptserver.ini`
because the PostgreSQL service wasn't present after the normal installation. I restarted the services and...
by LePoPeye
January 3, 2020 - 10:06 AM
Forum: WAPT Server
Subject: [SOLVED] Installation on Windows Server 2016
Answers: 4
Views : 3582

[SOLVED] Installation on Windows Server 2016

Hello,

After a testing phase on a basic office workstation, I'm trying to validate WAPT in order to continue my tests in a pre-production environment before I can validate WAPT for my company.

However, I'm stuck on a problem for which I haven't found a solution in the


WAPT Installation forum...