I\'ve written a PHP script that has to fork and do some processing in parallel, and then the main page returns data after processing. I\'m currently using the pcntl functions to do this. I need to run
I\'ve taken over supporting a time- and expense-entry system.Apache\'s CGI.CGI programs are written in bash :)I\'m going to add some features into it and exposing it out to many more users, but prior
I have a requirement that I want to check the request headers and according to that I want to forward the incoming request to appropriate sub domain of my company.
Stackoverflow: For a cs assigment I am using the following code to stream audio.However, now I would like to add the ability to stream files successively, as in a playlist, how can I modify my code t
I have seen the examples of Net::OpenID::Consumer开发者_StackOverflow中文版::Lite on CPAN but I was hoping to get a single script that uses POST method. If nobody has this than I will post my solution
I\'m trying to write a quick cgi app in c#. I need to get to the stdout stream 开发者_开发技巧and write some binary data. The only thing I can find to do this is Console.Write, which takes text. I\'ve
I\'m working on a homework assignment in Perl CGI using the CGI.pm module. In my code I am checking for a cookie.If the cookie exists, I want to initiate another CGI script.In other situations I was a
I have this Perl script sitting in the cgi-bin folder of my Apache server: #!/usr/bin/perl use strict;
If i send four POST variables, but the second one — I dont know that th开发者_StackOverflow社区e name=\"\" tag will be; how can I access it?Can i use $_POST[1] or not?Here\'s one solution using
How do I raise an http error/exception from a python CGI script? Is all that is necessary is to print the appropriate header: