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

  • Home
  • SEARCH
  • 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 3693360
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:22:06+00:00 2026-05-19T04:22:06+00:00

My question is about hosting Django and WordPress under one domain, but two physical

  • 0

My question is about hosting Django and WordPress under one domain, but two physical machines (actually, they are VMs but same diff).

Let’s say I have a Django webapp at example.com. I’d like to start a WordPress blog about my webapp, so any blog page rank mojo flows back to my webapp, I’d like the blog address t be example.com/blog. My understanding is blog.example.com would not transfer said page rank mojo.

Because I’m worried about WordPress security flaws compromising my Django webapp, I want to host Django and WordPress on two physically separate machines.

Given all that, is it possible using re-write rules or a reverse proxy server to do this? I know the easy way is to make my WordPress blog a subdomain, but I really don’t want to do that.

Has anyone done this in the past, is it stable? If I need a third server to be a dedicated reverse proxy, that’s totally fine.

Thanks!

  • 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-05-19T04:22:06+00:00Added an answer on May 19, 2026 at 4:22 am

    You can do this with haproxy — a robust software load balancer:

    global
      user haproxy
      group haproxy
    #  chroot /usr/share/haproxy
      pidfile /var/run/haproxy.pid
      daemon
      log 127.0.0.1 local0 info
    
    defaults
      log global
      mode http
      option httplog
      option dontlognull
      option redispatch
      option httpclose
      option forwardfor
      balance roundrobin
      retries 3
      contimeout 5000
      clitimeout 600000
      srvtimeout 600000
    
    frontend http_proxy :80
      acl path_foo path_beg /foo
      use_backend foo if path_foo
      default_backend www
    
    backend foo
      server foo0 127.0.0.1:8080
    
    backend www
      server www0 127.0.0.1:8081
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question about best practices regarding how one should approach storing complex
My question about the reconfiguration delay when switching between Access 2003 and 2007 the
I recently asked a question about IIf vs. If and found out that there
I was reading this question about how to parse URLs out of web pages
I recently asked a question about what I called method calls. The answer referred
I recently asked a question about Oracle Encryption. Along the way to finding a
I have a question about using streams in .NET to load files from disk.
Following Izb's question about Best binary XML format for JavaME , I'm looking for
I have a curious question about efficiency. Say I have a field on a
I have a question about locking. This doesn't have to be only about record

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.