> i have two databases, one feeding port 80 and the other feeding port 8001.
> the database on port 8001 has all host entries set to port 80. if i try to
> change them to port 8001, all hosts disappear (giving 404 error). if i
> leave them to 80, lots of urls get broken (pointing to port 80, which is
> served by the other database). what am i doing wrong?
Editing Your host within database or using any admin site, is not enough.
Did You edited correctly apache conf file?
If You want your host listening on some port add this entry to conf file.
--------------------
Port 80
Listen 8101
<VirtualHost www.host.com:8101>
Port 8101
...
</VirtualHost>
<VirtualHost www.host.com:80>
Port 80
...
</VirtualHost>
-----------------------
You may have this two hosts in conf file and _then_ set them up in midgard.
Piotras
________________________
http://www.infoglob.pl/sklep
http://www.milinski.com.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]