Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7832875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T12:27:36+00:00 2026-06-02T12:27:36+00:00

Can you help me? I have two servers with all permissions in CentOS, assigned

  • 0

Can you help me? I have two servers with all permissions in CentOS, assigned IPs, and a subdomain that pointing to one, where there a static website. But, the other server has a blog on WordPress. The question is how pointing from a folder to another server. Thus:

subdomain.domain.com >> IP: 1.2.3.4
subdomain.domain.com/blog >> ANOTHER: 2.3.4.5

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T12:27:37+00:00Added an answer on June 2, 2026 at 12:27 pm

    Your best bet is to use something like mod_proxy to reverse proxy requests for blog related resources to your WordPress Server.

    So something like:

    <VirtualHost *:80>
    ServerName subdomain.domain.com
    DocumentRoot /whatever
    ProxyRequests Off
    
        <Proxy *>
        Order deny,allow
        Allow from all
        </Proxy>
    
    ProxyPass /blog http://2.3.4.5/blog
    ProxyPassReverse /blog http://2.3.4.5/blog
    
    #...
    
    </VirtualHost>
    

    One more point to mention, in the example above I reverse proxying to a resource identified by the hosts IP address. I would strongly recommend using a hostname and DNS instead since DNS is a good thing:

    ProxyPass /blog http://blog.domain.com/blog
    ProxyPassReverse /blog http://blog.domain.com/blog
    

    Obviously you”l need to add 2.3.4.5 to DNS (or host hack accordingly)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hope someone can help. I have two tables: Users -UserID -UserName UsersType -UserTypeID -UserID
I hope you can help me. I have a web service that needs to
I have a problem with preg_match_all that maybe you can help. I have a
Is there anything built into MassTransit that can help manage the queues? I'm specifically
I wish someone can help me with this one. I have a Spring MVC
We have a website that runs on two load balanced servers. We use the
I wonder if anyone can help - I have this error showing recently when
I am hoping someone can help me with a question i have relating to
im hoping someone can help me quickly with a question i have. As site
I am hoping someone can help me out with a quick question I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.