Ye Lin Kyaw Random Thoughts

Apache tag

PHP-FPM & HTTP Headers

Apache 2.4 is dropping the HTTP Header names with special characters for some security reasons. The header names with underscore character are also included in dropped headers. Some of my apps are suffering with this. Even for the security reason, it is needed to support the existing apps for …

Apache 2.2 to 2.4 with Ubuntu 13.10

After my servers were upgraded with Ubuntu Server 13.10, all are stopped working. Ubuntu Server 13.10 came with Apache 2.4.*. That makes a busy day for the system administrators. Apache 2.4 will not work with 2.2 configuration file, the easiest way is using the default …