Hi All,
I'm relatively new to the forums here and mostly I do Web Dev stuff, however I have dabbled in the AutoIT world and when I saw the AuCGI I almost fell off my seat!
Well Any who, I know it's been quite a while since anyone else has posted, and I'm not sure if anyone has said anything previously, but for anyone who comes looking I've gotten AuCGI to work successfully in my WAMP (apache) setup... Aside from following the instructions already posted all I had to do was add the following code to my httpd.conf file:
<Directory "x:/wamp/www/...">
#This is for AutoIT3/AuCGI use...
Options +ExecCGI
AddHandler cgi-script .au3
</Directory>
(replacing 'x' with the drive letter that wamp is installed on, and either removing the '...' at the end of the directory listing to allow the entire Web Directory access to CGI or specifically filling in a folder in the Web directory which you want CGI's to be executed)
Thanks guys for the wonderful work!!