> > Bu now I compiled everything and can't acces my admin site.
> > when I ask for admin.foo.com:8101 I got foo.com site.
> > Maybe I didn't all in my httpd.conf?
>
> Was this an existing deployment?
>
No I changed it a little:
NameVirtualHost admin.infoglob.com:8101
<VirtualHost admin.infoglob.com:8101>
MidgardEngine On
ServerName admin.infoglob.com
Port 8101
# Switch off magic quotes - it is required with Midgard
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
# Configure text parser:
# Change to 'russian' for Russian Midgard
MidgardParser latin1
# Configuration for Russian Midgard:
<IfModule mod_charset.c>
# default charset for real or virtual server (selected if all other charset
-
# selections methods fails)
CharsetDefault koi8-r
# Default source (on-disk) charset (we keep all content in DB in KOI8-R
# encoding). If you want different encoding, please re-encode midgard-ru.sq
l
# before inserting it into DB too.
CharsetSourceEnc koi8-r
# Force mod_charset to do its work
CharsetDisable Off
</IfModule>
</VirtualHost>
And logs for this:
[Mon Sep 4 14:19:34 2000] [debug] mod_midgard.c(1030): [client
195.116.163.166] Midgard: MidgardDefaultRealm Midgard
[Mon Sep 4 14:19:34 2000] [debug] mod_midgard.c(1042): [client
195.116.163.166] Midgard: host record for admin.infoglob.com:8101 not found
[Mon Sep 4 14:19:35 2000] [debug] mod_midgard.c(207): Midgard:
database=midgard, username=<default>, password=<default>
Piotras
--
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]