View Single Post
  #23  
Old 01-01-2007, 12:24 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Quote:
Originally Posted by surfman View Post
why it did work for several hours, just like what I mentioned at post #16?

May be, Is there anyway to make sure LSWS sends Apache Host header with "www.mydomain.com:78" instead of "www.mydomain.com:78"? Thanks.
I don't know what make it work for serval hours, what you have done to apache configuration during the few hours?

Let's see what we can do with the Host header.

Quote:
why apache still looks for shtml at the folder /usr/local/apache/htdocs ?

how can I correct this issue?
That's because for some reason apache serve http://www.mydomain.com with the default vhost, serve http://www.mydomain.com:78 with the vhost you defined.

Looks like the best way to fix it is to change the host header by appending ":78" to the domain name in LSWS.
Reply With Quote