I looked over mod_proxy, but I am unfamiliar with proxies. Which
directive would I need to accomplish what I am trying to do? What
should my httpd.conf entry look like? I am sorry for asking such
basic questions, but I am new to this.
Thank-you,
Theodore
On 23 Aug 2004 13:36:18 GMT, Davide Bianchi
<davideyeahsure.TakeThisOut@onlyforfun.net> wrote:
>On 2004-08-23, Theodore Frank <tfrank.TakeThisOut@dodgeit.com> wrote:
<font color=green> >> I use redirection so that when a user accesses <a style='text-decoration: underline;' href="http://yuriy.xyz.com,</font" target="_blank">http://yuriy.xyz.com,</font</a>>
>> they get directed to <a style='text-decoration: underline;' href="http://yuriy3.xyz.com:8085." target="_blank">http://yuriy3.xyz.com:8085.</a> Upon redirection, a
>> can make the header display <a style='text-decoration: underline;' href="http://yuriy.xyz.com" target="_blank">http://yuriy.xyz.com</a> ?
>
>Use mod_proxy.
>Davide
I am running Apache 1.3.29 on a Redhat AS 2.1 box. I have an entry in
my httpd.conf that resembles the following:
<VirtualHost 192.168.0.36:8085>
ServerAdmin webmaster.TakeThisOut@xyz.com
DocumentRoot /www/servers/xyz.com/yuriy
ServerName yuriy3.xyz.com
ServerAlias yuriy3.xyz.com
ErrorLog /www/logs/xyz.com/error_log
CustomLog /www/logs/xyz.com/access_log combined
</VirtualHost>
I use redirection so that when a user accesses <a style='text-decoration: underline;' href="http://yuriy.xyz.com," target="_blank">http://yuriy.xyz.com,</a>
they get directed to <a style='text-decoration: underline;' href="http://yuriy3.xyz.com:8085." target="_blank">http://yuriy3.xyz.com:8085.</a> Upon redirection, a
user's browser shows <a style='text-decoration: underline;' href="http://yuriy3.xyz.com:8085" target="_blank">http://yuriy3.xyz.com:8085</a> in both the address
bar and the header at the top of the web browser. Is there any way I
can make the header display <a style='text-decoration: underline;' href="http://yuriy.xyz.com" target="_blank">http://yuriy.xyz.com</a> ? Any help would be
greatly appreciated. Thank-you in advance.
~Theodore<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Editing the Host Header