to use the cgi script
i have added the following virtual host
VirtualHost{
Hostname = 127.0.0.1
WebsiteRoot = /usr/localvar/www/hiawatha
AccessLogfile = /usr/local/var/log/hiawatha/access.log
ErrorLogfile = /usr/local/var/log/hiawatha/error.log
CGIhandler = /usr/bin/c++
}
i have kept my c++ compiled file, at the location
/usr/localvar/www/hiawatha.
what else i have to do??
i am not able to understand what next.
i am new to cgi scripting
please help me.