> > Listen 81 > > NameVirtualHost 10.0.0.3:81 > > <VirtualHost 10.0.0.3:81> > > MidgardEngine On > > ServerName localhost > > Port 81 > > MidgardParser latin1 > > MidgardBlobDir "/home/blob" > > <IfModule mod_charset.c> > > CharsetDefault koi8-r > > CharsetSourceEnc koi8-r > > CharsetDisable Off > > </IfModule> > > </VirtualHost> > > And where's MidgardDatabase directive? >
And the second ones: 1. You called localhost:81 NameVirtualHost is 10.0.0.3:81 Check what exactly You have in host table. 2. If You want koi8-r encoding set MidgardParser russian MidgardParser makes the same what mod_charset If You make all that things , and site will be still not working. Attache last lines from apache error.log Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
