Hi again,
Thank you for the quick reply and thank you all for the warm welcome!
Now I have a better unsersatnding of how you understood my questions.
From your response, I realize that cgi scripts don't have to be in cgi-bin.
What I meant by 'Can I put binaries in the cgi-bin directory?' is 'Do you
support CGIs that are binary (not-scripts per-say)?' For me to produce
such scripts I need to know the OS and H/W platform of the server.
I see that cPanel gives me this information, would that be supported?
And would the CGI be called with a path giving access to the standard
libraries?
As an extension of the previous question, I may want to put a CGI-script
but have it call an external C/C++ library which I would also put in on
the server. Would that be supported?
I absolutely understand about the list. It would be tedious to maintain.
Yes. but what then? If my script says it needs X, you are saying there is no way to
check wihout trying it. Now this assumes the script exists in the first place. If I
want to create a script, I would like to avoid writing one that will require something
that is not supported. I guess I will have to check the dependencies with a test
script first.
Great. Too bad its not 2.3.5 though!
OK, thanks!
By cgi-script, I meant a CGI (script or not) that is called by the webserver with some
environment set so that it executes and typicaly returns a HTML page, regardless
of the implementation language. So in my question, Python script would be a
'cgi-script'. I am not aware of another way to dispatch a Python script from the
web-server. Is there one? For clarity, from now one I will use the term CGI instead.
Yes, PHP scripts are not CGI. I already use some PHP and got WordPress to work
already thanks to answers on these forums.
- Itai