[Fri Oct 16 18:31:35 2015] [error] [client ::1] File does not exist: /var/www/html/favicon.ico [Fri Oct 16 18:31:36 2015] [error] [client ::1] (2)No such file or directory: exec of '/var/www/cgi-bin/form.pl' failed, referer: http://localhost/form.html [Fri Oct 16 18:31:36 2015] [error] [client ::1] Premature end of script headers: form.pl, referer: http://localhost/form.html [Fri Oct 16 18:31:44 2015] [error] [client ::1] (2)No such file or directory: exec of '/var/www/cgi-bin/form.pl' failed, referer: http://localhost/form.html [Fri Oct 16 18:31:44 2015] [error] [client ::1] Premature end of script headers: form.pl, referer: http://localhost/form.html #### Form Page Example

Welcome!

Name:

Age:

Favorite Scripting Language:
Bash
Perl
PHP
Python

All information submitted is confidental! ##
## #!/user/bin/perl require("cgi-lib.pl"); &ReadParse(*input); print "Content-type: text/html\n\n"; print " Hello $input{user}
Your age: $input{age}
Your favorite scripting language: $input{language}
";