Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

183
Vistas
Apache 2.4 permission only from other domain in the same server

I have an embedded page (yyy.subdomain.com) that i call and share session from my web with subdomain(xxx.subdomain.com), but i need that the embedded page can be only accessed by my app and not by the url in a browser. this is my conf in my vhost of apache.

<VirtualHost 127.0.0.1:443 _default_:443>
  ServerAlias yyy.subdomain.com 
  SSLEngine on
  SSLCertificateFile "/opt/user/apache/conf/certs/server.crt"
  SSLCertificateKeyFile "/opt/user/apache/conf/certs/server.key"
  DocumentRoot /opt/bitnami/apache/htdocs/yyy
  <Directory "/opt/bitnami/apache/htdocs/yyy">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Require all granted
  </Directory>
</VirtualHost>

Also I try to remove "Require all granted" and write "Require all denied" and then use Require host / ip but it didn't work

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

I found the solution in other way, i put a script in the header of the embedded page to redirect if is not embedded.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda