i dont take responsibility if anything goes wrong if you follow this,
when sites are made the skeleton used to create sites is as follows:
HTTP placeholder:
/home/httpd/vhosts/.skel/0/httpdocs/index.html
HTTPS placeholder:
/home/httpd/vhosts/.skel/0/httpsdocs/index.html
Errror Docs:
/home/httpd/vhosts/.skel/0/error_docs/bad_request.html
/home/httpd/vhosts/.skel/0/error_docs/forbidden.html
/home/httpd/vhosts/.skel/0/error_docs/internal_server_error.html
/home/httpd/vhosts/.skel/0/error_docs/not_found.html
###########
from that data i presume that skeleton is used to create them particular sections for the site. This may work although i do not guarantee it:
BEFORE YOU DO ANYTHING, REMEMBER THE CURRENT CHMOD SETTINGS, IF THIS DOES NOT WORK YOU SHOULD EASILY BE ABLE TO CHANGE THEM BACK.
chmod xxx # /home/httpd/vhosts/.skel/0/httpdocs
replace the xxx with a permission suitable for the script you are using.
Hope this helps you
Chris