[TriLUG] Apache serving wrong website
Douglas Ward
dward at nccumc.org
Tue Mar 11 12:15:45 EDT 2008
To be honest, I've kept the default CentOS settings. I have read the conf
file twice and can't see anything that conflicts. I could be suffering from
lack of apache knowledge though...
On Tue, Mar 11, 2008 at 11:48 AM, Marc Wiatrowski <mwia at iglass.net> wrote:
> Nothing in conf/httpd.conf that would be conflicting?
>
> On Tue, 2008-03-11 at 10:52 -0400, Douglas Ward wrote:
> > I have an apache server (CentOS 5 - httpd-2.2.3-11.el5_1.centos.3) that
> > isn't returning web pages in the way that I think it should. Here's my
> > entry in vhosts.conf:
> >
> > <VirtualHost x.x.x.x>
> > ServerAdmin admin at domain.org
> > DocumentRoot /var/www/sub.domain.org
> > ServerName sub.domain.org
> > ServerAlias sub.domain.org
> > ErrorLog logs/sub.domain.org_error_log
> > CustomLog logs/sub.domain.org-access_log common
> > </VirtualHost>
> >
> > <VirtualHost x.x.x.x>
> > ServerAdmin admin at domain.org
> > DocumentRoot /var/www/domain.org
> > ServerName domain.org
> > ServerAlias domain.org www.domain.org
> > ErrorLog logs/domain.org_error_log
> > CustomLog logs/domain.org-access_log common
> > </VirtualHost>
> >
> >
> > The server sends all traffic to the main domain website. I need
> browsers
> > that visit sub.domain.org to be sent to the correct site. It was my
> > understanding that as long as the sub domain was first in the
> configuration
> > file it would work. Am I missing something? Shouldn't apache be able
> to do
> > this? I need to host both of these sites on the same server. Any
> advice
> > would be most appreciated. Thank you!
>
> --
> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ : http://trilug.org/faq/
> TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
>
More information about the TriLUG
mailing list