As the root user, copy the comments directory from the /usr/local/share/contrib/ directory on your
VPS v2 to the appropriate cgi-bin for the domain that will be using the script. Make sure to change the
file ownership to the correct user.
Add the Email addresses of acceptable recipients to the field of the comments.pl
script using your favorite text editor.
You will then need to create the HTML form that uses the script. An example form can be found at
comments.html. You will need
to modify the form to use a recipient name you listed as ok in the comments.pl script.
You can customize the output pages generated by the script by modifying the print_header_info and
print_footer_info subroutines in the util.pl script.