On 11 Nov, Toni Milovan wrote:
> NameVirtualHost 127.0.0.1
> NameVirtualHost 127.0.0.1:8099
> NameVirtualHost 127.0.0.1:8101
> works fine on linux, but on solaris I get error which says:
>
> [Thu Nov 11 12:51:09 1999] [error] VirtualHost 127.0.0.1:8101 -- mixing
> * ports and non-* ports with a NameVirtualHost address is not supported,
> proceeding with undefined results
<snip>
>
> and I need nonmidgard host on 127.0.0.1...:(

It seems that there are some differences in Apache behaviour
between the Solaris and Linux platforms, so this doesn't
have anything to do with Midgard.

As a solution, have you tried defining the default
NameVirtualHost to port 80 (which is the HTTP default
port)?

After this, your configuration should look like:

NameVirtualHost 127.0.0.1:80
NameVirtualHost 127.0.0.1:8099
NameVirtualHost 127.0.0.1:8101

...and the normal non-Midgard site should still 
be accessible by http://127.0.0.1

> Toni

/Bergie

-- 
-- Henri Bergius -- +358 40 525 1334 -- [EMAIL PROTECTED] --
               http://www.iki.fi/Henri.Bergius


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to