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.

May
1
awarded  Favorite Question
Apr
15
awarded  Popular Question
Mar
26
awarded  Popular Question
Feb
18
awarded  Popular Question
Jan
29
comment How do you conditionally include files in Nginx vhost?
Sorry, I think I finally solved whatever the problem was a different way.
Jan
7
comment Problems installing PHP libevent PECL Package
Recap: sudo apt-get install libevent-dev then pecl install channel://pecl.php.net/libevent-0.0.5.
Dec
30
awarded  Famous Question
Dec
22
comment Dynamic nginx domain root path based on hostname?
This looks like fun, I plan on playing more with map now. I also was not aware that the configuration files were not processed in a linear fashion.
Dec
22
accepted Dynamic nginx domain root path based on hostname?
Dec
22
comment Dynamic nginx domain root path based on hostname?
This is just what I was looking for!
Dec
18
awarded  Tumbleweed
Dec
11
revised Dynamic nginx domain root path based on hostname?
edited title
Dec
11
asked Dynamic nginx domain root path based on hostname?
Dec
6
awarded  Popular Question
Nov
27
accepted Many ISP's is block port 25, how do I choose an alternative port?
Nov
27
comment Many ISP's is block port 25, how do I choose an alternative port?
Yep, in an ideal world that would be great. But, expecting them to pay the increased price just to open 25 isn't a reasonable cost/benefit ratio.
Nov
27
comment Many ISP's is block port 25, how do I choose an alternative port?
Well, I was hoping for something more professional since this might end up on thousands of system. ;)
Nov
27
comment Many ISP's is block port 25, how do I choose an alternative port?
@MichaelHampton, I'm not, however I need these installs to default to an alternative port so that even if they can't talk with other MTA, they can still talk with each other.
Nov
27
comment Many ISP's is block port 25, how do I choose an alternative port?
SMTP port 587 is only for MUA submission to a MTA - it's not for MTA's to talk with each other. There is no central MTA or MX server in this, each system install needs to run by itself.
Nov
27
asked Many ISP's is block port 25, how do I choose an alternative port?