Eric Thompson wrote:
> At this point, apache is up, but I am unable to
> connect to asgard site. I am using the default
> port 8888 which was suggested in midgard-data package
> I received.
>
> This is the midgard database, hosts:
>
> /*****************************************/
>
> mysql> select * from host;
>
>+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
> | id | name | root | style | info | owner | port | online |
> prefix | sitegroup |
>
>+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
> | 1 | LOCALHOST | 4 | 1 | auth | 0 | 8888 | 1 |
> /asgard | 0 |
> | 2 | LOCALHOST | 4 | 2 | auth | 0 | 0 | 1 |
> /asgard/framed | 0 |
> | 3 | LOCALHOST | 4 | 3 | auth | 0 | 0 | 1 |
> /asgard/framed/top | 0 |
> | 4 | LOCALHOST | 4 | 4 | auth | 0 | 0 | 1 |
> /asgard/framed/main | 0 |
>
>+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
Hmmm... I don't think mod_midgard treats hostnames case-insensitively.
Try
lowercasing these in the database.
> I made a link on this page to a '<? phpinfo(); ?> page, but when I link
> to it, a dialogue
> box to save a file comes up.
Possibly your DefaultType is set to something your browser doesn't know
about.
What is the filename of the page serving phpinfo? Has an AddType been
done for its
extension?
> http://localhost:8888/asgard
>
> brings up a
>
> 'Netscape is unable to locate the server
> "localhost:8888"
>
> error.
>
> So that is where I am at.
> Any suggestions greatly appreciated.
What do
httpd -t
and
httpd -S
yield?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]