I've just compiled and installed everything from scratch according to the Installation 
chapter of the Midgard 1.4 manual.  I got no errors during compiling, updating the 
database, or starting apache. 

Here's what I get in my error_log for apache when I fire it up:

[Fri Jan 19 15:26:46 2001] [notice] Apache/1.3.12 (Unix) PHP/3.0.18+Midgard/1.4 
Midgard/1.4 conf
igured -- resuming normal operations

Here's what happens when I try and access the various sites/ports:

http://www.stevil.net:8099/example "A connection with the server cannot be established"

http://www.stevil.net:8101/admin "The requested URL /admin was not found on this server

http://www.stevil.net:8102/asgard - same error as the example site.

I do notice (you can try it out... although my dns may not have propogated yet...) 
that at the footer of the "Not found" error there is this:
Apache/1.3.12 Server at kenevil.stevil.net Port 80

Here is my midgard-data.conf called from httpd.conf with 
Include /usr/local/apache/conf/midgard-data.conf

#----begin midgard-data.conf-------
MidgardDatabase midgard midgard midgard
MidgardTemplate phpelements.xml
AddType application/x-httpd-php-midgard .mgd

MidgardRootFile libexec/midgard-root.php3

Listen 80
Listen 8099
Listen 8101
Listen 8102

NameVirtualHost 208.42.141.30:80
NameVirtualHost 208.42.141.30:8099
NameVirtualHost 208.42.141.30:8101
NameVirtualHost 208.42.141.30:8102

<VirtualHost 208.42.141.30:80>
ServerName www.stevil.net
Port 80
Documentroot /usr/local/apache/htdocs
</VirtualHost>

<VirtualHost 208.42.141.30:8099>
MidgardEngine on
Servername www.stevil.net
Port 8099
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost 208.42.141.30:8101>
MidgardEngine on
ServerName www.stevil.net
Port 8101
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost 208.42.141.30:8102>
MidgardEngine on
ServerName www.stevil.net
MidgardBlobDir /usr/local/apache/htdocs/blobs
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
</VirtualHost>

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

Reply via email to