Hi all,
What web server does OMV use and how can I check it's running when I SSH in?
Is it apache? If I try :
`sudo service httpd status`
I get:
`Unit httpd.service could not be found.`
Thank you
Hi all,
What web server does OMV use and how can I check it's running when I SSH in?
Is it apache? If I try :
`sudo service httpd status`
I get:
`Unit httpd.service could not be found.`
Thank you
It's nginx
fred@omv:~$ sudo service nginx status
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-01-17 11:32:03 EST; 2 days ago
Docs: man:nginx(8)
Main PID: 5975 (nginx)
Tasks: 9 (limit: 19103)
Memory: 21.8M
CPU: 1.729s
CGroup: /system.slice/nginx.service
├─5975 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
├─5976 nginx: worker process
├─5977 nginx: worker process
├─5978 nginx: worker process
├─5979 nginx: worker process
├─5980 nginx: worker process
├─5981 nginx: worker process
├─5982 nginx: worker process
└─5983 nginx: worker process
Display More
Brilliant, thank you.
I ran it and got this:
Unit nginx.service could not be found.
That's after a fresh install. Why would it not kick off and run do you think?
Thanks again
Something is terribly wrong there. Looks like the install is incomplete.
Haven't you been asking this in a different thread too?
I guess ylu want to know if it is listening on a specific port. Use sudo netstat -tulpen to see which process is listening on which port.
I found out my mistake. I was installing omv to the Block Storage, not the server. So the public ip was not seeing omv, only the debian server. I did again, installed to the server and the block storage is now a storage drive for omv. So it's working now
I do not get "the block storage has an IP" thing. What kind of storage are you using? For OMV to work best, it should be a (virtual) device on the server, no remote volume.
As OMV requires two (or more) hard drives, I had to create a VPS but I also needed a second drive. Vultr allows you to create another drive using Block Storage and link it to the VPS. So the VPS sees a literal other physical drive. It works well. However, I simply installed to the wrong drive.
This is one reason, why the docs say: Unplug all devices except the boot disk.
Yup I noted that. However, it's a virtual device but in the end it all worked out. Learning every step of the way.
Thank you
Don’t have an account yet? Register yourself now and be a part of our community!