Hi,
I installed midgard from source, following the instructions in the 
install-manual from the midgard-documentation.
But now, when I try http://powerbox0x3f:8102/asgard I get a 404.
Here is the midgard-part of my apache config file:
---
MidgardDatabase midgard midgard midgard
MidgardTemplate phpelements.xml
AddType application/x-httpd-php-midgard .mgd
MidgardRootFile libexec/midgard-root.php3

Listen 80
Listen 8099
Listen 8101
Listen 8102

NameVirtualHost 192.168.1.2:80
NameVirtualHost 192.168.1.2:8099
NameVirtualHost 192.168.1.2:8101
NameVirtualHost 192.168.1.2:8102

<VirtualHost 192.168.1.2:80>
    MidgardEngine On
    ServerName powerbox0x3f
    Port 80
    DocumentRoot /usr/local/httpd/htdocs/test
        
    # 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
    MidgardBlobDir "/var/www/blobs"
    
    # 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>

<VirtualHost 192.168.1.2:8099>
    MidgardEngine on
    ServerName powerbox0x3f
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost 192.168.1.2:8101>
    MidgardEngine on
    ServerName powerbox0x3f
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost 192.168.1.2:8102>
    MidgardEngine on
    ServerName powerbox0x3f
    MidgardBlobDir /var/www/blobs
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
</VirtualHost>
---
something in this part must be wrong, because apache didn't response

thx
-- 
read u, FruSt

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

Reply via email to