Hello,
in this comparsion: https://openvz.org/Comparison
says that OpenVZ 7 has a "Backup Integration API"
Please, can anybody let me to know where I can find that API calls?
Isearched but I dont find any documentation.
Thanks!
--
José Manuel Giner
_
Hi guys. I have an openvz VPS at a data center facility. My VPS contains stock
CentOS 7 and the problem is that Apache doesn't launch on boot. I don't know
anything about the physical host server and I have never used openvz. I don't
know how it's configured or what version it is.
https://paste.
Can you really start Apache manually?
If so, you need to make this your command assynchronously:
sleep 30 ; systemctl start httpd
(forking from the rest of boot process)
Because without forking, you might be pausing whole boot process and
only delaying the problem 30 seconds.
One way can be o writ