cgi
Hiawatha CGI: writing to the client as soon as a command gets executed
I have a CGI script run by Hiawatha web server that needs to return some data to the client, do some system work (may take 20-30 seconds)[详细]
2023-03-20 04:41 分类:问答How to be able to avoid a browser refreshing a page, after a HTTP POST request has been sent in Python/CGI
I am writing a CGI script in python 2.5 and I have run into an issue I cant solve. My cgi script allows a user to into data into a html form and press refresh and the data gets successfully added.But[详细]
2023-03-20 04:14 分类:问答How can I run Python CGI scripts on my web server?
I want to run a Python CGI script on my web server (Apache 2.2). When I try to run the test.py file I get the following error:[详细]
2023-03-18 11:50 分类:问答Issue with filename containing "-" in PERL
I have created a file called \"nph-select.pl\" and put code for redirection as below. #!\"D:\\xampp\\perl\\bin\\perl.exe\" -w[详细]
2023-03-17 19:57 分类:问答Running a .py file in browser
I want to run python file in browser. I have installed apache. and configured httd.conf file. I have created test.pyfile.[详细]
2023-03-17 19:13 分类:问答Send data from python-cgi to AJAX
I\'m implementing a UI version of the find command in linux. I take the location and filename parameters for the find command in a cgi form implemented using python. On submit, I draw the form again a[详细]
2023-03-17 18:33 分类:问答Param value truncates at first space (rest of URL gone)
Problem I have an html form and a perl cgi.pm script. A search is entered into a text field. If there is a space in the entry, any other parameters(like selected radio buttons) are cut off. ex. \'hell[详细]
2023-03-17 14:59 分类:问答Python CGI: Translate from stdout to html (e.g. replace \n with <BR>)
I have a great command line program that prints to stdout. I want to let people run this through CGI. In the CGI version, I want to have the same output (with \"<BR>\" instead of \"\\n\").[详细]
2023-03-17 10:09 分类:问答Saving temporary files with CGI (Ubuntu)
I am a postdoc and I just finished a cool little scientific application in Python and want to share it with the world. It\'s a really useful tool for genetecists.[详细]
2023-03-17 05:51 分类:问答How do I recognize if PHP is installed as Module or CGI
how do I know excactly if PHP is used as modul开发者_如何学Goe in Apache or used as CGI? Which configuration param is telling me this in phpinfo() ???[详细]
2023-03-17 03:25 分类:问答