On Sat, 3 Feb 2001, Alexander Bokovoy wrote:
> On Sat, Feb 03, 2001 at 05:58:50AM -0700, Lynn Winebarger wrote:
> >    I was wondering - is it possible to use the php3_engine directive still
> > even with the midgard version of php?
> With MidgardEngine Off you're disabling mod_midgard module and thus disabling
> processing of any Midgard-related information.
> 
> It means that all mgd_* functions will not work inside PHP code but PHP3 itself
> will function as usual.
> 
    Excellent!  Just what I wanted.  
    So, does midgard rely on the php3.ini file (or the apache file) having
a php3_engine (=) on to work?  I had thought the MidgardEngine just took
over that directive entirely, but now I see I was mistaken.
    Just so I've got this straight, if I turn off the engines by default,
I need 
<VirtualHost ...>
php3_engine on
MidgardEngine on
...
</VirtualHost>
   to enable Midgard

and just
<VirtualHost ...>
php3_engine on
</VirtualHost>
   to not have midgard enabled.

Thanks,
Lynn



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

Reply via email to