I made a awk script to do stuff on some input files but as I want to avoid install开发者_StackOverflow社区ing gawk on the windows machines I want this awk script to be available as a webservice or jus
Is it possible to configure lighttpd so that a request for a file succeeds if the file exists, but is handled and redirected, for example to a cgi script, if the file does not exist?
I am trying to print a XML file in the browser using a p开发者_JS百科erl script. While I am trying to run the script in my browser I am having the following error.
CGI is a Common Gateway Interface. As the name says, it is a \"common\" gateway interface for everything. It is so trivial and naive from the name. I feel that I understood this and I felt this every
I have a little apache2 CGI application on the Ubuntu. The CGI handler is bash shell script. My client application is search.html:
I want to load an applet from a server side script, eg. a Perl CGI program, etc. Can this be done? how?
I\'m trying to compose a .zip file in a CGI program and send that as the content response.I\'m getting stuck inthat whenever I spawn a program that prints to stdout, that somehow doesn\'t get accepted
Really spent a lot of time searching for this. Please need some help. I am trying to add multilingual feature to my web app framework. For t开发者_如何学编程his I am unable to send non ascii characte
I uploaded a basic python script to my shared hosting at Dreamhost, and changed the permissions to 777. It ran fine from the shell (via SSH) but would display a \'Server Error\' when called from the b
I have written a Perl script to read the configuration file and create CGI scripts. This works fine and I get the output of CGI script on terminal and I can execute that CGI scripts on web pages. Belo