Monthly Archives: January 2025

Set up a local web server on macOS 15 Sequoia

1. Configure Apache. $sudo vi /etc/apache2/httpd.conf 1.1. PHP is NOT included in Sequoia. Apple even includes the following note at line 187 of this file: #PHP was deprecated in macOS 11 and removed from macOS 12 1.2. Enable Perl LoadModule perl_module libexec/apache2/mod_perl.so 1.3. Enable personal websites LoadModule userdir_module libexec/apache2/mod_userdir.so Include /private/etc/apache2/extra/httpd-userdir.conf 2. An important new […]