I tried installing litespeed 2.2 on Ubuntu and it failed to start up on. First, I'll say that I'm not a linux expert and am primarily a software developer. Here's the details on the error:
I accepted most of the defaults especially location, user and group for LiteSpeed to run under. I launched the installer via sudo such as:
One issue is that the installed directory, /opt/lsws, is owned by root and the nobody user wouldn't have permissions here. So maybe I'm not running the installer correctly. My goal is to have LiteSpeed run with port 80 privileges as a system user.
So I figured it was a permissions issue and tried to chown the lsws directories so that the nobody user could access everything. This didn't fix the issue. I still got the same error.
I'm guessing that whatever I'm doing, I'm missing a pretty basic step. Thanks in advance for any help you can provide.
Cheers,
Marty
Code:
/opt/lsws/bin/lswsctrl: line 43: ./lshttpd: No such file or directory
[ERROR] Failed to start lshttpd!
Code:
marty@projects:/opt/lsws-2.2$ sudo ./install.sh
So I figured it was a permissions issue and tried to chown the lsws directories so that the nobody user could access everything. This didn't fix the issue. I still got the same error.
I'm guessing that whatever I'm doing, I'm missing a pretty basic step. Thanks in advance for any help you can provide.
Cheers,
Marty