View Single Post
Old 08-11-2007, 09:03 PM  
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
Quote:
Originally Posted by 1off View Post
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;
}
__________________
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote