Server isn't sending content length [blog]
Fixing missing Content-Length headers in Apache 2 when serving dynamic PHP content, with debugging tips using curl.
Fixing missing Content-Length headers in Apache 2 when serving dynamic PHP content, with debugging tips using curl.
A guide to converting WordPress images to WebP format using a bash script and ImageMagick, with server configuration for Nginx or Apache.
An introduction to open source software, explaining its importance, how to learn from and contribute to projects, and the author's personal experience.
A technical guide on configuring Apache web server to redirect www to non-www and HTTP to HTTPS using .htaccess rewrite rules.
A guide to setting up HTTP/2, covering server configuration, obtaining SSL certificates, and using tools like CloudFlare and CertBot.
A hands-on guide to using Let's Encrypt's beta client to obtain and install a free SSL/TLS certificate on an Apache web server.
A technical guide on fixing cookie path issues when migrating from Apache's mod_proxy to Nginx's proxy_cookie_path directive.
A guide to preventing clickjacking attacks on Drupal and Apache web applications by configuring the X-Frame-Options header.
A guide to hardening Apache web servers by disabling trace methods and hiding server tokens to prevent information disclosure.
A guide on using tcpdump to capture network traffic and sending the logs to AWS CloudWatch for debugging Apache server issues.
A checklist for preparing for a hackathon, covering software setup, skill practice, and project planning to maximize productivity.
A developer's initial experience and setup guide for the Laravel PHP framework, including installation, configuration, and first impressions.
Troubleshooting a specific SSL/TLS error (CURL error 35) when Munki tries to connect to a server, focusing on Apache and CURL protocol configuration.
A technical guide on configuring Munin and Apache's mod_status module to monitor web server health and performance metrics.
The author details the technical process of setting up a personal website and server on a home network, learning various web technologies.
A developer's solution for using Managed Fusion URL Rewriter to proxy requests from an IIS server to an internal Apache server.
A developer shares experiences from the Maven and Lucene meetups at ApacheCon, discussing tools, plugins, and large-scale Solr usage.
A developer reflects on 5 years at Hippo, detailing growth through open source work with Apache projects like Cocoon and contributing to Hippo CMS.
Analyzes the distinction between 'organic' and 'non-organic' open source development models, using examples like Apache and MySQL.
How to use .htaccess-like mod_rewrite syntax for URL rewriting in ASP.NET applications with a custom library.