OpenSpeedLite site conf file not writeable.

Leavii

New Member
#1
I just installed OpenSpeedLite, and created the conf file because it wouldn't create it and to no surprise it is not writeable. I did install as root, but via sudo if that matters, and it appears the service is running as root.

Here is what I have.

-rw-r--r-- 1 root root 0 Jun 9 22:17 /usr/local/lsws/conf/vhosts/mysite.com/vhconf.conf

UNIT LOAD ACTIVE SUB DESCRIPTION
lsws.service loaded active running LSB: lshttpd


1686373230514.png
 

Leavii

New Member
#2
This fixed my issue.

chmod 750 /usr/local/lsws/conf/vhosts/mysite.com/vhconf.conf
chown lsadm:nogroup /usr/local/lsws/conf/vhosts/mysite.com/vhconf.conf
 

Cold-Egg

Administrator
#3
Good to know you have the issue fixed.
FYI, if you create the file via the web admin, then you should get the conf file with proper permission.
 

Leavii

New Member
#6
You should have the permission. Let me know if it's still not working.
Still can't edit my initial post :/ That or I am not seeing where I do this? The pencil next to the tags just lets me change tags.

I ended up wiping the server and rebuilding it and it is working. Nothing was on the other as I am just starting out with OLS so not a loss. Thanks for the replies Cold-Egg!
 
Top