Re: Apache local cgi-bin

1999-12-09 Thread Eric G . Miller
Could be several things. I suggest you put apache in debug mode (in httpd.conf) try to execute your script again, then check the logs to see why they're failing. It may be they're not being run as perl scripts, may be you need to 'AddHandler cgi-script *.cgi *.pl', maybe the script is trying to do

Apache local cgi-bin

1999-12-08 Thread Nils-Erik Svangård
I have been installing Apache on a potato based system. I cant get cgi-scripts working, I want the local users to have their cgiscripts in /home/user/public_html/cgi-bin/ At first a link to the *.cgi program, just outputed the source of the perl program, then after a while i changed something in sr