2.2. Configuring the HTTP Server¶
To configure the HTTP server to deliver Virtuozzo Hybrid Server distribution files over network, do the following:
Make sure the HTTP server package is installed and the service is running. For example:
# yum install httpd # systemctl start httpd.service
Copy the contents of your Virtuozzo Hybrid Server installation DVD or ISO image to a directory on the HTTP server (e.g.,
/var/www/html/vz
). The directory must have ther-x
access permissions so that client server(s) can boot from this location (e.g.,<HTTP_server_IP_address>/vz
) over network. To set access permissions to the/var/www/html/vz
directory, run:# chmod 755 /var/www/html/vz
Version 7.5 — Feb 25, 2022