Todd Underwood <[EMAIL PROTECTED]> wrote: > folx, > > i *think* that i *may* have been somewhat successful at installing > midgard-lib, midgard-data and mod_midgard on RH8 (i had to recompile > apache 1.3.27 for rh8 from the 7.3 tree and then recompile php-4.2.1 and > so on). it was an Odyssey to say the least (the instructions aren't > really all that closely tied to the source right now, as far as i can > tell).
Well, no one told that installing distribution which doesn't has required applications is easy :) > <VirtualHost _default_:80> See that VirtualHost? First of all set its name according what You have in host table. > # 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 "/var/midgard/blob" > > # Configuration for Russian Midgard: > <IfModule mod_charset.c> Remove all configuration for mod_charset as midgard supports Russian parser if You need charset different than latin1. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
