cgi
CGIHTTPServer: Error code 403
i got a: Error response Error code 403.Message: CGI script is not executable (\'/cgi-bin/main.pyc\').Error code explanation: 403 = Request[详细]
2023-03-22 07:37 分类:问答My Perl module is found but not being applied
I have created my own Perl module. I reference it from file Config.pm. When I take the content from my Perl module and copy it into Config.pm, the script is triggered appropriately. But when I inclu[详细]
2023-03-22 02:49 分类:问答Perl Mojolicious - How to make it handle multiple connections at once?
I setup a quick Mojolicious server like this: use Mojolicious::Lite; get \'/\' => sub { my $self = shift;[详细]
2023-03-22 00:35 分类:问答Dynamic printing in web.py
I\'m shifting an application from cgi to web.py. I get results and print them dynamically with a simple prin开发者_StackOverflow社区t statement in cgi. So the results have been printed before the page[详细]
2023-03-21 05:02 分类:问答Moving data from stateless session bean to file
I have a session bean which retrieves data from the database and formats it.In the near future it will need to call a utility (which wraps XML-RPC) to forward the data, but for now, I need to execute[详细]
2023-03-21 02:46 分类:问答Python script running both FastCGI and traditional CGI?
I have written a Python script that currently is designed to handle traditional CGI requests. Of course, this won\'t scale well as the overheads for each request are great, which is why I\'m looking i[详细]
2023-03-20 17:19 分类:问答perl cgi unzip an uploaded file
I am working on a web server where a user can upload a zip file. After uploading, it should unzip the file. I tried the system command unzip as well as the Archive::Extract module. I still get the err[详细]
2023-03-20 13:33 分类:问答How to upload file via FTP in CGI script?
Please see the upload script below. It works, but what I want to do, is use the my FTP site for the Upload_dir, instead of the local directory of my website, which is hosted by my service provider.[详细]
2023-03-20 13:05 分类:问答Python CGI Script (using XML & mindom) cannot extract null data
This portion of code parses XML for output to the screen on a webpage. for counter in range(100): try: for item in BlekkoSearchResultsXML.getElementsByTagName(\'item\'):[详细]
2023-03-20 11:33 分类:问答php-cgi running very slowly on windows
I\'m trying to speed up my wordpress site because for some reason it\'s taking on average 5 seconds to load a page (obviously way too slow). I\'ve tracked开发者_如何转开发 it down to the php-cgi.exe h[详细]
2023-03-20 08:24 分类:问答