Quote:
Originally Posted by directfiesta
don't run any freebsd servers, only Centos or Fedora.
Sorry.
|
Hey, what is the deal with CentOS!!!
I could not even compile and execute this script:
#include <stdio.h>
int main() {
printf ("content-type: text/html\n\n Hello!");
return 0;
}
See if you can make that run with a compile using gcc or g++
Maybe it was the particular server I tried.