2.2. Configuring the HTTP Server

To configure the HTTP server to deliver Virtuozzo Hybrid Server distribution files over network, do the following:

  1. Make sure the HTTP server package is installed and the service is running. For example:

    # yum install httpd
    # systemctl start httpd.service
    
  2. 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 the r-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