Quote:
Originally Posted by 1off
Just tried it on my webair and my split infinity server. Same error on both "500 The server encountered an internal error or misconfiguration and was unable to complete your request."
I'm quite sure I did everything correctly too. I guess there is an outside chance i fucked something up but since i did it twice on each server, I doubt it.
|
you most likely did everyting correct, that is a normal problem.
The soultion is that i would compile from the original source code on your machine.
See if you can make this small script run with a compile using gcc or g++
#include <stdio.h>
int main() {
printf ("content-type: text/html\n\n Hello!");
return 0;
}