Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Apache Webserver a good multipurpose tool in the web arsenal

  • By Bryan T.
  • on 01/20/2022

What do you like best about the product?
There are nearly infinite configuration options. The server is flexible, and meets the expectation of a modern web server.
What do you dislike about the product?
converting from prefork to MPM was a bit of a challenge. The documentation could be a bit better on that. There is also a not well documented feature about how Apache (2.4.37+) handles inter-server cookies -- this caused an issue on our website. I finally found the information I needed: Header always edit Set-Cookie (.*) "$1; SameSite=lax"
What problems is the product solving and how is that benefiting you?
serving dynamic websites, interactive content, PWAs, microservices.
Recommendations to others considering the product:
consider your need. While Apache is a great web server, there are others that may fulfill your needs better. Make sure you understand what Apache has to offer versus another product like NGNX,


There are no comments to display