reading string in apache

2004-06-04 Thread apache_dev
Who write or modificate code mod_ssl or other module? Respond to me, please.
How can read string, if standart C function not work in apache.
What is method read?


Re: reading string in apache

2004-06-04 Thread Cliff Woolley
On Fri, 4 Jun 2004 [EMAIL PROTECTED] wrote:

 Who write or modificate code mod_ssl or other module? Respond to me, please.

A number of people have contributed to the mod_ssl that ships with Apache
2.0.

 How can read string, if standart C function not work in apache.
 What is method read?

I'm not sure I understand your question.  What do you mean standard C
functions do not work in Apache?  You mean like printf/scanf/etc?  Well
that's just because Apache's not reading from stdin and writing to stdout.
What is method read?  What exactly are you trying to read, and from
where, and in what version of Apache?

--Cliff