So now I reinstalled midgard and the import process worked!
but I still can't access the midgard-front end.

the machine is running in  network where I can only access it by its
IP-adress. so I changed the midgard.conf to:


# The order is 'database name' 'user name' 'password'
MidgardDatabase midgard midgard midgard

## Uncomment these if you want to use filetemplates
# DirectoryIndex index.mgd
# MidgardTemplate phpelements.xml
# AddType application/x-httpd-php-midgard .mgd

## for PHP4
MidgardRootFile "/usr/lib/apache/midgard-root.php"

Listen 80
Listen 8099
Listen 8101
Listen 8102

NameVirtualHost 9.155.139.147:8099
NameVirtualHost 9.155.139.147:8101
NameVirtualHost 9.155.139.147:8102

ServerName 9.155.139.147

# Switch off magic quotes - it is required with Midgard
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off

# Configure text parser:
MidgardParser latin1
MidgardBlobDir "/var/lib/wwwrun/blob"
   

<VirtualHost 9.155.139.147:8099>
    Port 8099
    MidgardEngine On
</VirtualHost>

<VirtualHost 9.155.139.147:8101>
    Port 8101
    MidgardEngine On
</VirtualHost>

<VirtualHost 9.155.139.147:8102>
    Port 8102
    MidgardEngine On
</VirtualHost>

Is this ok? what do I have to do access the front-end?

Thankx
Matthias

Reply via email to