}
-Original Message-
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:
> T
, 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 don
right?),
and
exits.
3. 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/fi
rg
Subject: Re: [EMAIL PROTECTED] CGI help 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.
>
>> Is
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 successf
]
//
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
: Newbie question
> -Original Message-
> From: Rajat Sharma [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 5:33 PM
> To: Httpd (E-mail)
> Subject: [EMAIL PROTECTED] Apache Mode_rewrite query : Newbie question
>
> HI,
>
> I am a newbie at apach
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 should