[Resolved] Replacing a licence

Status
Not open for further replies.

PSS

Well-Known Member
#1
I have (yet) another licence question:
I'd need to replace an owned enterprice 4-CPU with a rented enterprice 4-CPU on a server, and use the owned licence on another server. What is the correct procedure for this?
 

PSS

Well-Known Member
#3
Thanks, seems to be working ok :)

Something odd with the clean installation of Enterprise, though (new RHEL 7 server) . I told installer .php is the only suffix I want, and yet there is .php5 and .php55 which gives errors in log
Code:
2014-10-05 14:04:55.587    ERROR    [config:server:epsr:lsphp55] invalid path - /opt/lsws/fcgi-bin/lsphp55, it cannot be started by Web server!
2014-10-05 14:04:55.587    ERROR    [config:scripthandler] Can not find handler with type: 12, name: lsphp55.
2014-10-05 14:04:55.587    ERROR    [config:scripthandler] Can not find External Application: lsphp55, type: lsapi
2014-10-05 14:04:55.587    ERROR    [config:scripthandler] use static file handler for suffix [php55]

The default php seems to run ok, phpinfo tells
Code:
Server API    LiteSpeed V5.5
PHP API    20020918
PHP Extension    20020429
Zend Extension    20050606
 
Last edited by a moderator:

NiteWave

Administrator
#4
that "error" can be safely ignored ... it has been there for some time.

to have it disappear in logs, a simple fix:
Code:
#ln -s /usr/local/lsws/fcgi-bin/lsphp5 /usr/local/lsws/fcgi-bin/lsphp55
 
Last edited by a moderator:

Michael

Well-Known Member
Staff member
#6
Well, it was added to make it easier for people to set up LSWS with multiple versions of PHP (we were providing external application that people could use for another version of PHP), but it may just be confusing people. We may consider removing it in future versions.

Michael
 
Status
Not open for further replies.
Top