| bio | website | ceejayoz.com |
|---|---|---|
| location | Pittsford, NY | |
| age | 29 | |
| visits | member for | 4 years |
| seen | 9 hours ago | |
| stats | profile views | 595 |
Lead (LAMP) developer at GripMedia and 24242.net. Formerly of the Democrat and Chronicle. Husband to one and father to two.
LinkedIn: http://www.linkedin.com/in/ceejayoz
|
20h |
comment |
SSL on Subdomain, Already on Domain You may be able to ask your host for an additional IP for the second SSL, but otherwise wildcard is going to be necessary. |
|
20h |
answered | SSL on Subdomain, Already on Domain |
|
22h |
accepted | peaks in graphite charts lower for longer time series |
|
May 18 |
comment |
What Amazon hosting solution is best for me? CloudFront isn't a hosting system, it's a CDN. You'd probably be best off putting them on Amazon S3, which is suitable for static file hosting (i.e. no dynamic server-side stuff like PHP). |
|
May 18 |
comment |
peaks in graphite charts lower for longer time series Lovely, I'll give this a shot and accept your answer. Thanks! |
|
May 17 |
asked | peaks in graphite charts lower for longer time series |
|
May 16 |
comment |
Setting up Django project on server to be front-facing You may want to consider using something like Ansible to build repeatable server setups. It's very handy. |
|
May 16 |
comment |
Setting up Django project on server to be front-facing MySQL's listening on port 80? That's a very odd setup if true. Since you're running on AWS, it might be best to start with a fresh instance and install Python/Django from scratch there, so you don't have LAMP cruft. |
|
May 16 |
comment |
Cron job is occupying my server How should we know? We don't know what the scripts are doing without the source code. Presumably there's a loop or something. |
|
May 16 |
answered | Setting up Django project on server to be front-facing |
|
May 16 |
comment |
How do I easily manage 22 almost identical Debian servers at once? Google "configuration management" - which you've tagged this with - and you'll find a few hundred possibilities... |
|
May 15 |
comment |
Some traffic doesn't show up when using an HTTP Proxy Is the traffic that isn't tracking HTTPS, perchance? |
|
May 15 |
comment |
No such file or directory Have you tried require 'vendor/composer/autoload.php';? |
|
May 15 |
comment |
Any auto-scaling ELB alternatives for EC2? How can we suggest one without knowing why you're opposed to ELB? |
|
May 14 |
comment |
How important are RAM and Processor speed for a home NAS Home NAS = off-topic. Read the FAQ, please. |
|
May 14 |
comment |
How can the amount of bandwidth needed be calculated knowing the number of users and the type of applications they will use? Calculate one person's average usage, multiple by 400-500. |
|
May 14 |
comment |
Need a stable IP to ssh from When you get locked out, fire up an EC2 micro instance (which'll have a fresh IP) and use that to log in and unblock your personal IP. Easy and it'll cost you $0.02 if you can do it in less than an hour. :-) |
|
May 14 |
comment |
How do I edit QuickPlay button on HP Pavilion dv6000? Server Fault is for Information Technology Professionals needing expert answers related to managing computer systems in a professional capacity. serverfault.com/faq |
|
May 13 |
comment |
Hosting multiple domains on seperate servers but only one public IP address @user No, virtual hosts would not apply here. Separate servers. |
|
May 11 |
comment |
nginx redirect to www.domain Gave you an upvote, but thought I'd note that rewrite permanent sends a 301, too. |