this is default setting ScriptAlias /cgi-bin "/cgi-bin/"
# "C:/Program Files/Apache Group/Apache2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
<Directory "/cgi-bin/">
AllowOverride All
Options ExecCGI
</Directory>
<Directory "/home/admin/www/cgi-bin/">
AllowOverride All
Options ExecCGI
</Directory> i have deleted the .htaccess file and enabled "AddHandler cgi-script .bat .exe .pl .cgi" finally no work... what problem?
#!/usr/bin/perl
print "Content-Type: text/plain", "\n\n";
print "Hello World in Perl", "\n";
http://localhost/cgi-bin/test.cgi
it has Internal Server Error http://localhost/cgi-bin/
Forbidden
You don't have permission to access /cgi-bin/ on this server. how to run cgi?
i have put the php_mbstring.dll to extensions folder. but "php startup: unable a load dynamic library '/user/local/php/extensions\php_mbstring.dll". can no found the file"