Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-08 Thread Ron Arts
Bennet, just to give you some tips: - First: I assume you have root access on the server, if you don't, ask you ISP to solve this for you. - if you want to find a file on your machine, use 'locate '. If locate gives you an error, run updatedb, wait, and try again - If you ask questions on a m

Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-07 Thread Ron Arts
Krist van Besien wrote: On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimentin

[EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-06 Thread Ron Arts
Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimenting with mod_rewrite. But this: RewriteEngine on RewriteRule ^dev/([0-9.]*)/(.*) h