Web Application

I have a very small web application (just for test).
The build files and folders are the following (the app name is “hello”):
hello Libs (folder)
hello Resources (folder)
.htaccess (file)
config.cfg (file)
hello.cgi (file)
hello.exe (file)

I should like to install on my web site (on Aruba) running Windows server, but I don’t know what to do.
Is there anyone who can help me?

Thank you so much.

Nedi

If you want to deploy as CGI you’re going to want to use Linux.

Deployment doc topics are here:

Thank you, Paul. I’m gonna read the doc topics you linked….hope the fog begins to thin out!

for CGI, you must install Apache and Perl.

Apache - this guide can help you: https://turbolab.it/apache-server-web-1212/come-installare-apache-windows-10-trasformare-pc-server-web-guida-definitiva-1324

Perl - download and install Active Perl: https://www.activestate.com/activeperl

for CGI test: https://www.perlmonks.org/?node_id=44536