[18:51] seattlegaucho, hey bro you around [18:52] me here [18:52] ever used nginx? [18:56] nope [18:57] do you have a URL (in case it's an old dog with different collar -- bad translation of a Spanish expression) [18:58] its an alternative to apache [18:58] http://wiki.nginx.org/ [19:00] wow! it's an impressive concept, but if you're looking for just the http service, try "lighty" -> lighttpd ... it's 100% Apache compatible with a fraction of the overhead [19:00] http://www.lighttpd.net/ [19:01] I've use the latter to get access to simple stuff on servers where apache would've been too heavy [19:02] yeah, work is trying to move to ngnix [19:02] so i'm trying to learn it [19:03] right now my issue is that after i install it. when i browse to a folder that i've created in /var/www/ it just tries to download the .php instead of displaying it [19:05] you might be missing a flag somewhere ... what I've done in the past was to embed the PHP on a HTML file to work around it [19:06] but that is as far as my expertise on http servers go :/ [19:18] yeah gotcha [19:18] thanks