A while ago I guess I deleted my cgi-bin dir, now I´m trying to run a simple cgi script (printenv from /usr/local/apache/cgi-bin, helloword.pl such things), but I´m not sure where the problem is. I have
~/public_html 0775 lauro nobody
~/public_html/cgi-bin 0755 lauro others, and the scripts are all a+x, I also tried ~/cgi-bin/, did not remember where it was.
CGIWrap finds it when scripts are located at ~/public_html, (../cgiwrapd/..), but when I visit ../cgiwrap/lauro/script.pl or nph-cgiwrap/ (a script to handle binary output such as images) I get an Internal Server Error
I tried http://www.polarhome.com:723/cgi-bin/cg ... rintenv.pl (for ~/public_html/printenv.pl)