We're having sever problems, so any help you have would be great!  I'll take 
you to dinner!

http://ratekingwood.com/caucho-status

shows two entries for (why two?):
Virtual Host: www.bilooga.com:80
Virtual Host: www.bilooga.com

http://bilooga.com/            <= works
http://www.bilooga.com/    <= does NOT work
http://www.bilooga.com:8080/    <= works

resin config (very simple):
    
      <host-alias>bilooga.com</host-alias>
      <web-app id="/" document-directory="webapps/bilooga"/>
    </host>

apache config (very simple):
<VirtualHost *>
    Servername bilooga.com
    ServerAlias www.bilooga.com
    DocumentRoot /usr/local/resin3/webapps/bilooga
</VirtualHost>

Can anyone tell what is happening?  Resin has loaded the application fine.  
Seems apache is having difficulty connecting to the virtual host.  Conflict 
between the two hosts?  Why are there two hosts?  Why does one virtual host in 
caucho-status show data and other not?

Note that the entries in caucho-status for kingwoodunderground.com (also two of 
them) both have details beneath them.  This site functions fine.

Adam








 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to