How does Apache invoke Perl interpreter

2001-08-23 Thread Qichao Dong (Leon)

Hi,

I want to do some research on Perl's transplantability, so I would like to
know how an Apache server invokes Perl interpreter - in the case of
mod_cgi instead of mod_perl.

If anyone knows, or can redirect me to some documentation on the mechanism
of Apache, please give me a hint. Thank you.

Leon


Qichao Dong(Leon)

Graduate Research Assistant   Innovative Computing Lab 
Computer Science Dept.University of Tennessee, Knoxville
(865)974-9985 [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: How does Apache invoke Perl interpreter

2001-08-23 Thread Brett W. McCoy

On Thu, 23 Aug 2001, Qichao Dong (Leon) wrote:

> I want to do some research on Perl's transplantability, so I would like to
> know how an Apache server invokes Perl interpreter - in the case of
> mod_cgi instead of mod_perl.

Have you tried http://perl.apache.org?

-- Brett
  http://www.chapelperilous.net/

In every non-trivial program there is at least one bug.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: How does Apache invoke Perl interpreter: OT please don't reply

2001-08-23 Thread Mike Rapuano

test

-Original Message-
From: Qichao Dong (Leon) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 2:21 PM
To: [EMAIL PROTECTED]
Subject: How does Apache invoke Perl interpreter


Hi,

I want to do some research on Perl's transplantability, so I would like
to
know how an Apache server invokes Perl interpreter - in the case of
mod_cgi instead of mod_perl.

If anyone knows, or can redirect me to some documentation on the
mechanism
of Apache, please give me a hint. Thank you.

Leon


Qichao Dong(Leon)

Graduate Research Assistant   Innovative Computing Lab 
Computer Science Dept.University of Tennessee, Knoxville
(865)974-9985 [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: How does Apache invoke Perl interpreter: OT please don't reply

2001-08-24 Thread Roger C Haslock

Anything in the cgi-bin (or similar) directory is assumed to be an
executable script. If it is a perl script (starts with #!//perl),
then perl gets called. The interpreter then runs as a separate process. (You
can try `ps -efl` to see whats happening)

Does this help?

- Roger -

- Original Message -
From: "Mike Rapuano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 7:15 PM
Subject: RE: How does Apache invoke Perl interpreter: OT please don't reply


test

-Original Message-
From: Qichao Dong (Leon) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 2:21 PM
To: [EMAIL PROTECTED]
Subject: How does Apache invoke Perl interpreter


Hi,

I want to do some research on Perl's transplantability, so I would like
to
know how an Apache server invokes Perl interpreter - in the case of
mod_cgi instead of mod_perl.

If anyone knows, or can redirect me to some documentation on the
mechanism
of Apache, please give me a hint. Thank you.

Leon


Qichao Dong(Leon)

Graduate Research Assistant   Innovative Computing Lab
Computer Science Dept.University of Tennessee, Knoxville
(865)974-9985 [EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]