Hello!

I have big problem. I've just installed Midgard 1.4 stable from RPM on
RedHat6.2. I was following the install instructions from
midgard-project.org.

But when I try to get asgard site, I get 404 error.
My server has the address: http://qw.pl
My admin site: http://qw.pl:8888/asgard/

Apache logs say:

[Sat Dec 30 17:28:54 2000] [notice] Apache/1.3.12 (Unix)  (Red Hat/Linux)
PHP/3.0.18+Midgard/1.4/SG Midgard/1.4/SG configured -- resuming normal
operations
[Sat Dec 30 17:28:54 2000] [info] Server built: Mar  1 2000 13:37:34
[Sat Dec 30 17:28:57 2000] [debug] mod_midgard.c(1178): [client
62.148.68.125] midgard_translate_handler(latin1, http://qw.pl:8888/asgard/)
[Sat Dec 30 17:28:57 2000] [debug]
/var/tmp/midgard-1.4/usr/include/mgd_apache.h(135): [client 62.148.68.125]
Midgard: select_database opened midgard
[Sat Dec 30 17:28:57 2000] [debug] mod_midgard.c(1221): [client
62.148.68.125] Midgard: host record for qw.pl:8888 not found
[Sat Dec 30 17:28:57 2000] [error] [client 62.148.68.125] File does not
exist: /home/httpd/html/asgard/

---

my httpd.conf:

AddModule and AddTypes are correct!!!

[...]

MidgardEngine on
MidgardDatabase midgard midgard midgard
MidgardTemplate phpelements.xml
MidgardRootfile midgard/midgard-root.php3
Listen 8888

NameVirtualHost 213.76.182.82:8888

<VirtualHost 213.76.182.82:8888>
    ServerName qw.pl
    Port 8888
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
    MidgardParser latin1
    MidgardBlobDir "/home/httpd/blobs"
    <IfModule mod_charset.c>
     CharsetDefault koi8-r
     CharsetSourceEnc koi8-r
     CharsetDisable Off
    </IfModule>
</VirtualHost>

---

MySQL Server works fine. Host table from Midgard Database has the correct
entries.
But I noticed strange thing with MySQL log files - there were no logs, when
I tried to get asgard site.
Logging is turned on.

What is the problem? It seems that Midgard does not connect to database.

I have Apache 1.3.12, MySQL 3.23.28, Midgard 1.4. Everything was installed
from RPM's

Thank you in advance
Krzysztof Janiszewski



-- 
 

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

Reply via email to