View Single Post
  #1  
Old 1st February 2010, 20:07
piroman piroman is offline
Member
 
Join Date: Jan 2010
P2P
Posts: 4
Default httpd.conf question
Back with a problem.

I installed the Tracker successful and I want to change instead of IP to my domain name appearing tracker example Tracker.com

I searched with google and I came across Apache virtual host I edit this following: C: \ wamp \ bin \ apache \ Apache2.2.11 \ conf ==> on httpd.conf

Code:
NameVirtualHost 195.178.1.1:80

<VirtualHost 195.178.1.1:80>
   ServerAdmin [email] tracker@gmail.com [/ email]
   ServerName [url] http://tracker.com [/ url]
   DocumentRoot C: \ wamp \ www
</ VirtualHost>

then the C: \ wamp \ bin \ apache \ Apache2.2.11 \ conf \ extra ==> on httpd-vhosts.conf

NameVirtualHost 195.178.1.1:80

<VirtualHost 195.178.1.1:80>
   ServerAdmin [email] tracker@gmail.com [/ email]
   ServerName [url] http://tracker.com [/ url]
   DocumentRoot C: \ wamp \ www
</ VirtualHost>

<Directory C:\wamp\www>
AllowOverride all
Options Indexes FollowSymLinks Includes ExecCGI
Order allow, deny
Allow from all
</ Directory>

 C: \ WINDOWS \ system32 \ drivers \ etc ==> on hosts

127.0.0.1 localhost
195.178.1.1 tracker.com
When you give it to log that I got this error:

Click the image to open in full size.


PS: in my pc work with IP and HTTP
someone else on the internet works only with IP and same error when login
Reply With Quote