Originally posted by stickman373
and one more thing: how do i chmod files so that they can be executed? i get internal server errors when i try to execute cgi files?
to make a file executable type chmod -x and then the name of the file,

and then to run it type ./thenameofthefile