C++ with CGI
Before doing example, You have to configure cgi-bin with apache server. If its done then try your first example. Open an empty file and write… Read More »C++ with CGI
Before doing example, You have to configure cgi-bin with apache server. If its done then try your first example. Open an empty file and write… Read More »C++ with CGI
There are 3 ways to use CGI. First Way When we install Apache server, then /usr/lib/cgi-bin folder is automatically created. You can place c++ files… Read More »CGI Configuration on Apache