OK im makeing a website with a cgi proxy, and im using the latest wamp (1.70) i think and when i put the cgi file in to the cgi-bin folder, and call for it it just gives me an error, i also did this
you also need to set apache to allow perl scripts, open your httpd.conf file and find:
#AddHandler cgi-script .cgi
change it to:
AddHandler cgi-script .cgi .pl
then find:
Options Indexes FollowSymLi
Forum:
WampServer English