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

134
Views
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
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!