CGI-BIN
Path/Directory information:
Domain (master site):
http://www.yourdomain.com/cgi-bin
User accounts:
http://www.yourdomain.com/~username/cgi-bin
Absolute path (master site):
/home/httpd/vhosts/yourdomain.com/cgi-bin
Absolute path (users):
/home/httpd/vhosts/yourdomain.com/web_users/
username/cgi-bin
Perl:
#!/usr/bin/perl
Sendmail:
/usr/sbin/sendmail
Cron
Files:
If you need to automate a process
via a cron file, first create a cgi script to perform the
function you need and upload it to your cgi-bin directory.
Make sure to specify the absolute path for the files called
by your script. Next, use the cron file utility in your
Plesk Control Panel to set up the cron file to run automatically
at the desired interval.
MySQL:
If you want a MySQL database you can
set it up and manage it through your Plesk control panel.