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

136
Vistas
Apache to Apache virtual host mapping

I want to see my blog posts from this url https://blog.example.com I have two linux PCs. One for proxy and other is a LAMP server.

proxy VM ip address is 10.xx.0.10

Lamp server ip address is 10.xx.0.11

I can able to access the page through http://10.xx.0.11/MyBlogs/posts

10.xx.0.10 proxy configuration

<VirtualHost *:443>
    ServerName blog.example.com
    ServerAlias blog.example.com

    SSLProxyEngine on
    SSLProxyCheckPeerCN on
    
    ProxyPreserveHost On
    AllowEncodedSlashes NoDecode
    RequestHeader set X-Forwarded-Proto "https"
    RequestHeader set X-Forwarded-Port "443"

    ProxyPass / http://10.xx.0.11/MyBlogs/posts
    ProxyPassReverse / http://10.xx.0.11/MyBlogs/posts

    ...
</VirtualHost>

Now i am trying to access https://blog.example.com, then its redirect to https://blog.example.com/MyBlogs/posts. And its shows "Object not found!" error.

Thanks

over 4 years ago · Santiago Trujillo
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