[EMAIL PROTECTED] bin]# ./httpd -k start
[Thu Feb 23 11:26:06 2006] [warn] NameVirtualHost
127.0.0.1:80 has no VirtualHosts
I have done the first two steps before. Could you
elaborate a little bit about how to
NameVirtualHost 127.0.0.1:80
I simplely put them to the httpd.conf file and it
showed
HI, Do Step by Step !! 1:- First you need to Resolve your localhost from your local host a) Please check with /etc/hosts file, there should be Entry like 127.0.0.1 localhost.localdomain localhost b) Edit httpd.conf file ServerName 127.0.0.1 NameVirtua
http://httpd.apache.org/docs/2.2/install.html#customize
Test
Now you can start your Apache HTTP Server by
immediately running:
$ PREFIX/bin/apachectl -k start
and then you should be able to request your first
document via URL http://localhost/
Hello everyone,
I want to enable 127.0.0.1 in httpd.conf so I can
access the site with http://localhost or
http://127.0.0.1. I searched over google and found the
following solution. I tried but it didn't work.( It
return with error that the httpd can't bind to the
port something. )
Since the fol