749 reputation
2924
bio website xeoncross.com
location
age
visits member for 3 years, 10 months
seen May 17 at 16:31
stats profile views 87
Another PHP programmer responsible for things like the MicroMVC PHP framework.

You may notice that some of my questions run very deep into the heart of certain issues because I strive for the highest optimization that is possible in my apps.

Mar
14
asked Nginx - What is does the nodelay option do when limiting requests?
Mar
14
comment How do you install “extra” versions of backport packages in debian?
Looks like dotdeb has my back: dotdeb.org/2011/03/12/nginx-now-on-dotdeb
Mar
14
comment How do you install “extra” versions of backport packages in debian?
Hmmm, that would explain it. I just assumed they existed because the install page lists squeeze as the current repo and sid is where the packages are.
Mar
14
accepted How do you install “extra” versions of backport packages in debian?
Mar
14
asked How do you install “extra” versions of backport packages in debian?
Mar
7
comment Is Postfix the same thing as Sendmail?
I would love to setup Exim if it is noticeably smaller - but there just isn't that much out there on it unless you already know what your doing.
Mar
7
accepted Is Postfix the same thing as Sendmail?
Mar
7
comment Is Postfix the same thing as Sendmail?
Ok, so I can use most things that talk about requiring "sendmail" even though I have postfix setup because postfix has a mock-sendmail frontend script that handles everything. So my apps will never know it's not sendmail they are talking with.
Mar
7
asked Is Postfix the same thing as Sendmail?
Mar
3
awarded  Notable Question
Feb
28
comment Nginx - Change root directory based on server_name?
nginx.org/en/docs/http/server_names.html#regex_names
Feb
28
comment Nginx - Change root directory based on server_name?
hmmm... I guess that is the answer - but I have nginx 0.7.65 and that requires at least 0.8.25.
Feb
28
asked Nginx - Change root directory based on server_name?
Feb
28
accepted What are recommended SSH key settings?
Feb
28
comment What are recommended SSH key settings?
What do you mean "Data encrypted ... with other key". Are you talking about creating two key pairs? One for login - and the other for data transfer? If so, how would you do that? I though that SSH just used one key. I don't think I need SSH 1.0 for anything so should I use 2048 DSA?
Feb
27
asked What are recommended SSH key settings?
Feb
23
comment How to remove all Couchdb versions in Ubuntu 10.04 (server)? ( after multiple installs )
Is the number just reported incorrectly? I removed my 1.0.1 version but I can't seem to find (or stop) the 0.10.0 version.
Jan
27
revised Mapping the URL to the filesytem with nginx rewrites?
added 2 characters in body
Jan
27
asked Mapping the URL to the filesytem with nginx rewrites?
Jan
25
comment Managing a shared SSH key?
I'm not quite understanding how that works. So would I have the private key on some server and then run that from each client OS I use to download the private key?