You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ben Kuang <be...@gmail.com> on 2005/03/25 22:20:56 UTC

[users@httpd] using cgi with c++ in Apache

Hi:

I am will be using Apache, cgi, and html for a project from school.  I
have to retrieve info from html forms through cgi and process it in a
c++ program.

I have had some experience using Apache, perl, and cgi together.  For
example, which directory to place the cgi script.  But i am clueless
about how to do this in c++.

Do any of you have any experience in this, and/or can point me in the
right direction?
Thank you very very much.

Ben

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] using cgi with c++ in Apache

Posted by Nick Kew <ni...@webthing.com>.
Aman Raheja wrote:
> This link will help
> http://www.webthing.com/cgiplusplus/
> and if you put
> cgi c++
> in google, there's a lot of info
> 

Not really.  CGI++ worked well with gcc 2.6 and 2.7,
but relied heavily on the (then) libg++ string and regexp
libraries.  That became progressively harder to support
with later gcc versions when they dropped those libs.
And since there were other C++ CGI libs available by
[sometime in 1997], I gradually dropped CGI++.

Google, yes.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] using cgi with c++ in Apache

Posted by Aman Raheja <ar...@techquotes.com>.
This link will help
http://www.webthing.com/cgiplusplus/
and if you put
cgi c++
in google, there's a lot of info


-- 

Regards
Aman Raheja
http://www.techquotes.com



Ben Kuang wrote:

>Hi:
>
>I am will be using Apache, cgi, and html for a project from school.  I
>have to retrieve info from html forms through cgi and process it in a
>c++ program.
>
>I have had some experience using Apache, perl, and cgi together.  For
>example, which directory to place the cgi script.  But i am clueless
>about how to do this in c++.
>
>Do any of you have any experience in this, and/or can point me in the
>right direction?
>Thank you very very much.
>
>Ben
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org