Dear All,
  I implemented apache to listen on two ports namely 80 abd 8080 with different 
document roots.
  when i hit http://192.168.8.132:80/ and http://192.168.8.132:8080/ it works 
fine and displays corresponding pages but drops port number in request and 
plainly shows
  http://192.168.8.132/webroot/cgi-bin/skdubey.cgi.
   
  I have done
  NameVirtualhost 192.168.8.132:80
    NameVirtualhost 192.168.8.132:8080
  <Virtualhost 192.168.8.132:80>
  DocumentRoot /home/skdubey/htdocs
  </Virtaulhost>
    <Virtualhost 192.168.8.132:8080>
  DocumentRoot /home/amit/htdocs
  </Virtaulhost>
   
  What should i do to retain port number in browser?
   
  pls suggest.
   
  thanks
  Have a nice day
  skdubey



                        
---------------------------------
Yahoo! Shopping
 Find Great Deals on Holiday Gifts at Yahoo! Shopping 
                        
---------------------------------
Yahoo! Shopping
 Find Great Deals on Holiday Gifts at Yahoo! Shopping 
_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to