hi and thanks
but i did what you said but still can't see anythig
this is my config midgard-data.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 "/usr/local/apache/libexec/midgard-root.php3"

## or this for PHP4

MidgardRootFile "/usr/local/apache/libexec/midgard-root.php"



NameVirtualHost javadev:8109

<VirtualHost javadev:8109>

MidgardEngine On

ServerName javadev

Port 8109



# 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/"

DocumentRoot "/usr/local/apache/htdocs/blobdir"

php_value magic_quotes_gpc off

php_value magic_quotes_runtime off

# 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>

thanks for your help

mariano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to