ok pp. I hope we can make it working . I am not a newby user on linux but i
am in midgard.
this is my vhoist config
MidgardDatabase midgard midgard midgard
## Uncomment this if you want serve files instead of Midgard URLs
## where there's a match for both. You'd want to use this if you have
## active pages and you're using static dummy pages to force this
## behaviour. Note that this setting is apache-wide, not per-host.
# MidgardFavorFiles On
## Uncomment this for PHP3,
# MidgardRootFile "/etc/httpd/modules/midgard-root.php3"
## or this for PHP4
MidgardRootFile "/etc/httpd/modules/midgard-root.php"
Listen 8001
NameVirtualHost 192.168.1.2:8001
<VirtualHost 192.168.1.2:8001>
MidgardEngine On
ServerName localhost
Port 8001
# Switch off magic quotes - it is required with Midgard
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off
# Configure text parser:
# Change to 'russian' for Russian Midgard
MidgardParser latin1
MidgardBlobDir "/usr/local/apache/htdocs/blobdir"
# 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.sql
# before inserting it into DB too.
CharsetSourceEnc koi8-r
# Force mod_charset to do its work
CharsetDisable Off
</IfModule>
</VirtualHost>
this is the host table
id name root style info owner port online prefix sitegroup
1 localhost 5 1 auth 0 8001 1 /admin 0
2 localhost 16 2
1 8001 1 /example 0
3 localhost 4 3 auth 0 8001 1 /asgard 0
4 localhost 4 4 auth 0 8001 1 /asgard/framed 0
5 localhost 4 5 auth 0 8001 1 /asgard/framed/top 0
6 localhost 4 6 auth 0 8001 1 /asgard/framed/main 0
Thanks in advance for your help
mariano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]