Boyle Owen wrote:
sorry, your method is not working, it redirect into http://123.123.123.123 rather than mail dir, any other method ?-----Original Message----- From: thomas@xxxxxxxxxxxxxx [mailto:thomas@xxxxxxxxxxxxxx] Sent: Dienstag, 1. M酺z 2005 12:05 To: users@xxxxxxxxxxxxxxxx Subject: [users@httpd] mod_proxy question how come this statement wouldn't working ? ProxyRemote http://mail.*.* http://123.123.123.123/mailAre you sure that the directive supports arbitrary shell-style wildcards? Maybe you need to define each site separately: ProxyRemote http://mail.site1.com http://123.123.123.123/mail ProxyRemote http://mail.site2.com http://123.123.123.123/mail or use a regexp: ProxyRemote http://mail\.(.*)$ http://123.123.123.123/mail or just say: ProxyRemote http://mail http://123.123.123.123/mail Rgds, Owen BoyleDisclaimer: Any disclaimer attached to this message may be ignored.I just want to redirect from http://mail.*.* (all vhosting mail domain) tohttp://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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxxDiese E-mail ist eine private und pers霵liche Kommunikation. Sie hat keinen Bezug zur B顤sen- bzw. Gesch輎tst酹igkeit der SWX Gruppe. This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le pr廥ent e-mail est un message priv� et personnel, sans rapport avec l'activit� boursi鋨e du Groupe SWX. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be theviews of the sender's company.--------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx