Re: OT: quick apache question

2003-08-20 Thread Yusuf UZUNAY
if don't give hostname in /etc/rc.conf like this hostname=www.xxx.com and in /etc/hosts add these lines: 127.0.0.1localhost.xxx.com localhost 1.1.1.1 www.xxx.com www 1.1.1.1 www.xxx.com and last you can do this in httpd.conf file ServerName www.xxx.com Now Reboot Your computer!

RE: OT: quick apache question - gethostbyname()

2003-08-20 Thread Don Buckley
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Yusuf UZUNAY Sent: Wednesday, August 20, 2003 12:24 AM To: Don Buckley Cc: [EMAIL PROTECTED] Subject: Re: OT: quick apache question if don't give hostname in /etc/rc.conf like this hostname=www.xxx.com and in /etc/hosts add

OT: quick apache question

2003-08-19 Thread Don Buckley
sorry for the OT, but I changed ISP's (telus.net to shaw) and my httpd-error.log is showing and error: mod_unique_id: unable to gethostbyname(hostname_from_/etc/rc.conf) There's a tweak somewhere for this but i forget where :P Thanks [EMAIL PROTECTED]