欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
JwCGI
来自开放百科 - 灰狐
(版本间的差异)
第7行: | 第7行: | ||
make | make | ||
make install | make install | ||
− | http://localhost/jwcgi/ | + | http://localhost/html/jwcgi/ |
==Links== | ==Links== |
2007年2月8日 (四) 19:38的版本
jwCGI is a C++ library for creating CGI (Common Gateway Interface) programs. The library comes with several example programs to help you get acquainted with its usage. If you are familiar with C/C++ it will be quick to learn. It also incooperates an xhtml class for displaying web content. If you need some kind of interpreted programming language (i.e. PHP or Perl) please see the links on the left of this page. jwCGI is free software subject to the terms of the GPL License.
Install
tar -xvzf jwcgi-<version> cd jwcgi-<version> ./configure --with-html=/var/www/html --with-cgibin=/var/www/cgi-bin --with-mysql=/usr/lib/mysql --enable-demos --enable-mysqldemo make make install http://localhost/html/jwcgi/
Links
Use JwCGI
- Qmailctl.cgi CGI program that controls the qmail email server.
- FireLance CGI to control an iptables firewall.
分享您的观点