Emile, I made the following changes you suggested:
> > NameVirtualHost 209.203.249.113:80
> > NameVirtualHost 209.203.249.113:8099
> > NameVirtualHost 209.203.249.113:8101
All the above changed to 127.0.0.1:80 ...etc.
> > <VirtualHost 209.203.249.113:80>
> > ServerName localhost
> > </VirtualHost>
> >
> > <VirtualHost 209.203.249.113:8101>
> > ServerName localhost
> > </VirtualHost>
> >
> > <VirtualHost 209.203.249.113:8099>
> > ServerName localhost
> > </VirtualHost>
...and the same for the above
> least now, you may have a dynamic IP). Set the servername to
> localhost in the config and the database, and the IP to 127.0.0.1
> and try again.
OK, did the above also. It was late, really dumb mistake.
> > /www/midgard is root:root
> > /www/midgard/midgard-root.php3 is root:root
>
> OK, but who does apache run as (User and Group directive) and
> what are the access permissions on those directories and files.
User wwwrun
Group nogroup
/usr is root:root
/usr/sbin is root:root
/usr/sbin/httpd is root:root
So made all changes, still nothing. Also, no error in
/var/log/httpd.error_log.
These are the current settings in midgard host table:
mysql> select * from host;
+----+-----------+------+-------+------+-------+------+--------+--------+
| id | name | root | style | info | owner | port | online | prefix |
+----+-----------+------+-------+------+-------+------+--------+--------+
| 1 | localhost | 1 | 1 | auth | 0 | 8101 | 1 | |
| 2 | localhost | 34 | 2 | | 1 | 8099 | 1 | |
+----+-----------+------+-------+------+-------+------+--------+--------+
I changed the port settings, as the example in the distribution had them
set to another value.
Cheers,
Eric
J. Eric Thompson
[EMAIL PROTECTED]
--
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]