FocalX Blog
  • Home
  • Services
  • FocalDB
  • Blog
  • Contact Us

Apache

Linux/LAMP

PHP json_encode() and json_decode() functions missing in RHEL 8

If you have just set up a RHEL 8 server, this includes CentOS 8, AlmaLinux 8, and Rocky Linux 8, you might have run into a fatal PHP error when using JSON related functions. For example: This is because in RHEL 8, standard PHP installation is no longer including JSON Read more…

By Peter Au, 3 years3 years ago
Linux/LAMP

Apache/MySQL Optimization for AWS Micro Instance (or other low resource VPS)

Amazon Web Services EC2 micro instance is available within its first year free tier. This instance type is a good way to start building your LAMP server for website or web application. However, it is possessed very limited resources, especially in the main memory category, where even the Apache and Read more…

By Peter Au, 4 years4 years ago
Linux/LAMP

Let’s Encrypt Certbot Apache plugin problem with Apache Configuration Without using Virtual Host

Let’s Encrypt provides free SSL certificates to any sites which make the TLS encryption universal to the Internet. Setting up Let’s encrypt for Apache webs erver is supposed to be easy and straight forward, especially in linux environment. However, if your Apache is configured only with base configuration (without using Read more…

By Peter Au, 5 years4 years ago
Windows

Choosing between Apache MultiView Option and mod_rewrite for SEO friendly URLs

Recently, a junior developer asked me about how to configure Apache web server to serve URLs without the .php extension, as client asking for SEO friendly URLs. For example, instead of https://example.com/hello.php, he was looking to have https://example.com/hello to access the same page. I told him to do some research. Read more…

By Peter Au, 5 years4 years ago
© 2021 FocalX Solutions Inc. All Rights Reserved.