Upg to 4.2.12 -Unable to login to WebAdmin Console

whatsup

Active Member
#1
Been using LS for 2 years with no problems. (enterprise one cpu version)
Clicking on WebAdmin Console results in page 127.0.0.1:7080 which does not work.
By typing in the address bar directly http://ipaddress:7080 - the login page shows.

I have the following error notes:

[config:server:epsr:lsphp55] invalid path - /usr/local/lsws/fcgi-bin/lsphp55, it cannot be started by Web server!2014-08-04 13:11:00.344ERROR[config:scripthandler] Can not find handler with type: 12, name: lsphp55.2014-08-04 13:11:00.344ERROR[config:scripthandler] Can not find External Application: lsphp55, type: lsapi2014-08-04 13:11:00.344ERROR[config:scripthandler] use static file handler for suffix [php55]

Any suggestions, Thank you.
 

NiteWave

Administrator
#2
these errors can be ignored. to have it disappear, just do
#ln -s /usr/local/lsws/fcgi-bin/lsphp5 /usr/local/lsws/fcgi-bin/lsphp55

Clicking on WebAdmin Console results in page 127.0.0.1:7080 which does not work.
By typing in the address bar directly http://ipaddress:7080 - the login page shows.
this is correct behavior.
127.0.0.1 is localhost. if you site in front of the server, you can access 127.0.0.1:7080. otherwise you can't access it remotely.
 
Top