Re: CherryPy/Turbogears on server not controlled by me

2007-02-22 Thread Jeff McNeil
Can you use mod_rewrite and include a proxy back to a different port? Assuming mod_proxy has been enabled, run your app server on port 8080 and then do something like this in a .htaccess file: RewriteEngine on RewriteRule ^/(.*)$ http://localhost:8080/$1 [P] This of course assumes you want to

Re: CherryPy/Turbogears on server not controlled by me

2007-02-22 Thread Brian Blais
Jorge Vargas wrote: > On 2/20/07, Brian Blais <[EMAIL PROTECTED]> wrote: >> I was wondering if there is a way to run CherryPy/Turbogears on a >> server that I don't >> have root access to. > > I have never run ANY webapp as root. you should follow that advice. in > fact don't run any server as ro

Re: CherryPy/Turbogears on server not controlled by me

2007-02-21 Thread Jorge Vargas
On 2/20/07, Brian Blais <[EMAIL PROTECTED]> 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. I have never run ANY webapp as root. you should follow that advice. in fact don't run any server as root. > If I just cho

Re: CherryPy/Turbogears on server not controlled by me

2007-02-20 Thread Eddie Corns
"Diez B. Roggisch" <[EMAIL PROTECTED]> writes: >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

Re: CherryPy/Turbogears on server not controlled by me

2007-02-20 Thread Diez B. Roggisch
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

CherryPy/Turbogears on server not controlled by me

2007-02-20 Thread Brian Blais
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. What are my options? I can talk to the admin, but they are very slow/reluctant to