On Sun, 9 Nov 2014 08:19:23 -0500, you wrote:

>On Sun, Nov 9, 2014 at 1:22 AM, Steve Matzura <s...@noisynotes.com> wrote:
>> On the site hosting the A-record for my server, the A-record address
>> is what shows up in the address bar of a browser when I browse to the
>> URL of the named virtual host--i.e., I browse to
>> http://www.example.com but the address that shows up in the address
>> bar when I get there is the one in the A-record (e.g., 11.22.33.44),
>> making the address bar show "http://11.22.33.44/";. I'm thinking
>> mod_rewrite fixes this, right? If so, which of the several ways of
>> using it will do the substitution of 11.22.33.44 with www.example.com?
>> Also, how do I find out for certain if the mod_rewrite module is even
>> installed and loaded? I don't find a .load file for it in
>> mods-enabled, making me think it might not be installed.
>
>What normally happens is whatever URL you type simply stays there.  It
>only changes if you redirect or click on a non-relative link.
>
>On what URL does yours change, http://www.example.com or some later request?

It changes from the very first access request. Go to
http://www.equaleyesradio.com and see what I am talking about. None of
the links work because the person who provided the HTML didn't, but
that's another unrelated problem.

>Can you capture the output with wget -S ?

I could try. I'm not familiar with using wget in this capacity,
although I do use it to capture audio streams sometimes. Is that done
on the server side or the browser side?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to