(Oh, its Jboss not Apache. wow) I am learning CGI and wish to run a test cgi on Jboss web server as first step lol. I have searched a lot of resources online and tried a lot of ways, but it still be
Having a weird problem on a Solaris 10 box. I have a cgi script (perl) which needs to overwrite a file. We do not have suexec running on Apache so the destination directory has full (777) access so th
i am trying to make a webserver in C which can handle request to dynamic contents. the webserver part is finish already. i\'m trying to execute the following command:
This is my very first attempt at generating images on the fly. I want to display around 500 small -- say, 32px X 24px -- 16-color images, each in a table cell. Each 开发者_运维知识库image (as I see i
I have IIS 6 I installed Mercurial in c:/program files/mercurial I installed Python 2.6 in c:/program files/python
What is this error message ? My code #!/usr/bin/python from xml.dom.minidom开发者_如何学运维 import Document
Per http://perldoc.perl.org/CGI.html to make meta tags, the following example is given: pr开发者_如何转开发int start_html(-head=>meta({-http_equiv => \'Content-Type\',-content => \'text/htm
Never used cgi before, always being a PHP guy,in which I can simply get the request information as easy as $_REQUEST.
I made a python application that I\'d like to deploy to the web.I\'m on a Mac, so I enabled the web server and dropped it in my cgi-bin, and it works fine.The problem is, the application does some int
I have to develop a Web site written in CGI. I would like to know how to run a script with root authority开发者_StackOverflow中文版 from CGI.