Emiliano wrote:
>
> David Banning wrote:
> > 127.0.0.1 localhost
> > 10.0.0.1 tracker.
>
> Yes, 'tracker' woud be the hostname. Make sure that you use this IP
> and servername in your httpd.conf
Here is something - I have some thing with my system where ppp, sendmail
and apache only work when the hostname is entered like so;
"tracker" in rc.conf - no period
"tracker." in /etc/hosts - with period
"tracker." in httpd.conf with period
All of these files can have the same name if there is an extension,
(as I did before - banning.com)
with an .??? (dot plus extension) but this carries it's own confusion,
as we've discussed -(including communicating with others - as I am
operating
only a standalone machine).
The command "hostname" returns only "tracker" - so then for access
to midgard - I should enter "http://tracker:80" ?
BTW - my httpd.conf says;
ServerName tracker.:10.0.0.1
and select * from mysql.db says;
---------+------------+-----------------+------------+------------+
| Host | Db | User | Select_priv | Insert_priv |
Update_priv | Delete_priv | Create_priv | Drop_priv | Grant_priv |
References_priv | Index_priv | Alter_priv |
+-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+
| % | test | | Y | Y |
Y | Y | Y | Y | N |
Y | Y | Y |
| % | test\_% | | Y | Y |
Y | Y | Y | Y | N |
Y | Y | Y |
| localhost | midgard | midgard | Y | Y |
Y | Y | N | N | N |
N | N | N |
+-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+
and select * from mysql.user says;
+-----------+---------+------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+
| Host | User | Password | Select_priv | Insert_priv |
Update_priv | Delete_priv | Create_priv | Drop_priv | Reload_priv |
Shutdown_priv | Process_priv | File_priv | Grant_priv | References_priv
| Index_priv | Alter_priv |
+-----------+---------+------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+
| localhost | root | | Y | Y |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y
| Y | Y |
| tracker | root | | Y | Y |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y
| Y | Y |
| tracker | midgard | 7665a2ee092047e5 | N | N |
N | N | N | N | N |
N | N | N | N | N
| N | N |
| tracker | | | N | N |
N | N | N | N | N |
N | N | N | N | N
| N | N |
| localhost | web | 686029a02981ef9c | Y | Y |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y
| Y | Y |
| localhost | David | | Y | Y |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y
| Y | Y |
| tracker | David | | Y | Y |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y
| Y | Y |
+-----------+---------+------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+
7 rows in set (0.01 sec)
and select * from midgard.host says;
+----+---------+------+-------+------+-------+------+--------+--------+
| id | name | root | style | info | owner | port | online | prefix |
+----+---------+------+-------+------+-------+------+--------+--------+
| 1 | tracker | 1 | 1 | auth | 0 | 0 | 1 | |
| 2 | tracker | 34 | 2 | | 1 | 8080 | 0 | |
+----+---------+------+-------+------+-------+------+--------+--------+
2 rows in set (0.23 sec)
Does that look right?
--
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]