[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] help, Cold Fusion 5 install on a RaQ550 ...
- Subject: RE: [cobalt-users] help, Cold Fusion 5 install on a RaQ550 ...
- From: BSmith@xxxxxxxxxxx
- Date: Tue Apr 22 14:23:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Mike Sisson [mailto:msisson@xxxxxxx]
Subject: RE: [cobalt-users] help, Cold Fusion 5 install on a RaQ550 ...
Importance: High
Brian , thanks very much for the quick response and offering your
assistance. I appreciate it greatly.
Well the server seems to claim that the admin httpd is doing fine...
yet the pages do not display...........
and the output of terminal window 1 showing results of the above:
[Tue Apr 22 14:20:58 2003] [notice] SIGUSR1 received. Doing graceful
restart
[Tue Apr 22 14:20:59 2003] [notice] Apache/1.3.20 Sun Cobalt (Unix)
PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6 FrontPage/5.0.2.2510 mod_perl/1.26
configured -- resuming normal operations
[Tue Apr 22 14:21:06 2003] [notice] caught SIGTERM, shutting down
[Tue Apr 22 14:21:09 2003] [notice] Apache/1.3.20 Sun Cobalt (Unix)
PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6 FrontPage/5.0.2.2510 mod_perl/1.26
configured -- resuming normal operations
[Tue Apr 22 14:21:18 2003] [notice] caught SIGTERM, shutting down
[Tue Apr 22 14:21:25 2003] [notice] Apache/1.3.20 Sun Cobalt (Unix)
PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6 FrontPage/5.0.2.2510 mod_perl/1.26
configured -- resuming normal operations
_____________________________________
Mike,
Your correct, that part does look good ... lets look at a few other things.
netstat -na | grep 444
Should return:
[root /root]# netstat -na | grep 444
tcp 0 0 0.0.0.0:444 0.0.0.0:* LISTEN
Just says that it is listening.
Test Web Server working:
[root /root]# echo hi > /usr/sausalito/ui/web/hi.html
[root /root]# lynx http://127.0.0.1:444/hi.html
(q to quit)
It should return hi if it works. If so, it is good so far.
What you can do also, is to run that
tail -f /var/log/admserv/adm_error
Try to connect, and when you try ... use the :444/login method, as such:
http://www.vsitename:444/login
See what gets captured in the log file, and send that over along with the
rest
of the print outs!
~Brian