Internal Server Errors
Check your php.ini for multiple "extension=geoip.so". It's either in php.ini or external file. After that you'll be able to see the real error.
Had the same problem with multiple "extension=mysql-pdo.so" lines. Turned out I didn't have php-gd library installed.