
06-16-2014, 04:19 PM
|
 |
Paid Member
|
|
Join Date: May 2014
Posts: 5
|
|
I needed specific port because port 80 (and 443) is taken by Apache and I wanted use different server (Twisted/Python) to handle the webhook call. At the end I managed to use standard port 80 with some URL rewrite trick to process the call by Apache. Good to know that port 30000 is open in case I need it.
Thanks for your help.
|