Got it working cgi_module wasn't loaded. On Fri, Feb 19, 2010 at 11:35 AM, Mohit Anchlia <mohitanchlia@xxxxxxxxx> wrote: > Apache 2: > > My cgi shows complete text of the script instead of executing it like > a cgi script. Am I missing something in below configuration > > <Directory /usr/local/apache2/cgi-bin/> > Options +ExecCGI > AddHandler cgi-script .cgi .pl > AllowOverride None > Order allow,deny > Allow from all > </Directory> > > my cgi > > #!/usr/bin/perl > > print "Got it!" > --------------------------------------------------------------------- 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