Apache problem .local

djbeta

Registered
Hi,

I'm having some problems.. I think related to the fact that when some pages come up.. instead of the domain name I've assigned.. they come up as computername.local/webpage.html

could someone tell me how can I configure Apache on OS X (10.3) to use the correct domain that I specify ?

I'm running apache on a mac in my house, with a sometimes-changing IP address, and I have an assigned domain name ( mywebsite.no-ip.org ) pointing to it.

thanks.
 
thanks... but I think I found it.. in the httpd.conf file, you can add a servername variable

servername=www.mywebsite.com

i *think* this forces all calls to the web site root to this address
 
Back
Top