| Basic CGI configuration and Paths:
Perl Path: #!/usr/bin/perl
Sendmail Path: /usr/sbin/sendmail
Server path: /home/username/public_html/
Document Root path: /home/username/public_html
Domain directory: /home/username/public_html/
Cgi-bin path: /home/username/public_html/cgi-bin/
Put your files here: /home/username/public_html/cgi-bin/
or public_html/cgi-bin/ from FTP
access the page with this URL:
http://yourdomain.com/cgi-bin/somefile.cgi [or somefile.pl]
|