Forum archive
config apache for cgi
hello how i config apache2 when a type www.test.com this call my cgi-bin application
to run my cgi application and no a web page
Forum archive
hello how i config apache2 when a type www.test.com this call my cgi-bin application
to run my cgi application and no a web page
Can't say I know that much about Apache either, but I guess (if I understand you correctly) that you want to have your index page (eg index.html/index.php/etc) launching your CGI scripts (that by default are found in cgi-scripts/ IIRC - check the default site configuration to be sure: /etc/apache2/sites-available/default).