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

546
Vistas
Apache Reverse Proxy on Sharepoint server how to Preserve Proxy Port

I am adding apache reverse proxy for the sharepoint server. Below is the virtual host config.

< VirtualHost *:80 >

    ServerName spdev1.domain.com 
    ProxyRequests Off
    ProxyPreserveHost On
    RequestHeader unset Origin
    #ProxyVia Off


    <Proxy *>
    Order Deny,Allow
    Allow from all
    </Proxy>
    ProxyPass / http://172.16.2.1:8001/ retry=1 acquire=3000 timeout=600 Keepalive=On
    ProxyPassReverse / http://172.16.2.1:8001/
< /VirtualHost>

When I access the URL http://spdev1.domain.com, the Sharepoint site is getting redirected to http://spdev1.domain.com:8001.

How do I preserve the Proxy Port number, 80, in the response instead of redirecting to port 8001?

Is any change needed in the Sharepoint site?

Thanks

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

0

I was able to solve the issue by adding the Alternate Access Mapping from Internal URL to Public URL.

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