Hi Everybody,
      I just installed the apache server and changed the port to 8181.I can access it using http://192.9.203.178:8181/ .Now i want that it should be accessible by using http://myname.com .If anyone can suggest how it can be done, it will be a great help.I tried editing the httpd.conf file in following way:
 

NameVirtualHost 192.9.203.178:8181

<VirtualHost 192.9.203.178>

# ServerAdmin [EMAIL PROTECTED]

# DocumentRoot /www/docs/host.some_domain.com

ServerName guninder.com

# ErrorLog logs/host.some_domain.com-error_log

# CustomLog logs/host.some_domain.com-access_log common

</VirtualHost>

 

what else should i do to access it by name.

Thanks and Regards

   Guninder

Reply via email to