I am completing my first database project. I am going to set up mod_wsgi to Apache such that I can run Python webframework on my Uni's servers. I am not sure whether my Uni has those tools or not.
My Uni gives me no support in Python and its config to their servers.
I would like to know a way to get info about the servers in the shell such that I can decide whether to use their supported tools (Oracle, PHP), or tools which I like (Python, MySQL).
Which commands can you run to get info about the servers such that I can decide which tools to use?