cgi
Convert CGI REMOTE_ADDR to network byte order for use with MySql INET_NTOA
I\'m trying to log requests for a script and I want to store the client\'s IP Address in an int(4) column, using INET_NTOA() to return it in a readable function.[详细]
2023-04-09 03:57 分类:问答cgi waiting page [closed]
It's difficult to tell what is be开发者_JAVA技巧ing asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-04-09 03:55 分类:问答Do CGI and mod_perl play nicely together?
I\'ve got an apache web server (without mod_perl) that\'s been running just fine for a long time. It has been suggested that we use mod_perl to improve the performance of some scripts.[详细]
2023-04-08 21:01 分类:问答Problem in running .net framework 4.0 website on iis 7.0
Hey I got problem in running .NET framework 4.0 website on IIS7.0. the error I got is like: HTTP Error 404.2 - Not Found \"The page you are requesting cannot be served because of the ISAPI and CGI Re[详细]
2023-04-08 17:17 分类:问答How to use 2 php handlers on one server?
I am new to apache, PHP on linux. I have a server with PHP handler set as \"CGI\" I mean in phpinfo page where it says \"SERVER API\".[详细]
2023-04-08 11:21 分类:问答Save output of CGI script under different filename than the script name
I have a Python CGI script script.py running on a server. It produces a CSV file as output. I want computer-inexperienced people that don\'t know about file extensions to be able to just save the file[详细]
2023-04-07 16:32 分类:问答How can I make CGI::Session store session data on the server side using Perl?
Is there any way to get CGI::开发者_如何学CSession to store the session id in something besides a cookie or a query string? Storing session id in the cookie or in the query string are the only 2 ways[详细]
2023-04-07 15:03 分类:问答inject parameters in cgi-bin through shell
My current prob开发者_JAVA技巧lem is that I\'m developing a embedded system that uses a binary Cgi inside cgi-bin folder. For some obscure reason, when I access the browser and type /cgi-bin/Cgi?AjaxA[详细]
2023-04-07 12:13 分类:问答Cgi-bin scripts get run without a user?
I\'m running a binary that requires a license key to reside in the user\'s home directory.I\'m making a cgi script that calls upo开发者_运维技巧n this binary and everything is happy when I execute the[详细]
2023-04-06 23:19 分类:问答Is there a simple way to launch a background task from a Python CGI script without waiting around for it to terminate?
In Windows, that is. I think the answer to this question is that I need to create a Windows service.This seems ludicrously heavyweight for what I am trying to do.[详细]
2023-04-06 17:11 分类:问答