Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script configuración inicial servidor - No Direct IP access #17

Open
gonzaleztroyano opened this issue Dec 1, 2021 · 0 comments
Open
Assignees
Labels
Apache Relacionado con la operativa del servidor web

Comments

@gonzaleztroyano
Copy link
Owner

Ejemplo de configuración:

<VirtualHost *:80>
        ServerName <IP-DEL-SERVIDOR>
        Redirect 403 /
        ErrorDocument 403 “Sorry, direct IP access not allowed.”
        DocumentRoot /dev/null/
        UseCanonicalName Off
</VirtualHost>

Estudiar redirección a página con explicación.

Ante todo, NO se debe mostrar un sitio en el acceso por IP.
Favorable si además todo es tráfico cifrado.

@gonzaleztroyano gonzaleztroyano added this to the v3-HostingGlez milestone Dec 1, 2021
@gonzaleztroyano gonzaleztroyano self-assigned this Dec 1, 2021
@gonzaleztroyano gonzaleztroyano added the Apache Relacionado con la operativa del servidor web label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apache Relacionado con la operativa del servidor web
Projects
None yet
Development

No branches or pull requests

1 participant