Apache Perl CGI
Shebang for Linux: You-don-t-need-a-shebang-line.
Adding directory for cgi scripts
‘http://10.0.0.226/cgi-bin/Perl-Search-Tests/helloWorld.cgi’
Launch Apache UI
$ sudo /opt/lampp/manager-linux-x64.run
Start all servers
$ sudo /opt/lampp/lampp start
Authentication
This will require user login credentials. These are users that are created on the server.
- Apache auth
- authentication-with-apache-on-ubuntu Theres a pic here of what auth looks like
CGI Security
How to setup CGI that runs executable which requires login.
- https://www.w3.org/Security/Faq/wwwsf4.html
Allowing connections from specified server
Journal
- 2020.06.25 Created File
- 2020.07.03 Updated syntax
- 2021.02.01 Created
CGI Security