I seem to have got filetemplates pretty much set up as described, however,
instead of 'interpreting' the index.mgd it seems just to be pumping it out 
(the authentication is working OK.)

'Standard' midgard is OK

Config files below

Any ideas on how to debug it.. - nothing amazing comming out of
apache/error.log or access.log that's informative!

regards

alan



srm.conf
AddType application/x-httpd-midgard .mgd

httpd.conf
<VirtualHost 192.168.0.52:8010>
    MidgardEngine On
    ServerName compiler.hklc.com
    Port 8010
    DirectoryIndex index.mgd
    MidgardTemplate phpelements.xml
    Documentroot /var/www/framed 
    # 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.sql
     # before inserting it into DB too.
     CharsetSourceEnc koi8-r
     # Force mod_charset to do its work
     CharsetDisable Off
    </IfModule>
</VirtualHost>


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

Reply via email to