CherryPy/Turbogears on server not controlled by me
Diez B. Roggisch
deets at nospam.web.de
Tue Feb 20 08:35:16 EST 2007
Brian Blais wrote:
> Hello,
>
> I was wondering if there is a way to run CherryPy/Turbogears on a server
> that I don't
> have root access to. If I just choose a random port, I think the security
> guys on
> the server would get annoyed at me.
Why should they? Opening anything networking will open a port. And if you
have shell access, you can point PYTHONPATH to a directory of your choice
and let easy_install install the packages required there.
I don't see a problem. And _if_ they get mad at you, well - there isn't
anything you can do about that I presume apart from telling them to shut
up - because without a port, there is no webapp...
Diez
More information about the Python-list
mailing list