> i want to use the cgi scripts with apache

Make sure your CGI scripts have execute permissions:

chmod 755 myscript.cgi yourscript.pl etc.cgi

Barring that, look at your error_log file (typically
/var/log/httpd/error_log for more details)

You can also try:

# perl -d myscript.pl

to run the perl interpreter in debug mode to see if it detects any errors.

---
Ian Douglas, Wild Web Services
http://www.wildwebservices.com/
ph: 613.253.3147
fx: 613.253.1029
pg: http://www.wildwebservices.com/pager.html

Reply via email to