This may be a dumb question, but I'm completely stumped. I'm running the
latest Apache server under SuSE Linux 6.0. I have a compiled c program that
processes POST-ed data from a form residing in the cgi-bin directory. The
cgi-bin program fails to run correctly (error 500), and I think it has to do
with the permissions. The cgi-bin program tries to create a temporary file
to mail, which is where it stops. The user:group permissions are set to be
the same as the user:group listed in httpd.conf.
Any ideas what I'm doing wrong?
Thanks,
Jacob