On Sun, 18 Mar 2007 11:09:00 +1200 "Shams" <shams@xxxxxxxxxxxx> wrote: > Hi, > > If I would like to use c++ to write dynamic web server applications, > what is the best resource for me that I can use with apache? > > I believe I have the following options: > 1. apache module Yes. > like mod_php or mod_perl No, those are bindings for scripting languages. It's much simpler with C++: you just load it directly. No need for that kind of baggage. > 2. application server that interacts with apache like tomcat That'll be a lot more work. > 3. CGI > 4. FastCGI Both are options. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
![]() |