Doing zope administration from remote computer
Dear friends I am a newbie in networking and developing webserver. I have already succesfull to installed zope from source in my linux mandrake 9. But I don't know how to do administrative work from other computer, doing remote. My host is http://localhost:8080/ but after I type that host in other computer, it cannot be done except from my own computer which is installed the zope. How do I do remote administrative work anyway? Thank you very much for the help Regards Sony Adi Susanto Jakarta-Indonesia
Sony Adi Susanto wrote:
Dear friends
I am a newbie in networking and developing webserver. I have already succesfull to installed zope from source in my linux mandrake 9. But I don't know how to do administrative work from other computer, doing remote. My host is http://localhost:8080/ but after I type that host in other computer, it cannot be done except from my own computer which is installed the zope. How do I do remote administrative work anyway?
Thank you very much for the help
Regards Sony Adi Susanto Jakarta-Indonesia
"localhost" is name of THIS computer You should type name or IP-adress of that computer. (Ask your admin for detailes) for example http://alex:8080/ Next problem - Zope may be configured to work only with this computer, in this case you cannot access from another host. Look at file "zope.conf". Cheers, Eugene.
Hi Sony, Sony Adi Susanto wrote:
I am a newbie in networking and developing webserver. I have already succesfull to installed zope from source in my linux mandrake 9. But I don't know how to do administrative work from other computer, doing remote. My host is http://localhost:8080/ but after I type that host in other computer, it cannot be done except from my own computer which is installed the zope. How do I do remote administrative work anyway?
Thank you very much for the help
"Localhost" will be configured to address your local machine (e.g. 127.0.0.1), so you need to know the "public" address (or IP) of your machine so that you can call: - http://yourmachine:8080/ ...or (if you know the IP): - http://192.168.0.2:8080 HTH -- Regards, PhilK Email: phil@xfr.co.uk / Voicemail & Facsimile: 07092 070518 "The lyf so short, the craft so long to learne" - Chaucer
participants (3)
-
Eugene -
Philip Kilner -
Sony Adi Susanto