in reply to Re^7: [OT] Re: (OT) HTML video tag is not working in cgi
in thread (OT) HTML video tag is not working in cgi
Maybe shouting will help :D
file:// IS NOT THE INTERNET, file:// IS NOT HTTP, file:// IS NOT CGI, file::// IS NOT THE INTERNET
http://.... is the internet
http://....cgi is the internet
http://....mp4 is the internet
Your webserver maps ...cgi to a directory on your harddisk ( like /home/foo/bar )
/home/.../cgi-bin maps to http://.../cgi-bin
/home/.../public_html/foo.html maps to http://.../foo.html
https://httpd.apache.org/docs/2.2/howto/public_html.html#cgi / Apache Tutorial: Dynamic Content with CGI
FYI
Every perl/CGI problem can be solved if you work through these checklists, when you find a problem on the list, use a solution from the list, when you find a problem not on the list (rare), post the error message and problem description here
CGI Help Guide, Troubleshooting Perl CGI scripts, CGI to mod_perl Porting. mod_perl Coding guidelines.. cgi101 brian's Guide to Solving Any Perl Problem, CGI Help Guide , Troubleshooting Perl CGI scripts ... More generic advice :) On debugging, verify everything, talk to teddybear ... checklists and more
Because https://httpd.apache.org/docs/2.2/howto/public_html.html#cgi / Apache Tutorial: Dynamic Content with CGI and more
Copy/paste from Re: To call a .pl file when a button is pressed on a GUI created using Perl CGI (webserver) for the links below
Explicitly using Options to permit CGI execution, Apache Tutorial: Dynamic Content with CGI - Apache HTTP Server Version 2.2 : Explicitly using Options to permit CGI executionIts simple, you need a webserver
Why? Because webpages and CGI needs a webserver, thats how it works
Its weird that so many folks manage to create a GUI using Perl CGI without understanding this
learn about the internet,Web Programming: For Beginners, to get an overall picture of how the internet works, how tcp/ip, sockets, html, ajax, all fit together....
See also Mojolicious::Lite +and jQuery +AJAX + Mojo::Template
And a copy-pasta for you:)
Also, there are checklists for that , Basic debugging checklist , brian's Guide to Solving Any Perl Problem, CGI Help Guide , Troubleshooting Perl CGI scripts
Yes, work through these checklists, when you find a problem on the list, use a solution from the list, when you find a problem not on the list (rare), post the error message and problem description here
brian's Guide to Solving Any Perl Problem, CGI Help Guide , Troubleshooting Perl CGI scripts
So examine your server configuration and compare to https://httpd.apache.org/docs/2.2/howto/public_html.html#cgi / Apache Tutorial: Dynamic Content with CGI
learn about the internet,Web Programming: For Beginners, to get an overall picture of how the internet works, how tcp/ip, sockets, html, ajax, all fit together.
... let the deep links from the following explain Re: Cron revisited/Re^2: Perl Module Not Working In Crontab explain, and here they are:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: [OT] Re: (OT) HTML video tag is not working in cgi
by Your Mother (Archbishop) on Jan 29, 2016 at 03:07 UTC | |
by awanti (Acolyte) on Jan 29, 2016 at 08:04 UTC | |
by poj (Abbot) on Jan 29, 2016 at 08:15 UTC | |
by Corion (Patriarch) on Jan 29, 2016 at 08:14 UTC | |
by awanti (Acolyte) on Jan 29, 2016 at 13:58 UTC |