Internet Security

Security online has never been so important, particularly with more and more people opting for 'off the shelf' web solutions and content management systems. Vulnerabilities exploited in such widespread software can result in the hacking of huge numbers of websites very quickly indeed.

Keep up with the latest security patches and advisories for your website.

Google makes big changes to email security

Google makes big changes to email security

By lisa, 23.01.24

If you've seen scary messages about your email sending lately, it's because Gmail and Yahoo! are about to tighten up the rules on what it will deliver to their users from the 1st February 2024. Whilst SPF, DKIM and DMARC records are nothing new, it's about to be more important than…

Read →

Upgrading php7.4 to php8.0 on Amazon Linux 2 Webserver

Upgrading php7.4 to php8.0 on Amazon Linux 2 Webserver

By tom, 27.11.22

We recently had to upgrade a webserver running php7.4 to php8.0. It's a relatively easy task, but as with everything, it's a lot easier if you know the right buttons to press. So below are the steps I took to complete the procedure. Firstly, I needed to make a note…

Read →

How to configure php-fpm, Apache and HTTP/2 on AMI2 (Amazon Linux 2)

How to configure php-fpm, Apache and HTTP/2 on AMI2 (Amazon Linux 2)

By tom, 8.08.21

I had a real battle getting HTTP/2 to work on my new AMI2 Lamp webserver this week. The Apache http2 module was installed but it didn't work alongside mod_mpm_prefork, so I needed to switch to the mod_mpm_event module. However this wouldn't start unless the server was using php-fpm. So what…

Read →

Safari and Chrome Connection Issues on iPhone with http/2 via AWS Load Balancer

Safari and Chrome Connection Issues on iPhone with http/2 via AWS Load Balancer

By tom, 13.02.20

If you are having problems getting Safari and Chrome on iOS to connect to your site and you're using an AWS Application Load balancer, you might want to check if you have http/2 enabled on the load balancer. If you do, and you're using Apache, try adding the following line to your…

Read →

Internet Safety Day 2020: Our top tips for staying safe online

Internet Safety Day 2020: Our top tips for staying safe online

By lisa, 11.02.20

February 11th is Safer Internet Day 2020, with the UK Safer Internet Centre celebrating the role the Internet plays in our daily lives whilst reminding us all to be careful how we use it. So here at 18a we thought we’d bestow some of our own personal top tips for staying…

Read →

Achieving an A+ Security Score for your Website

Achieving an A+ Security Score for your Website

By tom, 24.09.19

Security has always been important for anyone operating a website, but with the introduction of the GDPR and the very real threat (and reality) of astronomical fines, it feels like the stakes have been raised. It’s never been more important to take all the steps available to you to protect…

Read →

An AWSome day of learning

An AWSome day of learning

By lisa, 11.04.18

Our developer Craig recently took part in the AWSome Day where AWS tell you all about their cloud hosting offerings. (AWSome... do you see what they did there?!) We've got a few clients on AWS as we've been working with Amazon's hosting for a few years now, so this webinar…

Read →

New year, new rules...

New year, new rules...

By tom, 1.01.18

Happy New Year! Welcome to 2018... the year GDPR comes into force. If you haven't heard about GDPR, then I'm afraid you need to get up to speed quickly, because it comes into force in May this year. But have no fear, we can help bring your website inline with…

Read →

How to get an A Grade SSL Install with Letsencrypt on EC2

How to get an A Grade SSL Install with Letsencrypt on EC2

By tom, 26.05.17

LetsEncrypt is great, but it doesn't always work brilliantly with Amazon EC2 instances.Documented below are the various steps and hurdles I've had to overcome to install LetsEncrypt and configure Apache to run a clients site securely over SSL. I'm writing this as much as anything for my own reference as…

Read →