[rt-users] virtual host problem not accessable from internal network
Brett George
bgeorge at deqx.com
Wed Mar 16 10:21:40 EST 2005
> On Mon, 14 Mar 2005, Brett George wrote:
>
> > However, if I log into the debian machine directly as root
> and access the
> > command line, then type "lynx localhost/rt" (or "lynx
> 192.168.100.30/rt" or
> > "lynx penguin/rt"), I receive the 404 not found error. All
> my other webpages
> > (such as localhost/index.html) are accessable using both
> methods of web
> > access.
>
>
> What do the Apache logs say you're trying to access?
I added the line:
NameVirtualHost *
and change the virtualhost line to:
<VirtualHost 192.168.100.30 127.0.0.1>
That seemed to solve the problem.
Thanks,
Brett.
More information about the rt-users
mailing list