How do you know which domain owns the hosting?

Posted by BubbleStalker on Server Fault See other posts from Server Fault or by BubbleStalker
Published on 2012-11-02T06:39:52Z Indexed on 2012/11/02 11:03 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

For example if I have 1) host adress 2) login 3) password, I am entering by SSH on ruby on rails hosting, then how can i be sured that this hosting belongs to a specific domain? for example how can I know if www.site.com - belongs to some specific hosting to which I have access.

I am asking this because I have access to hosting of ruby on rails, and when i modify files, there is no changes, i've tried to use the files "script", "serv", "restart.txt" - by ssh:

  1. touch tmp/restart.txt

  2. ./serv restart

  3. script restart

nothing of the above helped...and I don't know what to do, any ideas?

© Server Fault or respective owner

Related posts about ruby-on-rails

Related posts about ruby