[EMAIL PROTECTED] Re: Re: Redirecting urls to a server on a different port

2006-03-05 Thread Bart Braem
Dick Middleton wrote: > Bart, >>>Have a look at mod_proxy > >> I already did, it seems to work only with subdomains. Or am I mistaken >> there? I can't find good information on not using subdomains as it's >> difficult to search for... > > No. Reverse proxy is more like an alias where a particu

[EMAIL PROTECTED] Re: Redirecting urls to a server on a different port

2006-03-05 Thread Bart Braem
Dick Middleton wrote: > Bart Braem wrote: > >> Is it possible to redirect requests on a certain url to a local server on >> a different port? Something like www.somewhere.com/something to >> localhost:8080 and www.somewhere.com/something/extended/version to >> l

[EMAIL PROTECTED] Re: Redirecting urls to a server on a different port

2006-03-05 Thread Bart Braem
victor wrote: > Try sometring like this > Redirect /index.php http://localhost:8081 > I use it with virtual host. > index.php is a file from the docroot of that virtual host. That seems a nice solution but how can I make it work for an unlimited number of files? Should I use regular expressions t

[EMAIL PROTECTED] Redirecting urls to a server on a different port

2006-03-05 Thread Bart Braem
Hello, Is it possible to redirect requests on a certain url to a local server on a different port? Something like www.somewhere.com/something to localhost:8080 and www.somewhere.com/something/extended/version to localhost:8080/extended/version. I can't use virtual hosting there, how about url rewr