Hey,
Does anyone have any experience reliably and scalably setting up servers to be PCC compliant (for CC payment gateways)?
Because new PHP and Apache versions fix vulnerabilities, they immediately obsolesce their predecessors.
Long time, eh?
-Bryan
--
about me: bryancockerham.com
--
EG. Making a come back.
To post to this group, send email to nyit-pro...@googlegroups.com
To unsubscribe from this group, send email to
nyit-programme...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nyit-programmers?hl=en
Hey,
Yes. PCI. Thanks. Long day yesterday. :)
Thanks for the response.
So you have to rebuild Apache and PHP on every server, each time there’s an update? All my research was pointing that way, and it was a hard truth to swallow. I figured I’d ask around just in case.
Maybe a better question would be: should I scrap Apache, and use something with fewer features that may therefore be less prone to vulnerability? When we hit more than 10 instances, this is going to get tedious – even with EC2 allowing me to mount home drives on newly cloned servers as soon as I get them running.
Thanks again.
-Bryan
We’re 100% up to date with the latest YUM packages (Centos 6), but we’re still failing PCI scans. The only solution I have is to build from the latest releases on Apache.org and PHP.net. If I could solve this through packages, it wouldn’t be a problem.
Puppet is a good idea. I’ve thought about using it a few times in the past. Unfortunately it won’t solve my build problems though.
I know nginx is supposed to be wicked fast. I’ll do some research on the maintenance required to keep it PCI compliant.
Thanks. Authorize.net, our payment gateway, allows for this too. Maybe it’s worth checking out. No pun intended.