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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:26:23+00:00 2026-06-12T14:26:23+00:00

I have a virtual – host file containing the following: # lc.glsamcrm.com # <VirtualHost

  • 0

I have a virtual – host file containing the following:

# lc.glsamcrm.com
#

<VirtualHost *:80>
    ServerAdmin webmaster@lc.glsamcrm.com
    ServerName lc.glsamcrm.com
    ServerAlias glsamcrm.com
    DirectoryIndex index.html
    DocumentRoot /var/www/glsamcrm/htdocs/  
    ErrorLog /var/www/glsamcrm/logs/error.log
    CustomLog /var/www/glsamcrm/logs/access.log combined

    ServerAdmin webmaster@crm.glstest.com
    ServerName crm.glstest.com
    ServerAlias crm.glstest.com
    DirectoryIndex index.html
    DocumentRoot /var/www/glsamcrm_prod/htdocs/ 
    ErrorLog /var/www/glsamcrm_prod/logs/error.log
    CustomLog /var/www/glsamcrm_prod/logs/access.log combined   
</VirtualHost>

when I point my browser to lc.glsamcrm.com all works fine. When I point my browser to crm.glstest.com, I get the “THIS WORKS” index page located in the etc/www/ folder. What is going on?

  • 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-12T14:26:24+00:00Added an answer on June 12, 2026 at 2:26 pm

    You need two separate VirtualHost directives. This is because you can only put one ServerName, DocumentRoot, and a few others per VirtualHost.

    <VirtualHost *:80>
        ServerAdmin webmaster@lc.glsamcrm.com
        ServerName lc.glsamcrm.com
        ServerAlias glsamcrm.com
        DirectoryIndex index.html
        DocumentRoot /var/www/glsamcrm/htdocs/  
        ErrorLog /var/www/glsamcrm/logs/error.log
        CustomLog /var/www/glsamcrm/logs/access.log combined
    </VirtualHost>
    
    <VirtualHost *:80>
        ServerAdmin webmaster@crm.glstest.com
        ServerName crm.glstest.com
        ServerAlias crm.glstest.com
        DirectoryIndex index.html
        DocumentRoot /var/www/glsamcrm_prod/htdocs/ 
        ErrorLog /var/www/glsamcrm_prod/logs/error.log
        CustomLog /var/www/glsamcrm_prod/logs/access.log combined   
    </VirtualHost>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have virtual hosts <VirtualHost 10.10.10.10:80> ServerAdmin webmaster@server.com ServerName server.com ServerAlias subdomain-a.server.com subdomain-b.server.com subdomain-c.server.com
I have a virtual host that includes the following settings ServerName www.host.com ServerAlias *.host.com
I have the virtual host setup in my /etc/apache2/sites-available and the file name is
I have a virtual host setup on Apache 2 like so (simplified): <VirtualHost *>
is there any option to have Virtual COM port Host on Android that would
I have a virtual directory (called File) setup for my web application. The directory
On my website i'm using virtual host so my users can have virtual domain
Say we have the following two classes, A is the base class with virtual
I have the following code: #include <iostream> class Grandma { public: virtual void foo()
I have a Virtual Machine running the following: Windows Server 2008 SharePoint 2007 SP1

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.