View Single Post
  #1  
Old 02-02-2009, 02:55 AM
aprasmac aprasmac is offline
New Member
 
Join Date: Feb 2009
Posts: 5
Question Using WHM Plugin and got redirected to port 80

Hi All,

I installed LSWS and can access my domain (http://domain.com:8088. When i was trying the WHM plugin, i clicked the "Switch to LiteSpeed". Not sure whether i restarted the LSWS service or not, but after that when i access http://domain.com:8088 it's always redirected to http://domain.com/ (without the 8088 port).

I do curl -I http://domain.com:8088 i get

HTTP/1.1 301 Moved Permanently
X-Powered-By: PHP/5.2.8
X-Pingback: http://domain.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Location: http://domain.com/
Content-Length: 0
Date: Mon, 02 Feb 2009 08:22:03 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100

and here's the log:

220.255.33.89 - - [02/Feb/2009:15:12:49 +0700] "HEAD / HTTP/1.1" 301 - "-" "curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3"


Clicking "Switch to Apache" doesn't change anything back to as it was. I check the listener tab and rewrite tab and found nothing changed. Please help.

Thanks,

Aprasmac
Reply With Quote