You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by th...@hkeasyhost.com on 2005/03/01 12:05:10 UTC

[users@httpd] mod_proxy question

how come this statement wouldn't working ?
ProxyRemote http://mail.*.* http://123.123.123.123/mail

I just want to redirect from http://mail.*.* (all vhosting mail domain) to
http://123.123.123.123/mail

Thanks.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_proxy question

Posted by Joshua Slive <js...@gmail.com>.
On Wed, 02 Mar 2005 13:08:48 +0800, Thomas Graham <th...@hkeasyhost.com> wrote:
> >>I just want to redirect from http://mail.*.* (all vhosting mail domain) to
> >>http://123.123.123.123/mail

> so what should I use to deal with this ?

Don't know.  Not enough details.  The term "redirect" in your above
request is not specific enough.  And it is very important whether
these URLs are on the same server, etc.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_proxy question

Posted by Thomas Graham <th...@hkeasyhost.com>.
Joshua Slive wrote:

>On Tue, 1 Mar 2005 19:05:10 +0800 (HKT), thomas@hkeasyhost.com
><th...@hkeasyhost.com> wrote:
>  
>
>>how come this statement wouldn't working ?
>>ProxyRemote http://mail.*.* http://123.123.123.123/mail
>>
>>I just want to redirect from http://mail.*.* (all vhosting mail domain) to
>>http://123.123.123.123/mail
>>
>>    
>>
>
>Do you understand what ProxyRemote does?  It is only used to forward
>requests from one forward-proxy server to another forward-proxy
>server.  That doesn't look like what you want.
>
>Joshua.
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>  
>
so what should I use to deal with this ?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_proxy question

Posted by Joshua Slive <js...@gmail.com>.
On Tue, 1 Mar 2005 19:05:10 +0800 (HKT), thomas@hkeasyhost.com
<th...@hkeasyhost.com> wrote:
> how come this statement wouldn't working ?
> ProxyRemote http://mail.*.* http://123.123.123.123/mail
> 
> I just want to redirect from http://mail.*.* (all vhosting mail domain) to
> http://123.123.123.123/mail
>

Do you understand what ProxyRemote does?  It is only used to forward
requests from one forward-proxy server to another forward-proxy
server.  That doesn't look like what you want.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org