I just got a program up and running. From the command line in my terminal anyways. Unfortunately it's a cgi program that takes stuff from a form.
So anyways, it gives me the program's error msgs in the command line since there's no form input but when I try to get the bloody thing to work through the form page through my browser I get a server error message. And I know nothing's wrong with the server cause I can run other stuff on it.
I just can't figure out why this works in one but not the other. And Yes, I am a novice.