Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

548
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!