Hi @jivy26
Please check the vhost's configurations to make sure you're using the correct PHP version. The PHPInfo you sent is using
PHP Version 7.0.22-1+xenial
The output above is for lsphp71.
Hi @Rudi,
First off, please make sure that nothing else is listening on the same port.
in the server configurations, please check to see that the log level is set to DEBUG and HIGH. After that, try starting the server and check the log. There should be some log messages regarding attempting...
Hi @jivy26
Apologies for the delay.
Please run the following command:
dpkg -l | grep lsphp
and see if lsphp70-curl is listed. If it is, try restarting the server again to see if it picks up the package.
If it's not listed, then it's not installed, maybe see if the apt-get command resulted...
Hi @jivy26
Ols1click will not include all the packages automatically. Running the following command should grab curl for you:
apt-get install lsphpXX-curl
Replacing XX with php version.
Cheers,
Kevin
As mentioned in the other thread, this issue should be resolved in the next release.
Both are permission/ownership issues, so hopefully the next release will resolve that.
Cheers,
Kevin
Hi @Jamie-VV
So what this is trying to do is check for new releases. If it finds a new release, it will append a log message to let you know that there is a new release.
With regards to who should own this directory, what OS are you using? and who do you have configured to run the server as...
Well, until it creates a core file, unfortunately, we cannot do much to figure out what the issue is.
Please try deleting the contents of /dev/shm/ols in the meantime and restart the server, hopefully the issue will present itself.
Hi @slowaways
Can you confirm taht you have the following packages installed?
build-essential libpcre3-dev libexpat1-dev libssl-dev libgeoip-dev zlib1g-dev curl
Cheers,
Kevin
Please check /tmp/lshttpd/ (maybe bak-core). There is likely a core file there. If the timestamp matches about the time OLS stopped working, it was probably generated by that issue.
If this is the case, please open a private conversation with me and send me the output after the following...
Hi @ckissi
Did you get a core dump from when this occurred? It could be a SHM corruption. There should have been a core file generated based on the ps output.
Cheers,
Kevin