[EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread arry
Hi, I would like to have a path like /go/ after which the address to be proxied. This is the config: Location /go/ SSLCipherSuite MEDIUM SSLRequireSSL AuthType Digest AuthName Restricted Area AuthDigestDomain /go/ AuthDigestProvider file AuthUserFile /var/www/.digestpwd

Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread Serge Dubrouski
On 2/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I would like to have a path like /go/ after which the address to be proxied. This is the config: Location /go/ SSLCipherSuite MEDIUM SSLRequireSSL AuthType Digest AuthName Restricted Area AuthDigestDomain /go/

Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread Bob
[EMAIL PROTECTED] wrote: Location /go/ [...] RewriteEngine on RewriteRule ^(.*) http://$1 [P,L] RewriteRules inside location sections are syntactically permitted, but unsupported (see manual). -- Bob - The

[EMAIL PROTECTED] Re:Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread arry
On 2/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I would like to have a path like /go/ after which the address to be proxied. This is the config: Location /go/ SSLCipherSuite MEDIUM SSLRequireSSL AuthType Digest AuthName Restricted Area AuthDigestDomain /go/

Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread arry
Quoting Bob [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Location /go/ [...] RewriteEngine on RewriteRule ^(.*) http://$1 [P,L] RewriteRules inside location sections are syntactically permitted, but unsupported (see manual). -- Bob OHhh..., thanks for pointing that out. i will put

Re: [EMAIL PROTECTED] Re:Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread Serge Dubrouski
On 2/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On 2/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I would like to have a path like /go/ after which the address to be proxied. This is the config: Location /go/ SSLCipherSuite MEDIUM SSLRequireSSL AuthType Digest

Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread arry
Hi, Is there a rewrite option for stopping the redirects, like ReverseProxyPass? I looked in the manual but could not find. thanks H.Todorov Quoting Bob [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Location /go/ [...] RewriteEngine on RewriteRule ^(.*) http://$1 [P,L] RewriteRules

Re: [EMAIL PROTECTED] simple rewrite rule

2007-02-02 Thread Serge Dubrouski
There is a RewriteCond with which you can build any kind of rewriting/redirection rules. On 2/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there a rewrite option for stopping the redirects, like ReverseProxyPass? I looked in the manual but could not find. thanks H.Todorov