[Ilugc] Apache config doubt.

  • From: vt263@xxxxxxxxx (vinoo)
  • Date: Mon, 31 May 2004 22:17:13 -0700 (PDT)

hi
well i have a static IP configured to one of the
ethernet cards and another local lan IP on another
ether card.Using apache i have two applications
running on  that machine which can we accessed through
the lan.

<VirtualHost 192.168.0.30>
         ServerAdmin root@localhost
         DocumentRoot /root/vinoo/mantis-0.18.2
         ServerName 192.168.0.30/mantis
         ServerSignature email
         DirectoryIndex index.php index.html index.htm
index.shtml
         LogLevel debug
         HostNameLookups off
</VirtualHost>

<VirtualHost 61.95.226.222>

         ServerAdmin root@localhost
         DocumentRoot /usr/dotproject
         ServerSignature email
         DirectoryIndex index.php index.html index.htm
index.shtml
         LogLevel debug
         HostNameLookups off
</VirtualHost>

how can i make another application to be accessed on
192.168.0.30 address...

looking for answers

cheers
vinoo



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ ;

Other related posts: