Overview for 'apache'
Written by Bram.us
/ Original link
on Feb. 20, 2020
Note to self: when running ApacheBench it does not know how to resolve localhost. Instead you’ll have to use 127.0.0.1. I seem to forget this every single time I use it 🤦♂️ ~ Won’t work: localhost $…
Written by Bram.us
/ Original link
on Dec. 11, 2019
The past week I took a closer look at the several options on how to run a PHP app with Docker. In the past I’ve ran a few pre-built containers, but now I wanted to truly get to the bottom of it all…
Written by Jason McCreary
/ Original link
on Nov. 26, 2018
Note: This post assumes you followed installing Apache, PHP, and MySQL on Mac OS X Sierra and have since upgraded to macOS Mojave. If you did not follow the original post, you should follow installing Apache, PHP, and MySQL on macOS Mojave. When Mac OS X upgrades it overwrites previous configuratio…
Written by unknown
/ Original link
on Nov. 26, 2018
Note: This post is for new installations. If you have installed Apache, PHP, and MySQL for Mac OS Sierra, read my post on Updating Apache, PHP, and MySQL for macOS Mojave. I am aware of the web server software available for macOS, notably MAMP, as well as package managers like brew. These get you…
Written by Sitepoint
/ Original link
on Jun. 13, 2018
Some years ago, the Apache Foundation's web server, known simply as "Apache", was so ubiquitous that it became synonymous with the term "web server". Its daemon process on Linux systems has the name httpd (meaning simply http process) --- and comes preinstalled in major Linux distributions. It was…
Written by Simone Carletti
/ Original link
on Aug. 10, 2016
The increasing adoption of HTTPS as the default connection protocol for websites has introduced a few new challenges to developers and system administrators, such as the need to consolidate a canonical domain by redirecting non-HTTP sites to HTTPS, in addition to redirecting www to non-www host nam…