Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Servers > Apache VirtualHost Help

Forgot Password?
 Servers   Anything server related, Apache, MySQL, Samba, server security, sendmail, exim, etc

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 1 Week Ago   #1 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 1
Apache VirtualHost Help

Hey guys, having trouble with virtual hosts on my CentOS run Apache2 server.

my httpd.conf is as follows (changed the domain and user names for security)

Code:
NameVirtualHost *:80

<VirtualHost *:80>
        DocumentRoot /home/user1/domain1.com/public_html
        ServerName domain1.com
        <Directory />
                AllowOverride All
        </Directory>
</VirtualHost>

<VirtualHost *:80>
        DocumentRoot /home/user2/domain2.com/public_html
        ServerName domain2.com
        <Directory />
                AllowOverride All
        </Directory>
</VirtualHost>
Now domain1.com shows the correct files however by going to domain2.com it is showing the files for domain1.com.....

i tried in a different browser incase it was showing a cached page from a previous viewing but its not.

Any suggestions ?

Cheers.
Chris1989 is offline  


Reply With Quote
Old 1 Week Ago   #2 (permalink)
Just Joined!
 
Join Date: May 2009
Posts: 93
the config looks ok.

What comes to mind:
Any servername, that is not explicitly written in the config will default to the first server.

In your example:

Code:
domain2.com should return domain2.
But 
www.domain2.com will return domain1.
To overcome that,
you can use ServerAlias, together with wildcards.

ie:
Code:
ServerName www.domain2.com
ServerAlias domain2.com
ServerAlias *.domain2.com
Irithori is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:27 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2