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