DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

Nginx cannot start #88

Closed TangLiChun closed 3 years ago

TangLiChun commented 3 years ago

Jul 12 04:28:56 debian systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 12 04:28:56 debian systemd[31694]: nginx.service: Failed to execute command: No such file or directory Jul 12 04:28:56 debian systemd[31694]: nginx.service: Failed at step EXEC spawning /usr/sbin/nginx: No such file or direJul 12 04:28:56 debian systemd[1]: nginx.service: Control process exited, code=exited, status=203/EXEC Jul 12 04:28:56 debian systemd[1]: nginx.service: Failed with result 'exit-code'. Jul 12 04:28:56 debian systemd[1]: Failed to start A high performance web server and a reverse proxy server. ~

TangLiChun commented 3 years ago

Doesn't seem to have been installed successfully? But I found no error during installation

TangLiChun commented 3 years ago

make: *** No rule to make target 'install'. Stop.

TangLiChun commented 3 years ago

nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory

DanWin commented 3 years ago

run ldconfig to update your LD cache. Just added it to the script in 7902994

TangLiChun commented 3 years ago

The test was successful. Thank you