You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by hunter <th...@sympatico.ca> on 2003/10/26 03:02:08 UTC

Re: [users@httpd] How to return FQDN of server in web browser window.

On Sat, 2003-10-25 at 21:48, Byron Como wrote:
> I have just installed Apache on a server with a fixed IP address and a 
> real domain name. When I go to my website with a browser, 
> www.hondacarpart.com, the server's IP address appears in the web browser 
> address bar. What can I do to make the FQDN appear in the web browser 
> address bar?
> 
> 
> ---------------------------------------------------------------------
> 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
> 
Bryon,

In httpd.conf did you set ServerName with the IP Adress or with your
real domain name?

Chris.



---------------------------------------------------------------------
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] How to return FQDN of server in web browser window.

Posted by Byron Como <bc...@bellsouth.net>.
hunter wrote:

>On Sat, 2003-10-25 at 21:48, Byron Como wrote:
>  
>
>>I have just installed Apache on a server with a fixed IP address and a 
>>real domain name. When I go to my website with a browser, 
>>www.hondacarpart.com, the server's IP address appears in the web browser 
>>address bar. What can I do to make the FQDN appear in the web browser 
>>address bar?
>>
>>
>>---------------------------------------------------------------------
>>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
>>
>>    
>>
>Bryon,
>
>In httpd.conf did you set ServerName with the IP Adress or with your
>real domain name?
>
>Chris.
>
>
>
>---------------------------------------------------------------------
>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
>
>
>  
>
ServerName www.hondacarpart.com
UseCanonicalName on

The server sits behind a router.


---------------------------------------------------------------------
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