How do I run my own CGI programs?
Put your CGI
programs in the cgi-bin directory.
- The cgi-bin will automatically
chage the permissions to chmod 755 for you
- Its important because
of the apache wrapper being run that scripts and there directories
be chmod 755, chmod 777 will not work
A special note -
this does not apply to frontpage webs, follow normal cgi instructions |