Dan Hammer wrote:
> I however ran into another problem (my luck). I cannot access the index.mgd page.
>Well I should say I can access it but this is what comes up.
Try the attached patch on mod_midgard.c, and please let me know. This
was reported before but I never got confirmation. With confirmation I
can incorporate the fix.
Emile
Index: mod_midgard.c
===================================================================
RCS file: /usr/local/cvs/midgard/mod/mod_midgard.c,v
retrieving revision 1.99
diff -u -r1.99 mod_midgard.c
--- mod_midgard.c 2001/10/03 06:14:51 1.99
+++ mod_midgard.c 2001/10/11 04:21:19
@@ -1424,6 +1424,11 @@
return OK;
}
+ if (rcfg->resource.type = MOD_MIDGARD_RESOURCE_FILETEMPLATE) {
+ r->content_type = "application/x-httpd-php";
+ return OK;
+ }
+
return DECLINED;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]