Unable to access

#1
I think I have gone through all the articles in this installation and I conclude that I am the only one facing such lame problem: after installing LiteSpeed on my SuSe machine (actually) shows all defaults), I can't just connect to the 8088 but also to the 7080 - in both cases I get a response from LiteSpeed saying "404 Not Found". So can't even start web config.

Some additional information if you would kindly take your time to help me out:
1) I don't have a linux machine at hand, so I have to install it remotely (installing SuSe Virtuozzo). So I can't try it locally.
2) I checked the DNS settings for the domain I'm using (well, the problem is not otherwise, since I got some responses from LiteSpeed).
3) I have ssh to login to the server - not much help at the moment.

(I struggled all day with installing RoR with Apache, finally gave up, now trying LiteSpeed - and now this).

Thanks for any help!
 

Unique_Eric

Administrator
Staff member
#2
HI, you mean both 8088 and 7080 return a LiteSpeed 404 page after the first-time installation? What's the output of netstat?
Code:
netstat -antupl | grep litespeed
and the output of this grep command,
Code:
grep address /usr/local/lsws/admin/conf/admin_config.xml
 
Top