I get the same error when I try to set the port for aprelium to use to 80:
The port is already used by another application or the access to it is denied.
netstat -nlp doesn't show anything using por ...
I have a web form with just a submit button. The code is as follows:
<form action="cgi-bin/program.bash" method="post">
<input type="submit" />
</form ...