Page 1 of 1

Ports assigned to the wapt server

Published: February 15, 2016 - 5:50 PM
by swirly
Hello everyone.

I'm planning to test a WAPT server for software deployment soon. However, the machines I intend to deploy it on already use an Apache server that uses ports 80 and 443.

The documentation clearly states that these ports will be used by the WAPT server. Is this configurable, or are the ports hardcoded?

Thanks in advance for your answers.

Best regards,

Laurent

Re: Ports assigned to the wapt server

Published: March 16, 2016 - 3:09 PM
by daftcraft
Hello,

I'm replying a bit late, but this might be useful to others.

To change the ports used: First, in the Apache Virtualhost, change ports 80 and 443 to XXXX and XXXX. Also, change the proxyReverse lines (XXXX instead of 8080). Then, in the WAPT configuration at "/opt/wapt/conf/waptserver.ini", you need to change the two lines relating to port 8080 to XXXX, and don't forget to uncomment the "waptserver_port" line.