Robin Jackson wrote:
>
> Well get some sleep...I especially like the mime type idea maybe we could
> make the extension .mtml or .mgd ;)
Using the AddType directive you could name it however you like... mind
that
neither solution is going to automatically kick off the style mechanism
as the regular midgard page call would, since that is done by the
midgard root
file. You can start style eval by starting the root (code-init,
whatever) yourself
but in PHP4 that initial call is going to look slightly weird. No ill
side-effects,
just weird looking. You will have the database connection, though, and
after a $midgard = mgd_get_midgard() _most_ of the values will be valid.
$midgard->page will be off, of course.
Host authentication will be enforced by mod_midgard itself, page
authentication
can be handled in httpd.conf or .htaccess in the usual way, although you
will
want to set MidgardAuth on for those sections, allowing Midgard to
handle
authentication for those requests.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]