Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Database Server
  • Search

Is it possible to disable direct access to Floating IPs from http ?

Questions regarding the Database Server
MySQL, PostgreSQL, MariaDB, Percona Server, phpMyAdmin, phpPgAdmin
Post Reply
  • Print view
Advanced search
1 post • Page 1 of 1
djamelo
Posts: 1
Joined: Mon Apr 22, 2019 7:58 pm

Os: CentOS 6x
Web: apache + nginx
Is it possible to disable direct access to Floating IPs from http ?
  • Quote

Post by djamelo » Mon Apr 22, 2019 8:25 pm

I can do this with the droplet's IP using an Apache a virtual host config like such :

<VirtualHost 104.131.44.51:80>
ServerName 104.131.44.51
Redirect 403 /
ErrorDocument 403 "Sorry, direct IP access not allowed."

etc..
</VirtualHost>

However, when I use the same strategy for the floating IP, I can still access the web server using the floating IP. I would like to disable direct access by IP over HTTP (floating and direct droplet) to my server. Not sure how to do this.

Any suggestions welcomed.
Thank you in advance.
I didn't find the right solution from the internet.
References:
-https://www.digitalocean.com/community/ ... -from-http
unlock Examples.
Top


Post Reply
  • Print view
1 post • Page 1 of 1

Return to “Database Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password