That fixes SERVER_NAME - but it doesn't change HTTP_HOST. Should I care that HTTP_HOST still is set to localhost?
On Fri, Mar 14, 2008 at 5:10 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Fri, Mar 14, 2008 at 4:20 PM, C. Benson Manica <[EMAIL PROTECTED]> > wrote: > > I'm new to Apache, and I'm trying to set up a simple web server. It so > > happens that my domain isn't set up yet, so my server is at 66.23.224.5for > > the time being. I've only minimally modified httpd.conf to get things > set > > up, and in particular I have the line > > > > ServerName 66.23.224.5:80 > > > SERVER_NAME="localhost" > > > UseCanonicalName? > > http://httpd.apache.org/docs/2.2/mod/core.html#usecanonicalname > > -- > Eric Covener > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > 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: [EMAIL PROTECTED] > " from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- C. Benson Manica [EMAIL PROTECTED]
