Configuring the HTTP Server
To configure the HTTP server to deliver Virtuozzo Server distribution files over network, do the following:
Make sure the HTTP server package is installed and the service is running. For example:
1 2# yum install httpd # systemctl start httpd.serviceCopy the contents of your Virtuozzo Server installation DVD or ISO image to a directory on the HTTP server (e.g.,
/var/www/html/vz). The directory must have ther-xaccess 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/vzdirectory, run:1# chmod 755 /var/www/html/vz