Hello everyone,
I have a question about maintaining the session after mod_rewrite
successfully applies a rewrite rule. Currently, I have a bunch of links that
look like this:
http://www.serverName.org/external.html?link=http://www.anotherServer.com/
I can successfully extract the 'www.anot
Hello
everyone,
Is there a way to use ProxyPass to forward items based on the port
number of the request? I want to forward all requests that use port 443 with
ProxyPass (so that I can use mod_rewrite on all port 80 requests). Is this
possible, or do I need to i
_rewrite
On 8/10/05, Anthony Browne <[EMAIL PROTECTED]> wrote:
> What does the [P] flag in mod_rewrite use to proxy requests?
For
> example, the only way to rewrite a request and proxy it is with the [P]
flag
> after the rewrite. I haven't been able to find a way
What
does the [P] flag in mod_rewrite use to proxy requests? For example, the only
way to rewrite a request and proxy it is with the [P] flag after the rewrite. I
haven’t been able to find a way to proxy requests after a rewrite with
mod_rewrite without using the [P] flag. Apach
I want to use Apache to
implement this scenario: Client -> MyMachine (with static content + cache,
back to client if request here) -> Remote Server -> MyMachine (remote
content in MyCache, if applicable) -> Client.
Currently, I use this configuration-
RewriteEngine On
Rewrit
I want to use Apache to implement this scenario: Client -> MyMachine
(with static content + cache, back to client if request here -> Remote
Server -> MyMachine (remote content in MyCache, if applicable) -> Client.
Currently, I use this configuration-
RewriteEngine On
Rewri
Can anyone tell me how to proxy
authentication requests? The problem I’m having is that I serve a LAN
from a disk drive and forward (proxy) any requests for content on remote
servers. I cache the content that returns. The problem is that some users
request content from sites that require ba
Briefly, the questions I need quick answers to are:
Can Apache be configured to directly proxy a request for content on a remote
server to the machine routing requests to the Internet (the connection to the
Internet) after looking for, and not finding, static content on the hard drive?.
Ano