How do you know which domain owns the hosting?
- by BubbleStalker
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:
touch tmp/restart.txt
./serv restart
script restart
nothing of the above helped...and I don't know what to do, any ideas?