Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-10 Thread Vincent Bray
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: Thanks. That is what I am looking for. How can I put your test program running in apache and how can I invoke that via my browser? First you'll need to compile it. Hopefully you're using an operating system that bundles a C compiler :-) $ cc he

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-10 Thread ying lcs
Thanks. That is what I am looking for. How can I put your test program running in apache and how can I invoke that via my browser? Thanks again. On 7/10/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: > Can you please tell me what is the easiest way

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-09 Thread Vincent Bray
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: Can you please tell me what is the easiest way to write a cgi using c/c++? I am coming from Tomcat servlet environment, I would like to know how can I do a cgi using c/c++ in apache? C: #include int main (void) { printf("Content-Type: text/ht

[EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-09 Thread ying lcs
Hi, Can you please tell me what is the easiest way to write a cgi using c/c++? I am coming from Tomcat servlet environment, I would like to know how can I do a cgi using c/c++ in apache? Thank you. - The official User-To-User