[EMAIL PROTECTED] maintaining session after mod_rewrite

2006-04-24 Thread Anthony Browne
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

[EMAIL PROTECTED] Forward port 443 requests, but use mod_rewrite on port 80 requests

2006-04-17 Thread Anthony Browne
    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

RE: [EMAIL PROTECTED] [P] flag in mod_rewrite

2005-08-11 Thread Anthony Browne
_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

[EMAIL PROTECTED] [P] flag in mod_rewrite

2005-08-10 Thread Anthony Browne
    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

[EMAIL PROTECTED] Proxying requests not on MyMachine

2005-07-25 Thread Anthony Browne
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

[EMAIL PROTECTED] Proxying requests not on MyMachine

2005-07-25 Thread Anthony Browne
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

[EMAIL PROTECTED] Proxying basic authentication

2005-07-19 Thread Anthony Browne
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

[users@httpd] Apache proxying

2005-07-08 Thread Anthony Browne
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