In Delphi 10.1 Berlin, I create a web service (DLL file) and copy it to the host server in the home / public_html / cgi-bin directory but then I can’t run it. in the browser food:
and in return I get
Your connection is not secure. The owner of (domain_name) has configured their website improperly. Firefox has not connected to this website.
if this file is added to exception then already displays:
lscgid: execve (): / home /.../ public_html / cgi-bin / mod_ap.dll: Exec format error
as read it may be from the incompatibility of operational systems. The file is created in delphi and the server has the operating system Centos (Linux) and the server litespeed (Linux). Should the file created in Delphi for windows run on linux? Why html and other files open on the server? Or something very confusing!