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 8812443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:36:27+00:00 2026-06-14T03:36:27+00:00

I have a linode server and was running a single website for dev purposes

  • 0

I have a linode server and was running a single website for dev purposes using webrick, now i want to put it into production and use Apache2 which I have installed and is up and running the classic It Work’s! page which is expected.

Now I want to run multiple sites on this VPS I am using the current configuration which works fine for striaght HTML but will not run the web apps unless I run them on another port (rails s -p3500 etc) as port 80 is already taken up by Apache.

<VirtualHost *:80>
  ServerName datumpoint.bizmodev.com
  # ServerAlias *.example.com
  DocumentRoot /var/www.bizmodev.com
  <Directory "/var/www.bizmodev.com">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

<VirtualHost *:80>
  ServerName homehounduk.co.uk
  ServerAlias *.homehounduk.co.uk
  DocumentRoot /var/www.homehounduk.co.uk
  <Directory "/var/www.homehounduk.co.uk">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

Do i need to use passenger or something else to get this working? i have tried changing the virtual hosts to different ports and stuff but just end up getting a 403.

Any help would be appreciated.

  • 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-14T03:36:29+00:00Added an answer on June 14, 2026 at 3:36 am

    this line:

    <VirtualHost *:80>
    

    you are telling to your apache that it will listen to anything on port 80

    it you change to something like this:

    <VirtualHost www.myawesomeurl.com:80>
    

    in this case you are telling apache that everything that comes as a request from this address (www.myawesomeurl.com) on port 80 will use that options.

    I think you want something like this:

    # Basically your home, like: www.myhome.com
    <VirtualHost *:80>
      ServerName datumpoint.bizmodev.com
      # ServerAlias *.example.com
      DocumentRoot /var/www.bizmodev.com
      <Directory "/var/www.bizmodev.com">
        Options FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
      </Directory>
    </VirtualHost>
    
    # Your custom site
    <VirtualHost www.something.com:80>
      ServerName homehounduk.co.uk
      ServerAlias *.homehounduk.co.uk
      DocumentRoot /var/www.homehounduk.co.uk
      <Directory "/var/www.homehounduk.co.uk">
        Options FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
      </Directory>
    </VirtualHost>
    

    and dont forget to point the www.something.com to the same ip as the www.myhome.com

    Combine this with passenger and you will have one server running many rails apps and many php instances or html pages or anything you want.

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

Sidebar

Related Questions

I have my website and WordPress installed on a Linode server running Ubuntu. The
I have rails application running in linode server .Some guy is continuously spamming (writing
I have an Ubuntu server on linode running a node.js/mongo app. I realize I
I have uploaded a app in production mode to linode. I want make changes
I'm using ssh root to a VPS Ubuntu 10.04 server from Linode that has
I have tried following how-set-up-your-own-private-git-server-linux and private-remote-git-repositories-ubuntu-linode but I am still having problems. My
I have installed http://www.rubygeocoder.com/ in a project rails in a production server but this
I have my app in production mode in my linode account and I get
I have django+python+apache2+mod_python installed hosted and working on ubuntu server/ linode VPS. php5 is
I am currently using Linode to deploy my application. I have 2 servers, 1

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.