Can't access website on different port

Hi,

My setup:

  • nginx as reverse proxy

  • apache listening to port 9091

I can't access my website if I target the apache only (bypass nginx) to render my website:

http://www.spellrealty.com:9091

It seems not resolving.

Any tip would greatly appreciated.

Thanks,

arpeggio

2 Replies

It looks like you're using CloudFlare:

rtucker@racer-x:~$ dig www.spellrealty.com +short
spellrealty.com.
104.28.13.90
104.28.12.90

rtucker@racer-x:~$ dig spellrealty.com +short ns
woz.ns.cloudflare.com.
jade.ns.cloudflare.com.

You'll want to contact the CloudFlare folks to make sure they're set up to forward port 9091.

Hi hoopycat,

Thank you for the quick reply. That is helpful. Here is the cloudflare reply:

CloudFlare only supports the following ports listed below:

For requests made via HTTP (all domains on CloudFlare):

80

8080

8880

2052

2082

2086

2095

For requests made via HTTPS (only domains subscribed to Pro, Business, or Enterprise):

443

2053

2083

2087

2096

8443

Thanks again,

arpeggio

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct