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
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
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
"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
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
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