Multi-site Drupal install with sites on different ports using Apache ip-based hosting?

Posted by MattB on Server Fault See other posts from Server Fault or by MattB
Published on 2010-12-22T15:25:28Z Indexed on 2010/12/22 15:56 UTC
Read the original article Hit count: 164

Filed under:
|
|

In the past we've used name-based virtual hosting in Apache. We recently converted websites to SSL and had to go the ip-based route. As a result, we currently have an instance that is set up as follows:

  • www.domain.com using port 80
  • dev.domain.com using port 8080

Both use the same IP. Is this scenario possible using Drupal multi-site functionality? While we find that dev.domain.com works and reads the correct "dev" database (using the dev settings), it reads theme files from the "www" site instead which is not what we want.

Is the culprit the dev's htaccess file? Apache is listening on 8080 and does use the proper DB settings, but just not the correct theme files. One other note: browsing dev.domain.com:8080 gives an error: "The page isn't redirecting properly". Should we just purchase a new IP address for the dev website, or would this still not help?

Any advice would be appreciated. Thanks.

© Server Fault or respective owner

Related posts about apache

Related posts about port