Hi again,
I've got it... I seem to get Asgard allright.
I've been browsing some of the dev postings to figure out caching location
etc. and it seems the cache is meaningful IFF you use the preparse php
module.
I checked my installed mod_midgard... and it seems I had the preparse one;
somehow I installed it. Oops, sorry, my mistake here (at night all make
files look alike I guess...). I reinstalled the regular mod_mid... and I
get the Asgard top page.
Success!!
I'll run with this for now so I should be ok.
Thanks for the time and help.
cat
----8<------
In case it's of any interest I tried the preparse module anyway, with one
diff: I noticed that there is a 'MidgardPageCacheDir "/var/cache/midgard"'
apache directive; I added it and created the dir, writable by the apache
user (well, everybody for now).
The browser result is now:
Fatal error: Cannot redeclare mgd_eval() in /var/cache/midgard/4.php on
line 13
The func on line 13 is:
function mgd_eval($expr) {
eval("?>".mgd_preparse($expr)."<?");
The httpd log is now:
[Tue Oct 23 18:09:39 2001] [debug] mod_midgard.c(97): [client
192.168.0.19] Midgard: no basic auth found, trying cookie auth
[Tue Oct 23 18:10:01 2001] [debug] mod_midgard.c(775): [client
192.168.0.19] midgard_translate_handler(latin1, http://gryphon
.mycloe.com:8102/asgard)
[Tue Oct 23 18:10:01 2001] [debug] select_db.h(86): [client 192.168.0.19]
Midgard: select_database reused open (midgard)
[Tue Oct 23 18:10:01 2001] [debug] select_db.h(33): [client 192.168.0.19]
Midgard: select_database kept current database midg
ard
[Tue Oct 23 18:10:01 2001] [debug] mod_midgard.c(883): [client
192.168.0.19] Midgard: redirecting to /asgard/
[Tue Oct 23 18:10:01 2001] [debug] mod_midgard.c(775): [client
192.168.0.19] midgard_translate_handler(latin1, http://gryphon
.mycloe.com:8102/asgard/)
[Tue Oct 23 18:10:01 2001] [debug] select_db.h(86): [client 192.168.0.19]
Midgard: select_database reused open (midgard)
[Tue Oct 23 18:10:01 2001] [debug] select_db.h(33): [client 192.168.0.19]
Midgard: select_database kept current database midg
ard
[Tue Oct 23 18:10:01 2001] [debug] mod_midgard.c(920): [client
192.168.0.19] Midgard: serving page /var/cache/midgard/4.php
[EMAIL PROTECTED] wrote:
> symptom: when connecting via IE to "http://gryphon.mycloe.com:8102/asgard"
> I get authenticated in the Midgard (SG0) domain and then, page not
found
> (404); Netscape 4.7 and Lynx have the same "requested page /asgard/ not
> found" message. Same thing with all other midgard ports (8099 to 8102).
> - it's a 1st time install; never worked.
> - httpd logs - "file does not exist: /home/httpd/html/asgard/";
> - mySQL logs show a client connection and no errors (all queries are
> successful when tried by hand).
Set LogLevel to Debug in your apache config and we'll get a better
view on what Midgard is doing.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]