On Mon, Feb 05, 2001 at 07:48:44PM +0000, John P . Looney mentioned:
> I had a development midgard system running fine (still is), and decided
> to strech my luck, and get it running on a production machine. I think
> I've done everything. I installed the RPMs, got it all configured with
> Apache [0] and installed the database [1], but it doesn't work - going to
> http://midgard.sunnydale.antefacto.com/asgard/ gives me a 404.
>
> What sort of things should I check ?
Still trying to work this one out. I stuck mysql into debugging mode, and
apache isn't even trying to access it; so it must be the apache/midgard
configuration.
I've it setup like this;
<VirtualHost 172.24.50.1>
DocumentRoot "/var/www/midgard/html"
ServerName midgard.sunnydale.antefacto.com
MidgardRootfile /usr/lib/apache/midgard-root.php3
MidgardTemplate phpelements.xml
MidgardEngine On
MidgardDatabase midgard midgard midgard
MidgardDefaultRealm "My Midgard"
MidgardBlobDir /var/www/blobs
# Switch off magic quotes - it is required with Midgard
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
DirectoryIndex index.mgd index.php3 index.html index.htm index.shtml index.cgi
</VirtualHost>
However, apache seems to ignore it all:
bean [1] telnet 172.24.50.1 80
Trying 172.24.50.1...
Connected to 172.24.50.1.
Escape character is '^]'.
GET /asgard HTTP1.0
ServerName: midgard.sunnydale.antefacto.com
HTTP/1.1 404 Not Found
Date: Tue, 06 Feb 2001 11:19:18 GMT
Server: Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/3.0.18+Midgard/1.4/SG
Midgard/1.4/SG
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /asgard was not found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.12 Server at www.sunnydale.antefacto.com Port
80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.
John
--
When I say 'free', I mean 'free': free from bond, of chain or command:
to go where you will, even to Mordor, Saruman, if you desire. "
-- Gandalf, paraphrasing the choice between Free and Non-free software
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]