Softaculous


Topic : how to run CGI programms on AMPPS?


Posted By: nimahkh on March 17, 2017, 4:43 pm
hello ,
i want to lunch cplus programs on AMPPS , i had change httpd.conf and add this codes after ifmodule ,


<Directory "{$path}/www/cgi-bin">
  AllowOverride None
  Options ExecCGI
  Order allow,deny
  Allow from all
</Directory>

<Directory "{$path}/www/cgi-bin">
  Options All
</Directory>


next i created cgi-bin in www and  chnage chmod to read and write .
i am working on windows 10 ,
now i have 403 error ,
what can i do?

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.