I've tried to install Midgard using the RPMs & following the
instructions in the various POSTINSTALL files and in Eddie Azman's
installation narrative
(http://www.midgard-project.org/topic/218.html), setting port 8101 to
admin and 8099 to the example site, but when I point to either of
these I just get the apache "it works!" page.
FAQ B.3.12 looked promising ("I have successfully installed Midgard,
but when I go to the Example/Admin site it just shows 'It worked!'"),
but it tells me to do something I think I've already done, viz
configure virtual hosts in httpd.conf, with matching entries in the
midgard host table.
-- midgard.host table --
id name root style info owner port online prefix
1 192.168.0.3 1 1 auth 0 8101 1
2 192.168.0.3 34 2 1 8099 1
-- access.conf --
<snip>
MidgardEngine on
MidgardRootfile /usr/lib/apache/midgard-root.php3
MidgardDatabase midgard
MidgardUserName midgard_user
MidgardPassword ******
<Files midgard-root.php3>
require valid-user
AuthName Midgard
AuthType Basic
</Files>
<snip>
-- httpd.conf --XS
<snip>
LoadModule php3_module modules/libphp3.so
LoadModule midgard_module modules/mod_midgard.so
<snip>
AddModule mod_php3.c
AddModule mod_midgard.c
<snip>
Listen 80
Listen 8101
Listen 8099
<snip>
<VirtualHost _default_:80>
DocumentRoot /home/httpd/html
</VirtualHost>
<VirtualHost _default_:8101>
ServerName 192.168.0.3
Port 8101
</VirtualHost>
<VirtualHost _default_:8099>
ServerName 192.168.0.3
Port 8099
</VirtualHost>
<snip>
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]