[EMAIL PROTECTED] CGI help on apache needed

2006-07-05 Thread Rajat Sharma
Hi, My cgi script needs to do some dirty work. User is supposed to be notified via email when the job is done. Here is the use case a) user clicks submit on a form to start the job b) An instant message is thrown back to the user saying the job has started successfully and user

RE: [EMAIL PROTECTED] CGI help on apache needed

2006-07-05 Thread Rajat Sharma
on apache needed Joshua Slive wrote: On 7/5/06, Rajat Sharma [EMAIL PROTECTED] wrote: My cgi script needs to do some dirty work. User is supposed to be notified via email when the job is done. Issue is that the after submit of the page, the IE still keeps loading the page until the long\dirty

RE: [EMAIL PROTECTED] CGI help on apache needed

2006-07-05 Thread Rajat Sharma
. long job sends mail (exec or system or a subroutine) when it's done. You'd need to pass $loginid to the long job of course. hugh Rajat Sharma wrote: Script looks something like below 1. print (Location: http://XYZ:9090/Project/filepath.html\n\n;); 2. close(STDOUT); 3. my $pid = fork

RE: [EMAIL PROTECTED] CGI help on apache needed

2006-07-05 Thread Rajat Sharma
, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Joshua Slive wrote: On 7/5/06, Rajat Sharma [EMAIL PROTECTED] wrote: My cgi script needs to do some dirty work. User is supposed to be notified via email when the job is done. Issue is that the after submit of the page, the IE still keeps

RE: [EMAIL PROTECTED] CGI help on apache needed

2006-07-05 Thread Rajat Sharma
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Wednesday, July 05, 2006 1:19 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] CGI help on apache needed On 7/5/06, Rajat Sharma [EMAIL PROTECTED] wrote: Thanks Jashua, but I am on windows and cannot

[EMAIL PROTECTED] Apache Mode_rewrite query : Newbie question

2006-05-09 Thread Rajat Sharma
HI, I am a newbie at apache. If I want to get my site redirected from http://abc:6060 to http://abc:6060/alpha/beta.php, I should be using mod_rewrite. But what all do I need to do it, exact format and configuration setup. Also, if I want beta.php to behave same as index.html, then what

RE: [EMAIL PROTECTED] Apache Mode_rewrite query : Newbie question

2006-05-09 Thread Rajat Sharma
] // The above info. is what's missing on the page sent below. -Original Message- From: Rajat Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 11:42 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache Mode_rewrite query : Newbie question thanks for the quick